2016-08-04 8 views
0

私はUbuntu15.04からtomcat7を完全にアンインストールしました。でも、私はまた私のtomcat8をインストールしていたアンインストール後もtomcat7ページに行く

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. 

を表示しているものの下にはhttp://localhost:8080/ に行くときのアンインストール後。ブラウザーでtomcat8ページに移動するには?

+0

アンインストールする前に停止しましたか?プロセスがまだ残っていて、再起動しなかったのでしょうか? –

+0

さて、私はしました。しかし、まだ運がありません。 – Harnish

+0

ページがまだブラウザキャッシュに残っていますか? –

答えて

0

異なるポート番号を使用してください。たぶん、tomcat 8が別のポートにインストールされている可能性があります。

+0

私はservices.xmlでポート番号をチェックしていました。その同じ。 – Harnish

0

いずれかのプロセスが実行されているか、ページがブラウザにキャッシュされています。 tomcatが実行されている場合、実行中のjavaプロセスが存在します。実行中のjavaプロセスを一覧表示するには、ps -ef |grep javaを試してください。

+0

うん。私は、ページが私のブラウザにキャッシュされていると思う。今は時々自動的に、私はtomcat8管理ページに行くことができます。 – Harnish

関連する問題