I have SPRING MVC web application (my.war). It deploys on Tomcat 6 server to http://host/my/ folder. How can I change this to be accessible this web application in http://host/ ?
I have SPRING MVC web application (my.war). It deploys on Tomcat 6 server to
Share
Look at the
/ROOTdirectory under/webapps. In default installation it holds bunch of exploded JSPs and/WEB-INFsubdirectory that are accessible from main context.