| Author |
Tomcat Listner error while servlet load
|
Nishan Patel
Ranch Hand
Joined: Sep 07, 2008
Posts: 676
|
|
Hello every one,
I am using Tomcat 5.0 with Spring, Log4j, Jsp and Servlet. But when I tried to start my server I found problem SEVERE: Error listenerStart ..
I have found a lot But get this is problem regarding to Tomcat 5.0 version, but still not get solution for that ......
Please help me... ASAP.
|
Thanks, Nishan Patel
SCJP 1.5, SCWCD 1.5, OCPJWSD Java Developer,My Blog
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
If I remember correct the
SEVERE: Error listenerStart ..
problem occurs when one of your startup listeners fail. Enable tomcat logging and get yourself a tomcat.log file. Find if there is anything of interest in those logs.
What are the application you are hosting ?
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
Nishan Patel
Ranch Hand
Joined: Sep 07, 2008
Posts: 676
|
|
Hi,
How to enable tomcat logging ? Actually we are hosting web application which contains Spring, Jsp and servlet...
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
Tomcat logging is on by default. Look in the ..\logs directory
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Tomcat Listner error while servlet load
|
|
|