Hello.

Can anyone please point out a guide or documentation on how to enable userdirectories for usage with mod_jk2 and tomcat?
So normal users can have servlets and jsps in their "public_html"-directories.


Google revealed the solution for the tomcat-part, by adding these lines to server.xml it should be ok:

<Listener className="org.apache.catalina.startup.UserConfig"
directoryName="public_html" homeBase="/home"
userClass="org.apache.catalina.startup.PasswdUserDatabase" />


But I am stalled at how to configure mod_jk2, I have no idea on what is going into "workers2.properties" and/or "jk2.properties".

I tried this one, but didn't help me much. :-/

[uri:/~*/*]
worker=ajp13:localhost:8009



TIA.

/j


_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail


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

Reply via email to