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
-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
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
-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
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
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
@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
>
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
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:
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
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:
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
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
-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
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
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
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,
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
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
-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
----
> 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
;
>
> -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
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
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
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
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
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
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,
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
-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
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
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
-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.
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
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
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
36 matches
Mail list logo