I tried removing the directory tag and it doesn't appear in the default logs
directory. I tried it with the absolute path and still nothing.  I will
investigate this a little more.  Odd thing is I have a context.xml sitting
right next to it with an identical call other then the file name, and it
works fine.

Steve

-----Original Message-----
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 17, 2004 7:59 AM
To: Tomcat Users List
Subject: RE: JDBC problems with MySQL


Hi,

>Does the META-INF directory in a war file sit next to the WEB-INF
>directory?

Yes (a WAR is just a special JAR, and the JAR spec controls the location
of the META-INF directory).

>One other thing.  In the context file that is currently working can you
>tell me why the logger doesn't?
>
><Logger className="org.apache.catalina.logger.FileLogger"
>           prefix="localhost_vkey." directory="logs"
>           suffix=".txt" timestamp="true" />
>
>The log never shows up.  Thanks

Never shows up anywhere at all, or just doesn't show up in
$CATALINA_HOME/logs?  Try using an absolute directory path.

Yoav Shapira



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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to