Error Page problems

2007-09-07 Thread ryoung5367
I am trying to capture certain errors and display a friendly screen. I put the following in my web.xml 404 /error.html I noticed that I no longer get the standard Tomcat message on 404's, but I get a 404 error in the browser. I thought this was because maybe it could not find the

RE: Question about Session MGMT

2007-09-07 Thread ryoung5367
Thanks very, much to all who replied. That works now. Rob Caldarale, Charles R wrote: > >> From: ryoung5367 [mailto:[EMAIL PROTECTED] >> Subject: Re: Question about Session MGMT >> >> I was just looking at how to turn off cookies in the >&g

Re: Question about Session MGMT

2007-09-07 Thread ryoung5367
I was just looking at how to turn off cookies in the context.xml file it added this: cookie false Yet I am not seeing the URL rewritting... I was reading the tomcat doco, am I missing something. (Please pardon these newbie questions) Christopher Schultz-2 wrote: > > -BEGIN PG

Question about Session MGMT

2007-09-06 Thread ryoung5367
I was searching the archives, but could not find what I thought I needed?? The problem I have is that when I go to my webapp (IE/Firefox) and login as say an admin and then open another tab and login as just a user. The original admin login will fail if I try to do any administrative functions.