Re: Tomcat 5.5: j_security_check doesn't read the form-passwords, log4j
ok, maybe I should start with a question that#s a bit easier: Is there any possibility to log which credentials (username, password) are passed from form-login to j_security_check (Tomcat 5.5)? Either AccessLogValve or log4j? How do I specify this (either in log4j.properties or in the AccessValve
Tomcat 5.5: j_security_check doesn't read the form-passwords, log4j
Hi list, problem-description is above. I've defined a jdbc-realm in conf/server.xml, that is: My form-login-page is (snippet): User ID Password I do not think that my pr