How to change the ROOT application?

后端 未结 13 1464
终归单人心
终归单人心 2020-11-22 16:16

I\'m trying to change the default application of a Tomcat 6 webserver to a different application than \"ROOT\" (inside webapps folder). What is the best way to do this?

13条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-22 16:46

    In Tomcat 7 with these changes, i'm able to access myAPP at / and ROOT at /ROOT

    
    
    

    Add above to the section in server.xml

提交回复
热议问题