Change the root context to other folder in tomcat 6

前端 未结 2 1602
闹比i
闹比i 2021-01-01 09:24

I want to change the context of my deployed web application. Currently it is accessed by the url www.app.mysite.com/dashboard

But i want to change it t

2条回答
  •  爱一瞬间的悲伤
    2021-01-01 09:49

    I doubt whether this is possible in tomcat. Best would be to use apache http server or else, create two applications one with context root application (dummy application) with a servlet to route all the request to dashboard.

    Let me know if you are able to do this in tomcat in a better way

提交回复
热议问题