Dear all: I have two web applications named "homepage" and "login".
Application "login" is for authenticate users. How those two web applications share security realms? I found if i define <security-constraint> and <login-config> tags for homepage/web.xml and login/web.xml, I access to http://myhost/login/ and after I pass the authentication, I access to http://myhost/homepage/test.htm, the web server ask me to do authenticate again !! How can I solve this problem ? E:\myWeb �u�whomepage �x �x �x �u test.htm �x �x �x �|�wWEB-INF �x �u web.xml �u�wlogin �x �x �x �u auth.htm �x �u index.html �x �u err.htm �x �x �x �|�wWEB-INF �u web.xml thank a lot. martin
