Session timeout issues

2005-09-14 Thread James Shaw
nformation to really diagnose the problem but I'm hoping that you may be able to give me some suggestions for what to do next. Thanks in advance James Shaw - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Session timeout issues

2005-09-15 Thread James Shaw
On 14/09/05, James Shaw <[EMAIL PROTECTED]> wrote: > I have two issues relating to sessions: > > 1) Sessions seem to be expired too soon. This happens very > infrequently for me (perhaps 1 in 1000 requests). I'm adding some > HttpSessionListeners and HttpSessionAttrib

Re: Specify work folder for each application

2005-09-16 Thread James Shaw
er outside the project. In Eclipse 3.0 > I did this using some mapping external resource. But in 3.1 I couldn't > find this option. > This isn't really Tomcat related, but you should be able to 'link' the work directory into the project by choosing 'New Folder',

Re: Session timeout issues

2005-09-16 Thread James Shaw
attribute on the element? The documentation just says "Set this attribute to true if you wish to have calls to request.isSecure() to return true for requests received" Thanks James Shaw > > On 9/15/05, James Shaw <[EMAIL PROTECTED]> wrote: > > On 14/09/05, James Shaw

Using a custom Manager class

2005-09-19 Thread James Shaw
ctory should I put the classes in? Thanks James Shaw - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using a custom Manager class

2005-09-19 Thread James Shaw
On 19/09/05, James Shaw <[EMAIL PROTECTED]> wrote: > I want to persuade tomcat to use a custom manager. > > My $CATALINA_HOME/conf/context.xml looks like this: > > > > WEB-INF/web.xml > > > > > Sorry, false alarm. Just rememb