我正在尝试将广泛的叶子应用程序部署到tomcat 8.5中。 我创建了admin.war并部署到tomcat 8.5并启动了tomcat。在catalina.out中,我已经看到admin.war已部署。
日志在catalina.out
13-Feb-2017 19:39:16.978 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive /opt/smusic-aio/apache-tomcat-8.5.8/webapps/admin.war has finished in 304 ms
serviceInfos:[TServiceInfo(serviceName:Catalina/localhost/admin and tomcat server started.
我尝试用http://localhost:8080/admin/打开管理页面,我收到404错误。 我可以访问http://localhost:8080。 我在这里错过了吗?或者我是否需要更改任何配置。
答案 0 :(得分:0)
我猜你有两个战争部署到同一个应用程序上下文(/
),我们总是部署到/
进行网站战,/admin
进行管理战。
Checkout this screenshot for an example of how I setup the Admin war in IntelliJ.