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