YANLIAN wrote:
> 
> I have a application using BOTH cocoon1.8.2 and tomcat3.2.3. Based on the
> cocoon installation guide for tomcat,  I have a subdir1 for tomcat jsp and
> subdir2 for cocoon under tomcat's webapps directory. I want the whole
> application to be secure. I have setup user authentication for both subdir1
> and subdir2, but this requires 2 times of login. I want user login once and
> can access all the pages in the application. Anyone has idea how to solve this
> problem? thanks.

Use the same roles to authenticate for both webapps.  If the webapp expects
different names, use role-aliases.  Any time the user login traverses a role
barrier, they are required to log back in.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to