login form based authentication

2005-08-29 Thread Jun Zhu
My web application uses tomcat 5.5.10. By using basic authentication, the application works fine. By using the form based authentication, if I submit a invalidate username/password, appication seems worked, a error.jsp was showed up. But if I submit a valid username/password, I got a "HTTP Status

tomcat start exception

2005-09-23 Thread Jun Zhu
I have a Tomcat5.5.9 server that works fine with JDBCRealm. I am trying to configure a customRealm for the sever. The customRealm.jar file was placed in the directory of $Tomcat_Home/server/lib. The realm in the server.xml has been defined as: After starting tomcat, I can see tomcat page

Re: tomcat start exception

2005-09-26 Thread Jun Zhu
Socket.soLinger="-1" to your AJP/1.3 element in server.xml, it should make the error go away. It's beyond me why Sun has decided to throw an exception here. "Jun Zhu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have a Tomcat5.5.9 server tha