Hi,
I'm creating a web application (using a servlet) that generates a
webpage with a list of links to documents on the server. These
documents are not located in the document root directory of my web
application. How can I configure Tomcat to be able to access them?
Kind regards,
Dirk
blueice - 08 May 2005 16:10 GMT
Found the solution: context path in the server.xml config file did the
trick :)
Kind regards,
Dirk