Hi, How can i set an application context path in server.xml if the application folder is not in webapps folder (windows)? eg. Tomcat folder - c:\tomcat\ Application folder - c:\myapp\ Thanx in Advance
SCJP
Bear Bibeault
Author and opinionated walrus
Marshal
I have an apache connected to the tomcat and have multiple virtual hosts listed on the apache end. How do I define a root application for each virtual host on tomcat's end. I have the first site (web-inf parent directory) in the root currently and it responds to request like www.mysite1.com. Now i want another tomcat web-application to respond to requests for the other site(www.mysite2.com) without any addition parameters. Thanks in advance
subject: How to set application context path in server.xml