• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

in Tomcat 5 listerner errors caught in log file not detailed one

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using Tomcat 5.5.23 , on windows xp , My problem is while starting tomcat i am getting listenerStart errors. But i am not getting the detailed error (stacktrace) of what has caused this error.I tried changing the Log level in logging.properties file to FINE, but still the same result.


Ealier was i using Tomcat 5.0.28 , in this version the log file used to print trhe stacktrace and i could get to know why the listerner had failed but in the new versions it is not showing in the log.


Can help me in this .?

Regards,
Felix T
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What errors are you seeing?
 
felix thomas
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I am able to see this error in the log file

SEVERE: Error listenerStart
Jan 4, 2008 6:48:02 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/servicebridge_demo3_portal] startup failed due to previous errors


regards,
Felix T
reply
    Bookmark Topic Watch Topic
  • New Topic