Hi,
I want to configure tomcat to handle servlets in the URL /servlet and in /some_dir/servlet, is it necesary to indicate something in the config files? or change anything?
I'm using tomcat 3.2.4
Thanks in advance,
--
Rafael Angarita
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
Hello Rafael, yes must define an application context and define the servlets url path and mapping in web.xml that is created under WEB-INF when the .war file u create gets expand below webapps (NOT in $CATALINA_HOME/conf/web.xml). hope this helps, david.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>