RE: SESSION PROBLEM in UNIX

2004-04-23 Thread MUKUND Premchander
variable becoming null..any specific settings that I need to check ? -Original Message- From: MUKUND Premchander [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 12:23 PM To: Tomcat Users List Subject: RE: SESSION PROBLEM in UNIX Hi, Thank you for your inputs. I couldn't implement

RE: SESSION PROBLEM in UNIX

2004-04-21 Thread MUKUND Premchander
, 2004 7:53 PM To: Tomcat Users List Subject: Re: SESSION PROBLEM in UNIX MUKUND Premchander wrote: I am using tomcat 3.2 not tomcat 4.0 hence as per your suggestion I did try and implement HttpSessionBindingListener and put the object into the session in the same jsp , the valueBound

RE: Using init parameters

2004-04-21 Thread MUKUND Premchander
Guess you are looking to access the context param init paramaters (as specified in context-param blocks). The servelt config's getInitParameter corresponds to the *servlet's* init parameters So guess you need to use getServletContext().getInitParameter(applicationName) rather than

RE: SESSION PROBLEM in UNIX

2004-04-20 Thread MUKUND Premchander
Subject: Re: SESSION PROBLEM in UNIX MUKUND Premchander wrote: Thank you for your reply . I use IE 6 as my browser in windows and tomcat on HP unix. I meant that ,all I did was open a browser window load my application, goto a particular page Set page to refresh for every 10 secs

RE: SESSION PROBLEM in UNIX

2004-04-15 Thread MUKUND Premchander
Users List' Subject: RE: SESSION PROBLEM in UNIX Do you know how the session is being tracked in the browser? Cookie, url? Are you saying you use the same browser in each case? Can you log the http traffic? Martin -Original Message- From: MUKUND Premchander [mailto:[EMAIL PROTECTED

SESSION PROBLEM in UNIX

2004-04-14 Thread MUKUND Premchander
Hi, I have a jsp page which is refreshed atuomatically every 10 seconds.I get and put values in the session by using the implicit session variable . Everything works fine for say 2-3 mins after that the implicit session becomes null and throws a null pointer exception. I get a null pointer

RE: SESSION PROBLEM in UNIX

2004-04-14 Thread MUKUND Premchander
may want to synchronize that block of code. Hope this helps:). -Yan -Original Message- From: MUKUND Premchander [mailto:[EMAIL PROTECTED] Sent: April 14, 2004 07:41 To: Tomcat Users List Subject: SESSION PROBLEM in UNIX Hi, I have a jsp page which is refreshed atuomatically every 10

SESSION VARIABLE BECOMES NULL AFTER SOME REFRESH

2004-04-12 Thread MUKUND Premchander
Hi, I have a jsp page which is refreshed atuomatically every 10 seconds.I get and put values in the session by using the implicit session variable . Everything works fine for say 2-3 mins after that the session becomes null and throws a null pointer exception. IN the try block I even have a

RE: SESSION VARIABLE BECOMES NULL AFTER SOME REFRESH

2004-04-12 Thread MUKUND Premchander
{ if (session.isNew()) { } else { } } Thanks Pete -Original Message- From: MUKUND Premchander [mailto:[EMAIL PROTECTED] Sent: 12 April 2004 11:19 To: [EMAIL PROTECTED] Subject: SESSION VARIABLE BECOMES NULL AFTER SOME REFRESH Hi, I have a jsp page which is refreshed atuomatically

RE: SHUTDOWN OF TOMCAT 4.1 .29 and LOAD-ON-START-UP

2004-02-14 Thread MUKUND Premchander
Hi , Find below the message on the console when tomcat shutdown is done . My console hangs at this point Feb 14, 2004 3:56:34 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Starting service

SHUTDOWN OF TOMCAT 4.1 .29 and LOAD-ON-START-UP

2004-02-13 Thread MUKUND Premchander
Hi , I am working with tomcat4.1.29 standalone .I need to run it on UNIX,Linux and Windows . My webapplication has a servlet which loads on startup .This servlet starts a thread When i shutdown tomcat using shutdown.bat in windows or using the

RE: SHUTDOWN OF TOMCAT 4.1 .29 and LOAD-ON-START-UP

2004-02-13 Thread MUKUND Premchander
of a servlet is one good place to do this, so maybe there's a bug in the code you put there? Yoav Shapira Millennium ChemInformatics -Original Message- From: MUKUND Premchander [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 7:52 AM To: [EMAIL PROTECTED] Subject: SHUTDOWN OF TOMCAT 4.1