Re: Turn off session persistence

2004-10-06 Thread QM
On Wed, Oct 06, 2004 at 02:11:23PM +0100, Pawson, David wrote: : As someone who is often made aware of the jargon he uses, : I wonder if anyone has the time to put together a basic jargon : buster for Tomcat, perhaps extending it to server speak more generally? The servlet spec does a wicked-good

RE: Turn off session persistence

2004-10-06 Thread Pawson, David
Jargon call :-) -Original Message- From: Shapira, Yoav >Someone know a way to turn off the persistence in the web.xml ? Being a container-specific feature, and not a Servlet Spec feature, means this can never go in web.xml. containers servlet ... As someone wh

RE: Turn off session persistence

2004-10-06 Thread Shapira, Yoav
Hi, >Someone know a way to turn off the persistence in the web.xml ? Being a container-specific feature, and not a Servlet Spec feature, means this can never go in web.xml. The others provided ways to make it work in Tomcat-specific configuration files. Yoav This e-mail, including any atta

Re: Turn off session persistence

2004-10-06 Thread Joe
e same. Ta Matt -Original Message- From: Dale, Matt Sent: 06 October 2004 10:29 To: Tomcat Users List Subject: RE: Turn off session persistence Read this page http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html I think your best bet would be to switch from the default manager to

RE: Turn off session persistence

2004-10-06 Thread Dale, Matt
Actually you can also set the pathname="" with the standard manager, will do the same. Ta Matt -Original Message- From: Dale, Matt Sent: 06 October 2004 10:29 To: Tomcat Users List Subject: RE: Turn off session persistence Read this page http://jakarta.apache.org/tomcat/

RE: Turn off session persistence

2004-10-06 Thread Dale, Matt
tober 2004 10:09 To: Tomcat Users List Subject: Re: Turn off session persistence hi! my bad solution : put the following in your contexts I think the defaultcontext doesn't support the manager ... Someone know a way to turn off the persistence in the web.xml ? Joe wrote: > hi! >

RE: Turn off session persistence

2004-10-06 Thread Dale, Matt
] Sent: 06 October 2004 08:19 To: Tomcat Users List Subject: Turn off session persistence hi! is there a simple way to turn off the session persistence OFF by default for all contexts? many thanks in advance, joe - To

Re: Turn off session persistence

2004-10-06 Thread François Richard
hi! my bad solution : put the following in your contexts I think the defaultcontext doesn't support the manager ... Someone know a way to turn off the persistence in the web.xml ? Joe wrote: hi! is there a simple way to turn off the session persistence OFF by default for all contexts? many than

Turn off session persistence

2004-10-06 Thread Joe
hi! is there a simple way to turn off the session persistence OFF by default for all contexts? many thanks in advance, joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Turn off session persistence

2004-04-15 Thread Shapira, Yoav
Hi, RTFM. (Tomcat's configuration docs on the Manager element.) Yoav Shapira Millennium Research Informatics >-Original Message- >From: shyam [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 14, 2004 5:26 PM >To: 'Tomcat Users List' >Subject: Turn off ses

Turn off session persistence

2004-04-14 Thread shyam
Hi all, I have an application running on tomcat 4.1.24. I saw the session persistence is turned on. I want to turn it off . How can I do that ? Thanks in advance shyam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com