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]

Reply via email to