Hello,
I have problems with an application in a Tomcat6. The problems are related to safety (security_constrain). For user authentication I am using a jdbcRealm by auth-method FORM.
In my local machine no problem. Everything works fine. But when the application is the production server and try to access a protected resource, I am always redirected to the error page.
I tried to change the
pattern in security_constrain, and the result is the same. I can access everything but what they protect. I've also changed the password and I've removed the "digest = MD5" context.xml file, but with the same result.
The only difference is that I have (in production) Apache +
Tomcat. Can this be the reason?
The web.xml security statement is this:
Reaml's statement is this:
It not is the first time that I use JDBCRealm, but is the first that I have this problem. Any idea?
Thanks.