I have a problem with tomcat authentication.
I want authenticate a user from a java application with nickname and password I tried to make a post to j_security_check but this does not work.
Can anyone help me?
I have a problem with tomcat authentication. I want authenticate a user from a
Share
This guy’s blog has a link to a file with some java form login examples, perhaps they will help you.
Java form login examples