| Author |
problem with j_security_check
|
exkor5000
Greenhorn
Joined: Jun 10, 2008
Posts: 2
|
|
Hi This Tomcat thing is driving me insane, i don't know what else to do after exhausting the google database looking for an answer. I'm using Tomcat 6.0 with jre1.6.0 and mySQL 5.0. Everything was installed fine and the systems seem to communicate fine. I can execute java code in my JSP files with no problem. The problem is with my login page. When i want to access a protected page i'm brought to the login page i gave in the web.xml file. I put in the username and the password, and i'm brough back to the login page. No errors in the logs what's so ever. Does anybody know why this is happening? I can see that the connector is connected and executing queries: My WEB-INF/web.xml: My DB: My META-INF/context.xml:
|
 |
exkor5000
Greenhorn
Joined: Jun 10, 2008
Posts: 2
|
|
and my form in index.jsp is:
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56202
|
|
|
"exkor5000", please check your private messages for an important administrative matter.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: problem with j_security_check
|
|
|