Hello,

you can implement your own Authenticator. For Tomcat look at the 
implementation: 

org.apache.catalina.authenticator.FormAuthenticator

Redirection to CONTEXT_ROOT/j_security_check should work. I used the following 
within Struts:

response.sendRedirect(contextPath + "/j_security_check?j_username=" + 
loginForm.getUsername() + "&j_password=" +loginForm.getPassword());

Rene

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871290#3871290

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871290


-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to