This is not a matter for the Developers List. The Tomcat Users list is the normal place for this type of query/discussion.
sura wrote: > You can put your JSP files in any directory and make it a virtual directory > by updating server.xml file > > Ex: > <!-- > <Host appBase="webapps" autoDeploy.......> > <Context path=”/resources” docBase=”E:/Internet-Server/tomcat/resources” > debug=”0″ privileged=”true”> > </Context> Placing Context definitions in server.xml has been discouraged for a long time. This is bad advice and doesn't properly address the question. p > </Host> > --> > There is commented entry in server.xml as above. First stop the server and > update it as you need and restart your server. > > > > ________________________________ > From: Hanna1990 <email....@gmail.com> > To: dev@tomcat.apache.org > Sent: Sunday, March 1, 2009 3:40:35 PM > Subject: Running jsp in a different directory than ROOT? > > > I have written my first jsp application Hello World and succesfully run it on > a local machine by browsing http://localhost:8080/hello.jsp > > Now I would like to make Tomcat doing the same thing in other directories > than ROOT. What should I do? I don't want to move all my new jsp-files into > ROOT-folder.... (I just installed Tomcat and JDK/JRE so I have the latest > versions) > > Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org