Re: displaying customized error page in tomcat 5.5.12

2007-05-20 Thread Abdul Qayyum
7;s different with Tomcat 6 or Apache 2.2.) -- Len On 5/18/07, Tim Lucia <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Abdul Qayyum [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 18, 2007 3:54 AM > > To: Tomcat Users List > > S

Re: displaying customized error page in tomcat 5.5.12

2007-05-19 Thread Len Popp
ECTED]> wrote: > -Original Message- > From: Abdul Qayyum [mailto:[EMAIL PROTECTED] > Sent: Friday, May 18, 2007 3:54 AM > To: Tomcat Users List > Subject: Re: displaying customized error page in tomcat 5.5.12 > > You are right Tim, > How I came to know about this m

Re: displaying customized error page in tomcat 5.5.12

2007-05-18 Thread Abdul Qayyum
07 3:54 AM > To: Tomcat Users List > Subject: Re: displaying customized error page in tomcat 5.5.12 > > You are right Tim, > How I came to know about this might explain why ! > > I changed my war file to ROOT.war as this is situation in our website's > tomcat. > Now

RE: displaying customized error page in tomcat 5.5.12

2007-05-18 Thread Tim Lucia
> -Original Message- > From: Abdul Qayyum [mailto:[EMAIL PROTECTED] > Sent: Friday, May 18, 2007 3:54 AM > To: Tomcat Users List > Subject: Re: displaying customized error page in tomcat 5.5.12 > > You are right Tim, > How I came to know about this might explain

Re: displaying customized error page in tomcat 5.5.12

2007-05-18 Thread Abdul Qayyum
um [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 17, 2007 12:08 PM > To: Tomcat Users List > Subject: Re: displaying customized error page in tomcat 5.5.12 > > Hi Tim, > Thanks for that explanation. > We are not using any web server, so, I cannot configure in httpd file. > >

RE: displaying customized error page in tomcat 5.5.12

2007-05-17 Thread Tim Lucia
ROOT directory. > > Thanks for your support. > > On 5/17/07, Tim Lucia <[EMAIL PROTECTED]> wrote: > > > > > > > > > -Original Message- > > > From: Abdul Qayyum [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, May 17, 2007 2:01

Re: displaying customized error page in tomcat 5.5.12

2007-05-17 Thread Abdul Qayyum
wrote: > -Original Message- > From: Abdul Qayyum [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 17, 2007 2:01 AM > To: Tomcat Users List > Subject: Re: displaying customized error page in tomcat 5.5.12 > > Hi Tim Lucia, > > >>I'm guessing you can add

RE: displaying customized error page in tomcat 5.5.12

2007-05-17 Thread Tim Lucia
> -Original Message- > From: Abdul Qayyum [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 17, 2007 2:01 AM > To: Tomcat Users List > Subject: Re: displaying customized error page in tomcat 5.5.12 > > Hi Tim Lucia, > > >>I'm guessing you can ad

Re: displaying customized error page in tomcat 5.5.12

2007-05-16 Thread Abdul Qayyum
Hi Tim Lucia, I'm guessing you can add a global error-page to Tomcat's conf/web.xml, but then it would apply to all apps on the server. This may or may not work for you. This is my target. If my tomcat recieves a context which is not in my tomcat, it should send customised page. And this

RE: displaying customized error page in tomcat 5.5.12

2007-05-16 Thread Tim Lucia
In order for the custom error page to be used, the application must be deployed. I.e., Tomcat can give a custom 404 for /mycontext/badpagerequested.jsp but if there is no context "/mycontext" because the app is not (yet) deployed, Tomcat cannot know about your custom error page. I'm guessing you