I found it. I just made Tomcat handle everything under a particular folder so even .txt files will be handled by tomcat instead of just
*.jsps and this was in mod_jk.conf
Tomcat webapps path integration with IIS ... I cannot get Tomcat resolve to same URL as IIS without including the ...webapps folder.... I have created a directory in Tomcat under the folder webapps/test... (comp.lang.java.help)
Re: servlet project setup in Eclipse ... The way I set up Eclipse for web application projects is this. ... configure WEB-INF/src as a source folder for the project, ... See the Tomcat... there isn't supposed to be a servlet directory underneath webapps.... (comp.lang.java.help)
different docbase in tomcat ... I have a question considering Tomcat 5.0 (hope this group is the right ... - set the docBase of the context path to a folder with my XSP ...Prev by Date: ... (comp.lang.java.help)
Re: loading and starting webapp ... > application and starting an application in the context of Tomcat.... To deploy an application in Tomcat, you create a folder inside the ... Search google for deployment descriptor and deploying in tomcat. ... (comp.lang.java.programmer)
Jetty: mapping URL to folder on disk ... I recently switched from Tomcat as a service to Jetty under Geronimo... and I need to know how to create a url "alias" for a folder on the ... (comp.lang.java.programmer)