Re: Tomcat and jsecurity help

2009-01-27 Thread juanmanuelsanchez
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 that how do I tell the app

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
OK I have been doing some work on this and I saw that my url is always the same, so that might be why Im not getting the results I want. The url in the browser is always something like: http://localhost:8080/MedPro/servlet/SvMedPro It should be something more like

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