Re: java.util.logging and tomcat

2003-09-29 Thread Adam Hardy
Hi Josh,
edit logging.properties and set up the FileHandler. Actually I am not 
sure whether that will work - you might have to do it in your server.xml 
instead - in the Logger node. Check out java.util.logging's API, it's 
pretty well documented I found.

Adam

On 09/29/2003 01:54 AM Josh G wrote:
Adam Hardy wrote:

Statements should go to $CATALINA_HOME/logs/ if you have set up your 
JDK logging.properties not to filter them out.


How do I make that change?

--
struts 1.1 + tomcat 4.1.27 + java 1.4.2
Linux 2.4.20 RH9
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: java.util.logging and tomcat

2003-09-28 Thread Josh G
Adam Hardy wrote:

Statements should go to $CATALINA_HOME/logs/ if you have set up your 
JDK logging.properties not to filter them out.
How do I make that change?

--
[ Josh 'G' McDonald ][ 0415 784 825 ][ http://www.gfunk007.com/ ]


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


Re: java.util.logging and tomcat

2003-09-27 Thread Adam Hardy
Statements should go to $CATALINA_HOME/logs/ if you have set up your JDK 
logging.properties not to filter them out.

Adam

On 09/26/2003 08:34 AM Josh G wrote:
Just wondering if anybody here has any experience on using 
java.util.logging with tomcat? I was under the impression that logged 
lines (and System.out) would go to the tomcat_localhost log, but it 
seems I am mistaken. Is there something I should adjust in my web.xml or 
server.xml?

Cheers,
-Josh
--
struts 1.1 + tomcat 4.1.27 + java 1.4.2
Linux 2.4.20 RH9
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


java.util.logging and tomcat

2003-09-26 Thread Josh G
Just wondering if anybody here has any experience on using 
java.util.logging with tomcat? I was under the impression that logged 
lines (and System.out) would go to the tomcat_localhost log, but it 
seems I am mistaken. Is there something I should adjust in my web.xml or 
server.xml?

Cheers,
-Josh
--
[ Josh 'G' McDonald ][ 0415 784 825 ][ http://www.gfunk007.com/ ]


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