ok, it that case all you need are just two virtual hosts.

Leon

On Fri, Jun 20, 2008 at 8:56 AM, Zsolt Koppany <[EMAIL PROTECTED]> wrote:
> Thank you everybody making comments to my original post.
>
> Our customer has two tomcats because one instance is the production version
> of our application and the second one is a test instance of the new version
> of the same application. Because of that the context-pathes are the same.
>
> I understand, that context-path can be changed but means more hacking for
> the customer. The other problem is that the customer stored in our wiki
> pages URL-s with context path (but without port). It could be discussed
> whether or not this is lucky but this is the case.
>
> Zsolt
>
>> -----Original Message-----
>> From: Christopher Schultz [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, June 19, 2008 10:08 PM
>> To: Tomcat Users List
>> Subject: Re: JSESSIONID doesn't contain the port
>>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Zsolt,
>>
>> Zsolt Koppany wrote:
>> | How can we make tomcat-5.5.25 to store also port into JSESSIONID?
>>
>> You can't really do that, unless you want to hack-up TC's source.
>>
>> What you could do is deploy your applications under different context
>> names, instead of deploying them both as ROOT. In that case, the
>> JSESSIONID cookie will have a unique path associated with it, and they
>> won't clobber each other.
>>
>> Another option would be to turn off cookies on the server, and use only
>> URL-encoded session ids.
>>
>> - -chris
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.9 (MingW32)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>
>> iEYEARECAAYFAkhavLsACgkQ9CaO5/Lv0PBvBgCcDpc3S6mQSZUlH39692/cRM5C
>> yXkAoKlTmd0vkg1kRpMF0ivzEvE8KzR7
>> =Ymjf
>> -----END PGP SIGNATURE-----
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to