----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


For instance, add the following into SnoopServlet

        System.out.println( "Snoop start - System.out" ) ;
        System.err.println( "Snoop start - System.err" ) ;

Both messages show up in the java window, not in apache's log

> ----------------------------------------------------------------
> 
> 
> Under W98, apache 139, jdk 122, jsdk 2.0 and Jserv 1.0, writing to
> system.err from a servlet shows up in apache's error log file
> 
> Using that same servlet's source under W98, apache 139, jdk 122 and
> tomcat,
> the output shows up in the separate DOS window ( the java session running
> Tomcat ).
> 
> Is there a syntax that should be put in web.xml for each context to
> specify
> the log location?
> 
> Charlie
> 
> 
> 
> --


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to