java debugging with tomcat ??

General discussion on the JZOS batch launcher and toolkit
Post Reply
Guest

java debugging with tomcat ??

Post by Guest »

Toncat debugging does not work,
and my team members are complaining that java debug statements are
not being displayed in the log

Here is a tomcat statement:

if (containerLog.isDebugEnabled())
containerLog.debug(" SSO cookie is not present");

I have set all the tomcat debug flags
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

I'm not sure exactly what you mean by "tomcat debugging".

What class is this snippet of code from? what is "containerLog".

What do you mean by "java debug statments"?
Post Reply