关闭 tomcat 8 并启动 tomcat 9
shutdown tomcat 8 and start tomcat 9
我是 java 的新手。我在以下位置的 linode 服务器上有 tomcat 8 运行
/usr/share/
tomcat8,tomcat8-admin,tomcat8-docs,tomcat8-examples 出现在这个位置。
当我浏览 localhost:8080 时,我得到 "It works" html 页面,其中包含 tomcat8-docs、tomcat8-examples 和 tomcat8 的链接-行政。但是我无法浏览任何给定的链接(出现 404 错误)。
之后我在以下位置安装了 tomcat9
/usr/local/apache-tomcat9
它包含一个名为 'webapps' 的文件夹,该文件夹又包含文件夹 docs、examples、host-manager、manager 和 ROOT。
我想关闭 tomcat8 并改用 tomcat9。有什么办法吗
我相信你可以 运行 sudo service tomcat8 stop
和 sudo service tomcat9 start
我是 java 的新手。我在以下位置的 linode 服务器上有 tomcat 8 运行
/usr/share/
tomcat8,tomcat8-admin,tomcat8-docs,tomcat8-examples 出现在这个位置。 当我浏览 localhost:8080 时,我得到 "It works" html 页面,其中包含 tomcat8-docs、tomcat8-examples 和 tomcat8 的链接-行政。但是我无法浏览任何给定的链接(出现 404 错误)。
之后我在以下位置安装了 tomcat9
/usr/local/apache-tomcat9
它包含一个名为 'webapps' 的文件夹,该文件夹又包含文件夹 docs、examples、host-manager、manager 和 ROOT。
我想关闭 tomcat8 并改用 tomcat9。有什么办法吗
我相信你可以 运行 sudo service tomcat8 stop
和 sudo service tomcat9 start