Pc Environment
--------------
1. o/s = Windows 2000 Professional
2. harddisk = 20 GB; available =
3. memory= 327216 K RAM
4. General System Properties
computer
> x86 Family 6 Model 5 Stepping
> 2
> AT/AT COMPATIBLE
Web Application Environment
---------------------------
1. jsp/servlet container = Apache Tomcat
2. Database = Ms SQL
Question
--------
1. Why sometimes the apache tomcat service dies/stops by itself?
2. Example, when I navigate to a jsp which has session involved, in order to get the userid and password from the login page;
the jsp page is idle for some times (where I leave the jsp page, and not navigating to other page);the page becomes error (I know reason about this), so I logout from the web apps and then relogin, then the pages could not be displayed anymore because of the Tomcat service has stopped.
-
Apache Tomcat service stops itself (2 messages)
- Posted by: Tan Pei Leng
- Posted on: April 06 2003 23:44 EDT
Threaded Messages (2)
- better performance on linux by Blair Craft on April 07 2003 00:07 EDT
- Apache Tomcat service stops itself by Abhijit Gaikwad on April 08 2003 11:39 EDT
-
better performance on linux[ Go to top ]
- Posted by: Blair Craft
- Posted on: April 07 2003 00:07 EDT
- in response to Tan Pei Leng
for the exercise purpose only? -
Apache Tomcat service stops itself[ Go to top ]
- Posted by: Abhijit Gaikwad
- Posted on: April 08 2003 11:39 EDT
- in response to Tan Pei Leng
Tan,
Any DB related code is involved there ? If yes , over use of DB resources kills the process.
@bhijit