Re: AW: AW: Different session timeout for local and external users

2008-11-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kolja, Ehlers, Kolja wrote: > is it not possible to define a global filter for all web applications? Yes, but I'm not sure why you'd want to do that. If each application needs it, just enable it in all applications. > If I add > > > Logger >

AW: AW: Different session timeout for local and external users

2008-11-14 Thread Ehlers, Kolja
Betreff: RE: AW: Different session timeout for local and external users > From: Ehlers, Kolja [mailto:[EMAIL PROTECTED] > Subject: AW: AW: Different session timeout for local and > external users > > is it not possible to define a global filter for all web > applications? It shou

AW: AW: AW: Different session timeout for local and external users

2008-11-14 Thread Ehlers, Kolja
yes thanks I will do that. So I cannot just add the filter to the global web.xml at conf/web.xml? -Ursprüngliche Nachricht- Von: Mikolaj Rydzewski [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. November 2008 12:53 An: Tomcat Users List Betreff: Re: AW: AW: Different session timeout for

Re: AW: AW: Different session timeout for local and external users

2008-11-14 Thread Mikolaj Rydzewski
Ehlers, Kolja wrote: is it not possible to define a global filter for all web applications? For Tomcat you can use Valves. In fact, you should really ignore additional time that such simple filter will add to request processing time. First: check if it really slows down your app. If it _real

AW: AW: Different session timeout for local and external users

2008-11-14 Thread Ehlers, Kolja
is it not possible to define a global filter for all web applications? If I add Logger filters.LoggerFilter localTimeout 480 Logger /* to conf/web.xml Tomcat gives SERVERE warnings at startup 14.11.2008 12:34:57 org.apache.coyote.http11.Http11Pro