Title: System.out.println() and mystery error message

I just started using Tomcat 3.2.1 and have 2 questions.
First of all, what do I set to view servlet and class output so I can debug my code? The same information
is going to the tomcat.log file that is showing in the Tomcat cmd window (I'm using Win2000). I have
my Logger name entries in the server.xml file set as follows:
<Logger name="tc_log"
            verbosityLevel = "DEBUG"
    />

    <Logger name="servlet_log"
            path="logs/servlet.log"
            verbosityLevel = "DEBUG"    />
           
    <Logger name="JASPER_LOG"
            path="logs/jasper.log"
            verbosityLevel = "DEBUG"     />
Surely there must be a way to see the output of various files, otherwise how can you tell whats
going on (sending it to html output is NOT an acceptable alternative)



Secondl, when I OPEN a mere html page in the browser that submits to a jsp, I get following error
message:
Ctx< /bill>: IOException in :R< /bill + /register.html + null> Connection aborted by peer:
socket write error.

Thanks,

Bill Blackmon
Sr. Software Engineer, GetMusic (http://www.getmusic.com)
11 W. 19th Street, 3rd Floor
New York, NY  10011
917-464-0683

Reply via email to