I got it partially working,

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

added in server.xml shows local users dirs. but local defined ones only.

Is there anyway to got user directories out from nss, to get home
directories from name service switch modules like nis or ldap?

best regards

Torsten Krah

Am Freitag, den 22.04.2005, 09:36 +0200 schrieb Mladen Turk:
> Torsten Krah wrote:
> > Hello,
> > 
> > is there any chance, to get mod_jk so configured, that it can handle jsp
> > files, servlets ( complete webapps ) in the "apache mod_userdir"
> > directory?
> > I want to have ~/pubic_html/*.jsp interpreted by tomcat but it seems
> > mod_jk isnt able to handle it, am i right or wrong?
> > Any solutions for this problem? Pros & Cons?
> >
> 
> mod_userdir like most other apache modules presume that you are
> dealing with file system.
> For managing virtual uri spaces you will need to use mod_rewrite.
> Mod_rewrite documentation has an example how to deal with home
> directories.
> 
> Regards,
> Mladen.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to