标签: java tomcat
我运行tomcat服务器,并将http://localhost:8080/放在浏览器中。但它没有显示在我的应用程序主页上。并只显示 tomcat主页。
http://localhost:8080/
请,在何处以及如何更改以显示我的主页
[INFO]在http://localhost:8080/上发动战争 [INFO]在D:\ Tutorial2 \ zayarmyat2 \ first-web-application \ target \ tomcat中使用现有的Tomcat服务器配置
[INFO]在http://localhost:8080/上发动战争
[INFO]在D:\ Tutorial2 \ zayarmyat2 \ first-web-application \ target \ tomcat中使用现有的Tomcat服务器配置
答案 0 :(得分:0)
部署应用程序时,需要指定context path。 Here是有关如何部署到上下文根目录的快速教程。