apache-tomcat-5.5.28 change root webapp
I found the easiest way to replace the default context "/" for tomcat.
Just delete/move the existing "ROOT" folder in the webapps, and put your war there, make sure it's named "ROOT.war", Restart tomcat, and you are done.
No dealing with xml config files, cause we got better things to do!

Comments
Post new comment