Re: Tomcat and jsecurity help

2009-01-27 Thread juanmanuelsanchez
=user_name userCredCol=user_pass userRoleTable=user_roles roleNameCol=role_name/ The realm works as far as I know. Thanks a lot for your help -- View this message in context: http://www.nabble.com/Tomcat-and-jsecurity-help-tp21671743p21683095.html Sent from the Tomcat - User mailing list

Re: Tomcat and jsecurity help

2009-01-27 Thread Pid
juanmanuelsanchez wrote: Dosent seem to work, my idea is to have a common folder where everybody could go, and other 3 where just authorized people can see the jsp. Thats why you see 4 different security-constrain tags. Everybody should login no matter what. I think one of the problems is

Re: Tomcat and jsecurity help

2009-01-27 Thread juanmanuelsanchez
/JSP/Comun/index.jsp or something like it isnt? Or it dosent matter and url are handled internally? Thanks ! -- View this message in context: http://www.nabble.com/Tomcat-and-jsecurity-help-tp21671743p21692875.html Sent from the Tomcat - User mailing list archive at Nabble.com

Tomcat and jsecurity help

2009-01-26 Thread juanmanuelsanchez
the manager can access, and the rest cant. How can I make it work? Thanks. I have attached a file in case you want to see it more clearly. http://www.nabble.com/file/p21671743/sample.xml sample.xml -- View this message in context: http://www.nabble.com/Tomcat-and-jsecurity-help

Re: Tomcat and jsecurity help

2009-01-26 Thread Pid
juanmanuelsanchez wrote: Im trying to make tomcat work with my jsecurity setup but Im having some problems. My jsp's are in different folders to make them more organized in sake of security. So I have a main folder called JSP with 3 subfolders in it. So I have 3 security-constraint tags