Hi,

I would like to configure apache+tomcat such that if each user can
create /<home-directory>/public_html/servlet-bin directory to store
servlets and jsp code then
http://<server>/~<user>/servlet-bin/<somecode> will be handed over to
tomcat.

I understand that I can use context in server.xml to do this on a per
user basis.  How can I instruct tomcat to handle requests of form
/~<user>/servlet-bin?  I am not able to figure out how do I indicate to
tomcat that the *'s in the following context are the same?

<Context path="/*/servlet-bin"
         docBase="/home/*/public_html/servlet-bin"
         crossContext="false"
         debug="9"
         reloadable="true" >
</Context>

waiting for reply,

 - Venkatesh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to