Re: debug statements

2003-03-26 Thread David Thielen

Hi;

Two questions:

1) If I set
Server port=8005 shutdown=SHUTDOWN debug=4

Logger className=org.apache.catalina.logger.FileLogger verbosity=4
directory=logs  prefix=localhost_log. suffix=.txt timestamp=true/

I get no extra messages. But if I set:
Server port=8005 shutdown=SHUTDOWN debug=100

I do get more messages. This is not documented as far as I can tell so
what's going on here?

2) Even with the debug=100, it doesn't tell me why a given url doesn't
load anything. Is there any way to get how it's looking at a uri?

thanks - dave


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: debug statements

2003-03-26 Thread Jeremy Whitlock
David,
Try debug=0.  That should tell you EVERYTHING!!!  Hope this
helps, Jeremy

-Original Message-
From: David Thielen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 10:50 AM
To: Tomcat Users
Subject: Re: debug statements


Hi;

Two questions:

1) If I set
Server port=8005 shutdown=SHUTDOWN debug=4

Logger className=org.apache.catalina.logger.FileLogger
verbosity=4
directory=logs  prefix=localhost_log. suffix=.txt
timestamp=true/

I get no extra messages. But if I set:
Server port=8005 shutdown=SHUTDOWN debug=100

I do get more messages. This is not documented as far as I can tell so
what's going on here?

2) Even with the debug=100, it doesn't tell me why a given url doesn't
load anything. Is there any way to get how it's looking at a uri?

thanks - dave


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: debug statements

2003-03-26 Thread Shapira, Yoav

Howdy,
The debug levels are subjective, with the exceptions that:
- 0 is lowest, no debug information
- 99 is highest, all debug information

I do get more messages. This is not documented as far as I can tell so
what's going on here?

The debug attribute may have different implementations in different
components.  You have to look at the configuration document for the
component you're interested in, e.g. Server in your case, and you'll
see the debug attribute defined and explained.  Don't rush to say it's
not documented.

2) Even with the debug=100, it doesn't tell me why a given url
doesn't
load anything. Is there any way to get how it's looking at a uri?

Look at the access log.  If you have it disabled (which is the default),
comment it in server.xml.

If the given URL is one of your URLs, e.g. your servlet or JSP, add more
logging to your own code.

Yoav Shapira
Millennium ChemInformatics



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: debug statements

2003-03-26 Thread David Thielen
I tried that - it tells the least.

thanks - dave


- Original Message - 
From: Jeremy Whitlock [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 10:56 AM
Subject: RE: debug statements


 David,
 Try debug=0.  That should tell you EVERYTHING!!!  Hope this
 helps, Jeremy
 
 -Original Message-
 From: David Thielen [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, March 26, 2003 10:50 AM
 To: Tomcat Users
 Subject: Re: debug statements
 
 
 Hi;
 
 Two questions:
 
 1) If I set
 Server port=8005 shutdown=SHUTDOWN debug=4
 
 Logger className=org.apache.catalina.logger.FileLogger
 verbosity=4
 directory=logs  prefix=localhost_log. suffix=.txt
 timestamp=true/
 
 I get no extra messages. But if I set:
 Server port=8005 shutdown=SHUTDOWN debug=100
 
 I do get more messages. This is not documented as far as I can tell so
 what's going on here?
 
 2) Even with the debug=100, it doesn't tell me why a given url doesn't
 load anything. Is there any way to get how it's looking at a uri?
 
 thanks - dave
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



debug statements

2003-03-25 Thread David Thielen

Hi;

Two questions:

1) If I set
Server port=8005 shutdown=SHUTDOWN debug=4

Logger className=org.apache.catalina.logger.FileLogger verbosity=4
directory=logs  prefix=localhost_log. suffix=.txt timestamp=true/

I get no extra messages. But if I set:
Server port=8005 shutdown=SHUTDOWN debug=100

I do get more messages. This is not documented as far as I can tell so
what's going on here?

2) Even with the debug=100, it doesn't tell me why a given url doesn't
load anything. Is there any way to get how it's looking at a uri?

thanks - dave


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



debug statements

2003-03-22 Thread David Thielen
Hi;

Two questions:

1) If I set
Server port=8005 shutdown=SHUTDOWN debug=4

Logger className=org.apache.catalina.logger.FileLogger verbosity=4 
directory=logs  prefix=localhost_log. suffix=.txt timestamp=true/

I get no extra messages. But if I set:
Server port=8005 shutdown=SHUTDOWN debug=100

I do get more messages. This is not documented as far as I can tell so what's going on 
here?

2) Even with the debug=100, it doesn't tell me why a given url doesn't load 
anything. Is there any way to get how it's looking at a uri?

thanks - dave