Hi,

I am trying to use Tomcat3.1 but I have some problems configuring it.
I made a new context who is located in other directory than TOMCAT_HOME/webapps.
The problem is that I cannot configure Tomcat to accept .jsp, .html from other
base directory than webapps. The contents of tomcat-apache.conf shows that my
new context is mapped in a directory under webapps.

To ad the new context I add these lines to server.xml:
<Context path="/web" docBase="/home/web" debug="0" reloadable="true" >
</Context>

The servlets which are located in /home/web/WEB_INF/classes works fine.


I really appreciate if someone can help me

Thanks,

Mircea Al.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to