Hi, I am facing a problem with JRun 3.0 (on HP-UX 11.00) form based authentication mechanism. When I submit the login form, I get the following error: http://toivola/mmsc/servlet/j_security_check <http://toivola/mmsc/servlet/j_security_check> (Shown in the browser's location field) 500 Internal Server Error j_security_check: No such servlet If I press reload and repost the form, then it works correctly. And finally, this doesn't happen always. It happens only sometimes and I couldn't predict when exactly it happens. The following is the security constraint pattern I defined in the web.xml file. <security-constraint> <web-resource-collection> <web-resource-name>MMSC Application</web-resource-name> <url-pattern>/mmsc/servlet/*</url-pattern> <http-method>GET</http-method> <http-method>POST</http-method> <description>MMSC Resource</description> </web-resource-collection> <auth-constraint> <role-name>mmscuser</role-name> <description>MMSC users only</description> </auth-constraint> </security-constraint> TIA, Suresh ------------------------------------------------------------------------------ Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
