Advertisement
Guest User

Untitled

a guest
Mar 10th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. /usr/lib/jvm/java-1.8.0-openjdk-amd64/
  2.  
  3. http://server_domain_or_IP:8080
  4.  
  5. http://localhost:8080
  6.  
  7. It works !
  8.  
  9. If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!
  10.  
  11. This is the default Tomcat home page. It can be found on the local filesystem at: /var/lib/tomcat7/webapps/ROOT/index.html
  12.  
  13. Tomcat7 veterans might be pleased to learn that this system instance of Tomcat is installed with CATALINA_HOME in /usr/share/tomcat7 and CATALINA_BASE in /var/lib/tomcat7, following the rules from /usr/share/doc/tomcat7-common/RUNNING.txt.gz.
  14.  
  15. You might consider installing the following packages, if you haven't already done so:
  16.  
  17. tomcat7-docs: This package installs a web application that allows to browse the Tomcat 7 documentation locally. Once installed, you can access it by clicking here.
  18.  
  19. tomcat7-examples: This package installs a web application that allows to access the Tomcat 7 Servlet and JSP examples. Once installed, you can access it by clicking here.
  20.  
  21. tomcat7-admin: This package installs two web applications that can help managing this Tomcat instance. Once installed, you can access the manager webapp and the host-manager webapp.
  22.  
  23. NOTE: For security reasons, using the manager webapp is restricted to users with role "manager-gui". The host-manager webapp is restricted to users with role "admin-gui". Users are defined in /etc/tomcat7/tomcat-users.xml.
  24.  
  25. <user username="admin" password="password" roles="manager-gui,admin-gui"/>
  26.  
  27. </tomcat-users>
  28.  
  29. sudo systemctl restart tomcat
  30.  
  31. HTTP Status 404 - /host-manager/html/
  32. type Status report
  33.  
  34. message /host-manager/html/
  35.  
  36. description The requested resource is not available.
  37. Apache Tomcat/7.0.68 (Ubuntu)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement