有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java即使在卸载后也会转到tomcat7页面

我已经从Ubuntu15上完全卸载了tomcat7。04.即使在卸载后,当我转到http://localhost:8080/ 下面的东西正在展示

It works !

If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!

This is the default Tomcat home page. It can be found on the local filesystem at: /var/lib/tomcat7/webapps/ROOT/index.html

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.

You might consider installing the following packages, if you haven't already done so:

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.

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.

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.

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.

我还安装了tomcat8。如何在浏览器中进入tomcat8页面


共 (1) 个答案

  1. # 1 楼答案

    要么进程正在运行,要么页面缓存在浏览器上。如果tomcat正在运行,就会有一个正在运行的java进程。尝试ps -ef |grep java列出正在运行的java进程