Jsessionid Problem

2004-11-24 Thread Arnab Chakravarty
Hi all, We are running 2 tomcat instances, running 2 different applications. We are making a switchover from tomcat 1 to tomcat 2 and in this process loosing the session information on tomcat 1 this is resulting in error (error page) in the application. I had disabled cookies and then again

JSESSIONID problem.

2004-02-04 Thread Chugh, Sanjay
Thanks. I have changed the subject because it better reflects the problem after some analysis. Thanks to Papillon for suggesting to use burp proxy. However, now I am at a loss to explain the behaviour after analyzing the log from burp proxy. When I run IE on my box and target TomCat on my box, and

Re: JSESSIONID problem.

2004-02-04 Thread Papillon
... Papillon De : Chugh, Sanjay [EMAIL PROTECTED] Répondre à : Tomcat Users List [EMAIL PROTECTED] Date : Wed, 4 Feb 2004 15:52:46 -0700 À : Tomcat Users List [EMAIL PROTECTED] Objet : JSESSIONID problem. Thanks. I have changed the subject because it better reflects the problem after some analysis

RE: JSESSIONID problem. SP.AM

2004-02-04 Thread Chugh, Sanjay
, and on no other developer, that have the same OS and software. -- Sanjay -Original Message- From: Papillon [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 5:42 PM To: Tomcat Users List Subject: Re: JSESSIONID problem. SP.AM You say both IE are sames but you seems to have two differents

Re: JSessionID problem

2003-11-07 Thread inaminute
Quoting Thyago Lisboa Mota [EMAIL PROTECTED]: Hi, I am facing a problem with jsessionid and I hope u guys can help me. I have 2 tomcat (4.1.29 version) configurations, one at W2K (for develop) and another at Linux Red Hat (for production). The W2K one is working just fine. But with

RE: JSessionID problem

2003-11-07 Thread Tatu Vanhanen
If I test this code from the Linux Tomcat Server (just typing http://myserver/session.jsp ) jsessionid doesn´t change each time a refresh the page... Isn't it the way it should work ? Keeping a single session between requests ? I agree. And the link doesnt show jsessionid either, as

Re: JSessionID problem

2003-11-07 Thread Thyago Lisboa Mota
[EMAIL PROTECTED] Sent: Friday, November 07, 2003 6:35 AM Subject: Re: JSessionID problem Quoting Thyago Lisboa Mota [EMAIL PROTECTED]: Hi, I am facing a problem with jsessionid and I hope u guys can help me. I have 2 tomcat (4.1.29 version) configurations, one at W2K (for develop

Re: JSessionID problem

2003-11-07 Thread Thyago Lisboa Mota
- Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Thyago Lisboa Mota [EMAIL PROTECTED] Sent: Friday, November 07, 2003 6:35 AM Subject: Re: JSessionID problem Quoting Thyago Lisboa Mota [EMAIL PROTECTED]: Hi, I am facing a problem

JSessionID problem

2003-11-06 Thread Thyago Lisboa Mota
Hi, I am facing a problem with jsessionid and I hope u guys can help me. I have 2 tomcat (4.1.29 version) configurations, one at W2K (for develop) and another at Linux Red Hat (for production). The W2K one is working just fine. But with the Linux one I always receive the same ID for

jsessionid problem

2003-02-11 Thread vivek karkun
Hello everyone, I am facing problems with the jsessionid when using stronghold(apache 1.3) and tomcat 4.1.18 using the mod_jk module on solaris 8. The way things are laid out on the server are as follows 1. The entire doc tree is flat html 2. a couple of jsps and servlets used for shopping

RE: jsessionid problem

2003-02-11 Thread Zabel, Ian
PROTECTED] Subject: jsessionid problem when i delete my cookie file and go to ww.mytest.com, the index page comes up fine, but on the index page there are a couple of urls like this http://www.mytest.com/y/z and when i click this i get a broken page(404) error with the url like this http://www.mytest.com

RE: jsessionid problem

2003-02-11 Thread vivek karkun
with URLs that include the ; in them, but the newer ones work fine. Ian. -Original Message- From: vivek karkun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 11:41 AM To: [EMAIL PROTECTED] Subject: jsessionid problem when i delete my cookie file and go

RE: jsessionid problem

2003-02-11 Thread Zabel, Ian
. Ian. -Original Message- From: vivek karkun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 12:07 PM To: Tomcat Users List Subject: RE: jsessionid problem i am using the precomplied mod_jk for solaris 8 whcih was available a few days back. Would there be some trick that i could

RE: jsessionid problem

2003-02-11 Thread Chong, Kwong
PROTECTED]] Sent: Wednesday, 12 February 2003 4:14 To: 'Tomcat Users List' Subject: RE: jsessionid problem You may benefit from this thread: http://groups.google.com/groups?hl=enlr=ie=UTF-8oe=UTF-8frame=rightth=6 59de1293fa4e814seekm=92dh6a%2472j%2403%241%40news.t-online.com#link4 If that's not one

RE: jsessionid problem with a new window (HTA)

2002-12-20 Thread Ralph Einfeldt
to create the window. -Original Message- From: Yong Wang [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 5:20 PM To: Tomcat Users List Subject: RE: jsessionid problem with a new window (HTA) Hi Ralph, the js function gets included into the JSP page and it looks something

jsessionid problem with a new window (HTA)

2002-12-19 Thread Yong Wang
Hi, I have a web application running on Tomcat 4.1 and has to support both regular browser and HTA. On one of the pages, I need to pop up a new window to display a PDF file generated by a servlet. The servlet needs to use some information stored in the session to generate the PDF content. So this

RE: jsessionid problem with a new window (HTA)

2002-12-19 Thread Ralph Einfeldt
Wang [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 4:59 PM To: [EMAIL PROTECTED] Subject: jsessionid problem with a new window (HTA) I use a javascript o append the jsessionid to the end of the URL as such: javascript:window.parent.do_submit_popup('PrintReport',null,'_new

RE: jsessionid problem with a new window (HTA)

2002-12-19 Thread Yong Wang
js file ? Why don't you just use: javascript:window.parent.do_submit_popup('%= response.encodeUrl(PrintReport) %',null,'_new'); -Original Message- From: Yong Wang [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 4:59 PM To: [EMAIL PROTECTED] Subject: jsessionid