RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-17 Thread Lataxes, Karl
input argument for the scripts we use to start Tomcat. Thanks to all who helped to get this working. Karl -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Monday, August 15, 2011 4:01 PM To: users@tomcat.apache.org Subject: Re: Sticky Session Not Working With

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karl, On 8/16/2011 7:00 AM, Lataxes, Karl wrote: > As mentioned in an earlier post, our clients are not web browsers > and do not support cookies. Session management is handled via an > internally generated session id, and I am attempting to adapt a

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-16 Thread Lataxes, Karl
Working With Apache 2.0.54 and Tomcat 7.0.8 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karl, On 8/15/2011 2:09 PM, Lataxes, Karl wrote: > I wrote the code to generate the session id and add it as an HTTP > header at the recommendation of someone on the users list. Not to open a whole can of

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karl, On 8/15/2011 2:09 PM, Lataxes, Karl wrote: > I wrote the code to generate the session id and add it as an HTTP > header at the recommendation of someone on the users list. Not to open a whole can of worms, but why are you generating your own s

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-15 Thread Rainer Jung
On 15.08.2011 21:20, Pid wrote: > On 15/08/2011 19:09, Lataxes, Karl wrote: >> I wrote the code to generate the session id and add it as an HTTP header at >> the recommendation of someone on the users list. The problem now is >> appending the jvmroute to the generated session id in order to get

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-15 Thread Pid
15, 2011 12:52 PM > To: users@tomcat.apache.org > Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8 > > On 15.08.2011 17:09, Lataxes, Karl wrote: >> Yes, the space before "servlet" is a copy/paste error. >> >> I made the LogFormat additi

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-15 Thread Lataxes, Karl
@tomcat.apache.org Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8 On 15.08.2011 17:09, Lataxes, Karl wrote: > Yes, the space before "servlet" is a copy/paste error. > > I made the LogFormat additions to httpd.conf, set the mod_jk logging level to >

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-15 Thread Rainer Jung
from the log snippets that "." is not being appended > to the session as expected. > > -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Saturday, August 13, 2011 8:11 AM > To: users@tomcat.apache.org > Subject: Re: Sticky Sessio

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-15 Thread Lataxes, Karl
t;." is not being appended to the session as expected. -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Saturday, August 13, 2011 8:11 AM To: users@tomcat.apache.org Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8 On 12.08.2011 15:

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-13 Thread Rainer Jung
On 12.08.2011 15:30, Lataxes, Karl wrote: > The jvmRoute's for both server.xmls are properly set to the worker names and > are not commented out. This was the first thing I verified. > > > > > Here are the settings in workers.properties (worker tomcat7A identical to > tomcat7C excep

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-12 Thread Lataxes, Karl
spite sticky_session being set to 1. -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Friday, August 12, 2011 4:17 AM To: users@tomcat.apache.org Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8 On 11.08.2011 15:32, Lataxes, Karl wrote:

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-12 Thread Rainer Jung
On 11.08.2011 15:32, Lataxes, Karl wrote: > OK, I'm getting close. On the server side, I'm adding a "Set-Cookie" header > containing the session id I want to use. The client emulator I am using has > similarly been modified to add a "Cookie" header with the session id sent by > the server, but

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-11 Thread Lataxes, Karl
eters in my respective Tomcat server.xml files are set to the workers identified in the workers.properties file as well. What do I have to do to append "." to the outgoing session id? -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Tuesday, August 09, 2011 5

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 8/9/2011 4:49 PM, Rainer Jung wrote: > On 09.08.2011 20:45, Lataxes, Karl wrote: >> Our clients cannot send or process JSESSIONIDs as they are not web >> browsers, but proprietary equipment running embedded software that >> sends HTTP POS

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-09 Thread Rainer Jung
On 09.08.2011 23:08, André Warnier wrote: > Rainer Jung wrote: >> On 09.08.2011 20:45, Lataxes, Karl wrote: >> Are you aware of the fact, that a cookie *is* an additional HTTP header, >> namely the header named "Cookie"? So if you can set HTTP headers to >> values you can define, then you *can* sen

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-09 Thread André Warnier
Rainer Jung wrote: On 09.08.2011 20:45, Lataxes, Karl wrote: Our clients cannot send or process JSESSIONIDs as they are not web browsers, but proprietary equipment running embedded software that sends HTTP POST messages to a servlet on our internal network. The servlet keeps track of sessions i

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-09 Thread André Warnier
ginal Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, August 08, 2011 12:14 PM To: Tomcat Users List Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karl, On 8/5/2011 7:49 AM, Lataxes,

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-09 Thread Rainer Jung
On 09.08.2011 20:45, Lataxes, Karl wrote: > Our clients cannot send or process JSESSIONIDs as they are not web > browsers, but proprietary equipment running embedded software that > sends HTTP POST messages to a servlet on our internal network. The > servlet keeps track of sessions internally by a

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-09 Thread Lataxes, Karl
tions. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday, August 08, 2011 12:14 PM To: Tomcat Users List Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karl, On 8/5

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karl, On 8/5/2011 7:49 AM, Lataxes, Karl wrote: > After some testing, I determined that appending the session ID to > the URL will not work. Why not? > I can, however, add the session ID as a new HTTP header, but I have > to determine which modules

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-05 Thread Lataxes, Karl
---- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Friday, July 15, 2011 3:22 PM > To: users@tomcat.apache.org > Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat > 7.0.8 > > On 15.07.2011 18:19, Lataxes, Karl wrote: >> We do not se

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-29 Thread Rainer Jung
; > > -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Friday, July 15, 2011 3:22 PM > To: users@tomcat.apache.org > Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8 > > On 15.07.2011 18:19, Lataxes, Karl wro

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-29 Thread André Warnier
pe 'application/x-www-form-urlencoded' HEADER: content-length '134' PARAMETER INFORMATION PARAM: '' -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Friday, July 15, 2011 3:22 PM To: users@tomcat.apache.org Subject: Re: Sticky S

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-29 Thread Lataxes, Karl
x-www-form-urlencoded' HEADER: content-length '134' PARAMETER INFORMATION PARAM: '' -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Friday, July 15, 2011 3:22 PM To: users@tomcat.apache.org Subject: Re: Sticky Session Not Working With Apa

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-15 Thread Rainer Jung
URL, you could likely design a solution using mod_proxy_balancer. Regards, Rainer > -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Friday, July 15, 2011 9:44 AM > To: users@tomcat.apache.org > Subject: Re: Sticky Session Not Working

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-15 Thread Lataxes, Karl
15, 2011 9:44 AM To: users@tomcat.apache.org Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8 On 15.07.2011 12:48, Lataxes, Karl wrote: > Our servlet assigns a session id to a client when it initially contacts the > server. The session id consists of "session

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-15 Thread Rainer Jung
On 15.07.2011 12:48, Lataxes, Karl wrote: > Our servlet assigns a session id to a client when it initially contacts the > server. The session id consists of "session-id", a unique client identifier, > and the current time in milliseconds, which is used as session identification > for subsequent

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-15 Thread Lataxes, Karl
ges to the original Tomcat node it initially contacted? -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, July 13, 2011 3:12 PM To: Tomcat Users List Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8 On 13/07/2011 19:39, Lataxes,

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-14 Thread Pid
On 14/07/2011 15:11, Christopher Schultz wrote: > Pid, > > On 7/14/2011 5:45 AM, Pid wrote: >> http://www.cafepress.com/cp/customize/product2.aspx?number=556022568 > > $21? boo... I couldn't change the price... s signature.asc Description: OpenPGP digital signature

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 7/14/2011 5:45 AM, Pid wrote: > http://www.cafepress.com/cp/customize/product2.aspx?number=556022568 $21? boo... - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozd

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-14 Thread Pid
On 14/07/2011 10:25, Pid wrote: > On 13/07/2011 20:17, Christopher Schultz wrote: >> Mark, >> >> On 7/13/2011 3:12 PM, Mark Thomas wrote: >>> On 13/07/2011 19:39, Lataxes, Karl wrote: We're not using cookies. Our application is not web based, but accepts HTTP PUTS via client re

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-14 Thread Pid
On 13/07/2011 20:17, Christopher Schultz wrote: > Mark, > > On 7/13/2011 3:12 PM, Mark Thomas wrote: >> On 13/07/2011 19:39, Lataxes, Karl wrote: >>> We're not using cookies. >>> >>> Our application is not web based, but accepts HTTP PUTS via client >>> requests that enter our network from extern

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 7/13/2011 3:12 PM, Mark Thomas wrote: > On 13/07/2011 19:39, Lataxes, Karl wrote: >> We're not using cookies. >> >> Our application is not web based, but accepts HTTP PUTS via client >> requests that enter our network from external sources.

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-13 Thread Mark Thomas
On 13/07/2011 19:39, Lataxes, Karl wrote: > We're not using cookies. > > Our application is not web based, but accepts HTTP PUTS via client requests > that enter our network from external sources. We are not URL encoding, as > our clients are not configured to accept it. If we have to include

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-13 Thread Lataxes, Karl
erver applications will have to be modified accordingly, which may be an option. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, July 13, 2011 11:23 AM To: Tomcat Users List Subject: Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8 On 13/07/2011 14:37, La

Re: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-07-13 Thread Pid
On 13/07/2011 14:37, Lataxes, Karl wrote: > We are attempting to run identical servlets under several Tomcat 7.0.8 nodes > behind a load balancer (Apache 2.0.54 using mod_jk), but we have been unable > to get sticky sessions to work. Initial requests are forwarded to a node as > expected, but s