Re: error-page http status 408

2006-12-30 Thread rg
Nope, my server is only running Tomcat. There is nothing else involved. -rg On 12/30/06, Mark Thomas [EMAIL PROTECTED] wrote: rg wrote: I am using Tomcat 5.5.17 on Windows. I have a problem setting a 408 error-page in my web.xml on form based authentication. Random thought. Are you using

Re: error-page http status 408

2006-12-29 Thread Mark Thomas
rg wrote: I am using Tomcat 5.5.17 on Windows. I have a problem setting a 408 error-page in my web.xml on form based authentication. Random thought. Are you using httpd at all? If so, try going direct to Tomcat and getting that to work first. Mark

error-page http status 408

2006-12-28 Thread rg
I am using Tomcat 5.5.17 on Windows. I have a problem setting a 408 error-page in my web.xml on form based authentication. I am using servlet spec defined authentication for my webapp: login-config auth-methodFORM/auth-method realm-nameAuthentication/realm-name form-login-config