AW: Problem with Tomcat Cluster (read acknowledgement from server)

2009-06-23 Thread Ehlers, Kolja
: Tomcat Users List Betreff: Re: Problem with Tomcat Cluster (read acknowledgement from server) Ehlers, Kolja wrote: > Hello everybody, > > we are running a couple of clustered Tomcat 5.5.9 instances and keep > experiencing problems in our productive environment. This is the > conf

Problem with Tomcat Cluster (read acknowledgement from server)

2009-06-23 Thread Ehlers, Kolja
Hello everybody, we are running a couple of clustered Tomcat 5.5.9 instances and keep experiencing problems in our productive environment. This is the configuration: This is the log of node2: Jun 22, 2009 1

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
local and external users 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 sl

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

AW: Deploying On Production Server

2008-11-14 Thread Ehlers, Kolja
You will need to make use of the mod_jk (The Apache Tomcat Connector) at http://tomcat.apache.org/connectors-doc/ -Ursprüngliche Nachricht- Von: Zaki Akhmad [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. November 2008 09:41 An: Tomcat Users List Betreff: Deploying On Production Server

AW: Different session timeout for local and external users

2008-11-14 Thread Ehlers, Kolja
I have looked at the session listeners but there I cannot access the users remote adress -Ursprüngliche Nachricht- Von: Ehlers, Kolja [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. November 2008 09:38 An: Tomcat Users List Betreff: AW: Different session timeout for local and external

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

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