Re: java.lang.StackOverflowError

2002-02-08 Thread amohammad
I am usign HTML and servlets.both of them handled by tomcat.HTML files do have some images. Is tomcat4.0.1 have problems with image loading?. the application is not so large it is only few HTML's and Servlets.still the tomcat hangs after every 30 minutes. All the HTML s and images are in /usr/loc

Re: java.lang.StackOverflowError

2002-02-08 Thread amohammad
Thanks for the reply mike and randy. Iam using IBMJava2-122 .Is this the problem.Because tomcat4.0.1 just hangs .I know its for sure it is not an application issue as this happens with "examples" web application too.so if i install jdk1.4 if it solve this problem i will do that.tomcat run only fo

Re: Problem with IE

2002-02-07 Thread amohammad
I treid this URL and changed your first name with mine.It is working fine. Ahmed - - Original Message - From: "Uma Maheswar" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 8:33 PM Subject: Re: Problem with IE > Hi, > It is a sample one

java.lang.StackOverflowError

2002-02-07 Thread amohammad
Hi, I have tomacat4.0.1 and apache 1.3.0 running on RH7.1.Iam using HTML,JSP and Servlets for application developement.when i start the tomcat and apache it is working fine,but after some time it hangs and does not respond.It is a tomcat issue as i checked out apache is rendering pages which

Re: Problem with IE

2002-02-07 Thread amohammad
I have connected to the URL you have mentioned using IE6 and i got following response "Connected to database inside Test Servlet.java uma uma ".what version of IE you are using? Ahmed - Original Message - From: "Uma Maheswar" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>

Tomcat hangs when multiple users making calls

2002-02-06 Thread amohammad
Hi, Iam using tomcat4.0.1 and apache 1.3.I configure mod_webapp.I was able to make a call to examples webapplication.but then moment more than one user makes call server hangs and what i found is number processes created by tomcat got doubled (i checked it using ps -f).I just want to know whe