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

2008-11-14 Thread Caldarale, Charles R
> From: Ehlers, Kolja [mailto:[EMAIL PROTECTED] > Subject: AW: AW: Different session timeout for local and > external users > > its located at shared/lib If it's a standalone class, it should be in shared/classes, not shared/lib. Also, make sure the class does not exist in a

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

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

2008-11-14 Thread Caldarale, Charles R
> 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 should be, but it will apply to all webapps, including the ones pac

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
-INF/web.xml is starts just fine Thanks again -Ursprüngliche Nachricht- Von: Mikolaj Rydzewski [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. November 2008 09:42 An: Tomcat Users List Betreff: Re: AW: Different session timeout for local and external users Ehlers, Kolja wrote: > Tha

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

2008-11-14 Thread André Warnier
Mikolaj Rydzewski wrote: Ehlers, Kolja wrote: Thanks for the speedy answer to my question. Is this the only possibility? Since the filter will be called for each request, maybe this will slow down my web application Maybe. But not likely. Search the web for 'premature optimization' ;-) H

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

2008-11-14 Thread Mikolaj Rydzewski
Ehlers, Kolja wrote: Thanks for the speedy answer to my question. Is this the only possibility? Since the filter will be called for each request, maybe this will slow down my web application Maybe. But not likely. Search the web for 'premature optimization' ;-) -- Mikolaj Rydzewski <[EMAIL P

AW: Different session timeout for local and external users

2008-11-14 Thread Ehlers, Kolja
. November 2008 15:29 An: Tomcat Users List Betreff: Re: Different session timeout for local and external users Ehlers, Kolja wrote: > is it somehow possible to set a different session timeout for local > 192.168... users and others? I know I could have a rewrite rule and then > forward

AW: Different session timeout for local and external users

2008-11-14 Thread Ehlers, Kolja
. November 2008 15:29 An: Tomcat Users List Betreff: Re: Different session timeout for local and external users Ehlers, Kolja wrote: > is it somehow possible to set a different session timeout for local > 192.168... users and others? I know I could have a rewrite rule and then > forward all c

Re: Different session timeout for local and external users

2008-11-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mikolaj, Mikolaj Rydzewski wrote: > Ehlers, Kolja wrote: >> is it somehow possible to set a different session timeout for local >> 192.168... users and others? I know I could have a rewrite rule and then >> forward all calls from local workstation to

Re: Different session timeout for local and external users

2008-11-13 Thread Mikolaj Rydzewski
Bret Davies wrote: I actually dropped it in the mail yesterday. Oops, I'm sorry, looks like I have some email problems. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> - To start a new topic, e-mail: users@tomcat.apache.org To un

Re: Different session timeout for local and external users

2008-11-13 Thread Ronald Klop
Different session timeout for local and external users Date: Thu Nov 13 15:21:20 CET 2008 From: Ehlers, Kolja <[EMAIL PROTECTED]> Hello everybody, is it somehow possible to set a different session timeout for local 192.168... users and others? I know I could have a rewrite rule and then forwar

Re: Different session timeout for local and external users

2008-11-13 Thread Bret Davies
Peter I actually dropped it in the mail yesterday. sorry. Bret - Original Message - From: "Mikolaj Rydzewski" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, November 13, 2008 8:28 AM Subject: Re: Different session timeout for local and extern

Re: Different session timeout for local and external users

2008-11-13 Thread Mikolaj Rydzewski
Ehlers, Kolja wrote: is it somehow possible to set a different session timeout for local 192.168... users and others? I know I could have a rewrite rule and then forward all calls from local workstation to a different webapp folder but I thought maybe there is a more easy way to do this. Servl

Different session timeout for local and external users

2008-11-13 Thread Ehlers, Kolja
Hello everybody, is it somehow possible to set a different session timeout for local 192.168... users and others? I know I could have a rewrite rule and then forward all calls from local workstation to a different webapp folder but I thought maybe there is a more easy way to do this. Thanks ke