Re: Problem starting TOMCAT on Win 2000

2001-06-11 Thread Shravan Shashikant
Priya, I think you need to set the path of java in your environment variables. The error system cannot... is generally associated with dos not finding the executable to run the program.so,include the jave home and tomcat home in your PATH variable of your comp.also,i think its mentioned in the

Tomcat JDBC-ODBC Crashes

2001-04-30 Thread Shravan Shashikant
Hi there, I am using Tomcat with jdk122 on win 2000.I use MS ACcess and to communicate with that I use the SUn jdbc-odbc bridge.The problem i'm facing off late is that Tomcat crashes even though I close my connecitons with the st.close() and con.close() statements. Are there any better odbc

Re: heavy Traffic will rise Mem usage extremly

2001-04-28 Thread Shravan Shashikant
Hi Wolle, Even I face the probelm you mentioned regularly.I actually have no idea how to tackle it.I raised it a few weeks back and was suggested to move to JDK122 but even with that I havent been able to tackle this issue. It would be great if anybody here has found a solution to his

Cookie Problem

2001-04-25 Thread Shravan Shashikant
Hi there, I have a problem using Cookies in my servlet.I am able to create the cookie and log in but then I have an option where I ask the user if he wanst to save his password and there I write a cookie for say 9 days.But when he wnts to logut ,I execute the following code. out=

Timeout issue

2001-04-23 Thread Shravan Shashikant
Hi there, I have a problem with a certain servlet code of mine which takes a lot of time to execute.The problem is that since it takes a lot of time to execute,the browser times out the servlet after say 5 minutes.I heard somewhere that this can be remedied by using out.flush() for the output

Re: Timeout issue

2001-04-23 Thread Shravan Shashikant
for user feedback. We cached the last 5 processing times and could give an ETA to the user based on the mean. Jon. On Monday 23 April 2001 08:13, Shravan Shashikant wrote: Hi there, I have a problem with a certain servlet code of mine which takes a lot of time to execute.The problem

Memory buildup on Tomcat JVM

2001-04-23 Thread Shravan Shashikant
Hi there, Was wondering whether you guys had a similar problem as I have been having.A servlet code has hashtables and vectors in it and I do alot of assignment for these vectors/hashtables in the code..around 1000 vector elemtns and 100 hs elemnts.i clean it up after execution and set them to