Hi,

I�m trying to build some kind of single-login mechanism for multiple tomcat standalone 
server with an own JDBC-Realm for each standalone server.
The existing authentication for each application is form based with an own JDBC-Realm 
implementation.
My Problem is to by pass the j_security_check with a link in an external app. 
I'm trying to provide a link in app2 that looks like: 

http://tomcat1/app1/j_secuirty_check?j_username=user1&j_password=1 

But I always get this error-message when I click on the link: 
HTTP Status 404 - /app1/j_security_check
The requested resource (/app1/j_security_check) is not available.

If I enter the link in my browsers address bar I'm able to login successfully, when I 
called the login-page of app1 before, when I haven't called the login.jsp before, I'm 
getting this error-message: 
HTTP Status 400 - Invalid direct reference to form login page


Any solution how to by pass the j_security_check with parameters provided by an 
external link?

Thanks in advance!

Roman Broich


____________________________________________________
Aufnehmen, abschicken, nah sein - So einfach ist 
WEB.DE Video-Mail: http://freemail.web.de/?mc=021200


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to