RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-16 Thread Michael Andreas Omerou
To: users@tomcat.apache.org Subject: Re: Session Expires At Every Request (Tomcat5.0.28/Firefox) Michael Andreas Omerou [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Dear all, Thanks for your replies to my problem. However, I think the discussion has been diverted into a debate

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-16 Thread Michael Andreas Omerou
: Michael Andreas Omerou [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 3:38 PM To: 'Tomcat Users List' Cc: [EMAIL PROTECTED]; 'George Sexton'; 'Joey Geiger'; [EMAIL PROTECTED] Subject: RE: Session Expires At Every Request (Tomcat5.0.28/Firefox) Dear all, Thanks for your

Session Problems with Firefox

2006-02-15 Thread Michael Andreas Omerou
Hello, I have some problems with session management when our application runsin Firefox. Basically, what happens is that after I set in the session some attributes/beans which are needed down the application, I check in all JSPs and servlets that an old session is still there by using

RE: Session Problems with Firefox

2006-02-15 Thread Michael Andreas Omerou
of FireFox but not in the case of IE could be the cause of my problems. Michael -Original Message- From: Michael Andreas Omerou [mailto:[EMAIL PROTECTED] Sent: 15 February 2006 11:27 To: users@tomcat.apache.org Subject: Session Problems with Firefox Hello, I have some problems

Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread Michael Andreas Omerou
Anybody has an idea what could be causing what I describe in the below two emails? -Original Message- From: Michael Andreas Omerou [mailto:[EMAIL PROTECTED] Sent: 15 February 2006 13:10 To: 'Tomcat Users List' Subject: RE: Session Problems with Firefox Further to my below email I have

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread Michael Andreas Omerou
/Firefox) Are you blocking cookies at the browser? Earnie! -Original Message- From: Michael Andreas Omerou [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 10:06 AM To: 'Tomcat Users List' Subject: Session Expires At Every Request (Tomcat5.0.28/Firefox) Anybody has an idea what

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread Michael Andreas Omerou
: Session Expires At Every Request (Tomcat5.0.28/Firefox) The META tags should not have an effect on cookies. Firefox would not be the one that expires your session, Tomcat would. Do you have a session timeout specified in your application? Earnie! -Original Message- From: Michael Andreas

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread Michael Andreas Omerou
)); } System.out.println(TestFirefox.jsp Session ID Value: + request.getSession(false).getId()); % TEST FIREFOX LOADED /body /html The above creates a new session wheneven reloaded in Firefox while in IE it keeps the same. -Original Message- From: Michael Andreas Omerou [mailto

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread Michael Andreas Omerou
@ tomcat.ap ache.org]De la part de Michael Andreas Omerou Envoye : mercredi 15 fevrier 2006 16:34 A : 'Tomcat Users List' Objet : RE: Session Expires At Every Request (Tomcat5.0.28/Firefox) It is 30 minutes. If I do request.getSession().getMaxInactiveInterval() I get 1800 (seconds I guess) which

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread Michael Andreas Omerou
. So major problem is still FireFox and it must be something that it sends (or not sends) back to Tomcat that causes session expiration. Thanks for your assistance. Michael -Original Message- From: Michael Andreas Omerou [mailto:[EMAIL PROTECTED] Sent: 15 February 2006 17:48 To: 'Tomcat

RE: Session Expires At Every Request (Tomcat5.0.28/Firefox)

2006-02-15 Thread Michael Andreas Omerou
will see the Timeout page. Remember that the above only happens with FireFox. I will greatly appreciate your help. -Original Message- From: Michael Andreas Omerou [mailto:[EMAIL PROTECTED] Sent: 15 February 2006 19:45 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: 'Tomcat Users List' Subject: RE

Tomcat caching

2006-02-05 Thread Andreas Haufler
Hi everybody, I just wanted to ask, if tomcat does caching of static contents like html pages or images, and if yes, how the size of this cache can be set. regards Andreas Haufler - To unsubscribe, e-mail: [EMAIL PROTECTED

Tomcat loadbalancing howto

2006-02-03 Thread Andreas Daab
Hi, in the thread Tomcat-5.5.12 less robust than 5.0.28 I told about problems with the scaling of tomcat. We have more incoming calls to tomcat than tomcat can handle. Windows 2003 seems to have problems to distribute the threads to the cpu if the number of threads is bigger than 50. The cpu load

Problem precompiling jsps, please help

2006-02-03 Thread Andreas Rehn
is that when I run the exact same code with Ant it works!?? Has anybody run into this problem before? My ant/maven code is pretty much ripped directly from http://tomcat.apache.org/tomcat-5.5-doc/printer/jasper-howto.html All advice appreciated! /Andreas

logfile sharing

2006-02-03 Thread Andreas Daab
Hi, is it possible to share logfiles between different web applications running on different tomcat instances? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Custom Authenticator in tomcat 4 ?

2006-02-02 Thread Andreas Rehn
are running in production). Do I have to upgrade to make this work? Thanks /Andreas

Tomcat 5.5.12 less robust than 5.0.28?

2006-01-27 Thread Andreas Daab
threads is 20. Tomcat eats 15 - 25% cpu, it's not the limit. We have 4 GB RAM and 4 Xeon-HAT, should be enough for 500 users. The server runs under Windows 2003 Enterprise. I (temporarily) switched back to 5.0.28. How to get Tomcat 5.5.12 working? Tanks in advance Andreas

RE: Problem with mod_jk Connector

2005-12-14 Thread Michael Andreas Omerou
worker1 # The .gif files will not be mounted cause JkUnMount takes # precedence over JkMount directive JkMount /servlet/*.gif worker1so in effect your JkUnmount statement is blocking access to the parameter following JkUnmount commandMartin- - Original Message - From: Michael Andreas

JKMountFile ignored

2005-12-14 Thread Andreas Sachs
to debug (or trace) and looked inside the logfile (JkLogFile). There is no line containing the name of the mount-file. How can i debug my problem? Should there be an entry in the logfile, where i can see, that apache is accessing the mount-file? WHat could be my problem? Thanks for your help Andreas

RE: Problem with mod_jk Connector

2005-12-11 Thread Michael Andreas Omerou
: Problem with mod_jk Connector what this says is that all requests goto ajp13 worker I will need to see worker.properties file and the value of forwardAll set JkLogLevel info Martin- - Original Message - From: Michael Andreas Omerou [EMAIL PROTECTED] To: 'Tomcat Users List' users

Problem with mod_jk Connector

2005-12-10 Thread Michael Andreas Omerou
Hello, I have a Solaris server where I use Apache and Tomcat and I connect them using mod_jk. So far I was using mod_jk 1.2.5 and all requests to Apache were forwarded to Tomcat. Then, I needed to host some things under Apache (basically web statistics software, webmail, etc.). So I thought of

RE: Problem with mod_jk Connector

2005-12-10 Thread Michael Andreas Omerou
componenet to the ajp13 worker, but jsp requests to files located in /otherworker will go to remoteworker. JkMount /*.jsp ajp13 JkMount /*/servlet/ ajp13 JkMount /otherworker/*.jsp remoteworker Martin-- Original Message - From: Michael Andreas Omerou [EMAIL

<    1   2