Hi,
I would like to configure tomcat such that it handles servlets/jsps if
the users place their servlets and jsp in a particular directory, say
servlet-jsp, in their web home directory (public_html on apache/linux).
I know I can use <Context> to achieve this but then there will have to
be a context for each user. I was wondering if there was some way to
use wildcards like we do in apache when setting properties of
public_html. How can we indicate that what ever occurs in place of * in
docBase should be the same as that which occurred for * in path?
<Context path="/*/servlet-bin"
docBase="/home/*/public_html/servlet-bin"
crossContext="false"
debug="9"
reloadable="true" >
</Context>
Thanx in advance,
- Venkatesh
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]