tyronehed, The Tomcat output shows that all the url's that were requested are not secured by security constraints in web.xml. For example, the last request before your com.tyco.xxxx logging is a request for url = 'http://logcalhost:8080/ices/app'. This is not covered under your securtiy constraints. Unless I am missing something here.
How is com.tyco.xxx authentication package invoked from Tomcat's request pipeline? Also, it would be nice to see what happens when a user successfully logs in using your mylogin.jsp form. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930807#3930807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930807 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
