You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Marc Leblanc <ma...@nomadlogic.com> on 2001/02/06 17:38:43 UTC

aliasing and basic auth with cocoon

Hi everyone,

i wan to know if there is a way to configure aliasing and basic userAuth
with apache-tomcat-cocoon.

exemple:

my cocoon webapps is mount on /cocoon/servlets/lbss from
/usr/jakarta-tomcat/webapps/cocoon/servlets/lbss
but i wan that url http://my.url/config to be
http://my.url/cocoon/servlets/lbss/Configuration and when someone try to
access http://my.url/config or
http://my.url/cocoon/servlets/lbss/configuration the user need to give a
username and password to access this directory with apache basic auth.

anyone have any idea how this can be done ?

Thanks
Marc Leblanc


Re: aliasing and basic auth with cocoon

Posted by Berin Loritsch <bl...@apache.org>.
> Marc Leblanc wrote:
> 
> Hi everyone,
> 
> i wan to know if there is a way to configure aliasing and basic userAuth
> with apache-tomcat-cocoon.
> 
> exemple:
> 
> my cocoon webapps is mount on /cocoon/servlets/lbss from
> /usr/jakarta-tomcat/webapps/cocoon/servlets/lbss
> but i wan that url http://my.url/config to be
> http://my.url/cocoon/servlets/lbss/Configuration and when someone try to
> access http://my.url/config or
> http://my.url/cocoon/servlets/lbss/configuration the user need to give a
> username and password to access this directory with apache basic auth.
> 
> anyone have any idea how this can be done ?

Look at Tomcat/Apache for how to do this.