stephanj wrote:
> Is it not possible to create directories to organize your users with Tomcat?

I *think* I understand what you want to do...we needed something
similar, so we created a directory outside of the Tomcat context and
then, in the /Tomcat/webapps directory, put a symbolic link to that
directory outside of Tomcat (call it /New). Now we can access /New by
pointing to http://hostname:8080/New - this is along with a similar
<Context> statement in server.xml. I hope this is what you had in mind!

HTH!

-- 
Lynn Hollerman.

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

Reply via email to