Crystal,

The properties file is just a standard java properties file. Really, it's
only a better option if you have other settings and want to consolidate
them there, along with your session expiration time.

If you can edit the web.xml and restart, and it's permanent, then I'd
recommend you just change the web.xml. If you want all your webapps to have
an expiration of 480, then change it in $CATALINA_HOME/conf, otherwise do
it in each webapps web.xml file as needed.

HTH,
Alec


On Thu, Dec 5, 2013 at 6:25 PM, Crystal Maramba <cmara...@acumenllc.com>wrote:

>
>
> -----Original Message-----
> From: Tomcat Random [mailto:tomcat.ran...@gmail.com]
> Sent: Thursday, December 05, 2013 3:03 PM
> To: Tomcat Users List
> Subject: Re: Expire Sesssion
>
> Chris,
>
> True. But changing the web.xml file will still require a restart. It
> depends on if she wants to change this frequently or permanently. The
> interval could go in a properties file as well, if
> setMaxInactiveInterval(...) is used. Also requires a restart by default
> but there are file listeners.
>
> -Alec
>
>
> On Thu, Dec 5, 2013 at 3:55 PM, Christopher Schultz <
> ch...@christopherschultz.net> wrote:
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA256
> >
> > Alec,
> >
> > On 12/5/13, 3:29 PM, Tomcat Random wrote:
> > > Crystal,
> > >
> > > At the risk of stating the obvious, you can also override the
> > > default session timeout programmatically using HttpSession's
> > > method:
> > >
> > > setMaxInactiveInterval(int interval)
> >
> > I'm guessing that since Crystal doesn't want to modify web.xml, she's
> > not going to want to modify the source and re-compile.
> >
> > - -chris
>
>
> Hi Alec,
>
> This is an internal site so restart is ok. I would prefer it to be
> permanent. Can you send me an example of what you are referring to for
> "properties file"?
>
> Hi Chris,
>
> Sorry I misunderstood your comment. Thanks for the clarification. I am
> actually looking for other options besides modifying the web.xml config
> file. Someone mentioned that we could do it through the Tomcat Manager but
> I didn't see how that would be possible, so I was looking at getting other
> options or clarification as to how that could be done.
>
> I don't mind making the modification to the web.xml file at the web app
> level and at the tomcat home  level.
>
> Crys
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.15 (Darwin)
> > Comment: GPGTools - http://gpgtools.org
> > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
> >
> > iQIcBAEBCAAGBQJSoOhVAAoJEBzwKT+lPKRY20MQAK+yDWwcAMBnIGPHWFUOXoVW
> > P0LgiWDUvpnDCr2o+LPJLtTBbB3bHD/slkdvCNXXE91iaSUhuEJgulbaxalgSW/f
> > nxDtoShBvkJywG2zm/3g+kePOQCyyQTON2ywzm/2emVzSLKFXF+J6kACLJgsYsVr
> > 3BAUdhXWxCsowJO84iG5b4agSdl0TgwQl3Y3WZiPkilWmtqI2i4Ua/oInjrbqlKr
> > xcDcT1u37YKHDb/9hQUJ7wJq+2ZuRS5hqZsMI40qoinfVzEX297bctFi8Vj5XYAN
> > 4HZPOHvIdoA7VZVDImRGXyrJBLLkEPwJ0XITI8ddQ5IczDeIN5ARHYGleDI1WmLb
> > qjG6JBT9u0C9oJZi5LOKesjB4WSj+frt8tli3CZu39z7AI1upmushVRPp8caRN9N
> > 6cZpGkJxNz8HZzmFYIvkNWDBAHSEIM/fjmH3hZ59OFLzhi6mOtckH0daBGIFcTA9
> > a8XkYXFMYWGfXPmQyha8K//NOCSyGCxMo2Uo/ZkWVq1bDp1rs0Gnsf2cNuI5izL3
> > hQlLlK0bbysoGamWjnsC5hwU3p43ZPYJkpc12Dzs7jlUkHav14QlQgA6DRE4o7ZY
> > /4rfTVWvGAR+qG6bF9ynBb856JMdTJmDz8vVPpzE7sy4GREcNrJ7m1tT3TyZ5Bxf
> > 3XkJ3AOFzelkUQAwL8FH
> > =UMid
> > -----END PGP SIGNATURE-----
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to