Hi,
If you can't see System.out/System.err output anywhere, something
serious is wrong, such as the server not starting properly: kill it,
clean out your logs, start it again and watch the logs carefully.

BTW, you don't have to quote anything in web.xml and we generally
recommend that you don't.  (Your original post that started this thread
had some JNDI configuration parameters quoted, like "Connection").

Yoav Shapira
Millennium Research Informatics


>-----Original Message-----
>From: Gabi [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, June 16, 2004 7:51 AM
>To: Tomcat Users List
>Subject: RE: Parameters and where is log
>
>That's what I've done, I've created a <Context path=... docBase=...>
><Logger className="org.apache.catalina.logger.FileLogger"
prefix="web_log."
>suffix=".txt" timestamp="true"/>
>
>I see all the webapp output in web_log file, but not the message from
the
>applicacion, where I use the lines:
>ServletContext context;
>context=session.getServletContext();
>context.log("test message!!!");
>
>Perhaps the application does not have the correct HttpSession? (It
works on
>Resin, I've make the .war and deploy in tomcat, configure the <Context>
in
>server.xml and put all the resin.conf values of context-param inside
>web.xml
>in the tomcat context-param format.
>Am I missing something?
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




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