confused about simple logging

2005-05-23 Thread Lane
Hello. I'm a bit confused about simple logging on tomcat 5.0.  I've read much of the FAQ at http://jakarta.apache.org/tomcat/faq/logging.html#builtIn but that doesn't seem to address what I'm looking for, which is just routine mundane daily activity. For instance, if I create and deploy

RE: confused about simple logging

2005-05-23 Thread Caldarale, Charles R
From: Lane [mailto:[EMAIL PROTECTED] Subject: confused about simple logging where on earth will a hit be recorded when I navigate to http://localhost/helloworld/index.jsp ? See if this is what you want: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html - Chuck

Re: confused about simple logging

2005-05-23 Thread Lane
On Monday 23 May 2005 12:01, Caldarale, Charles R wrote: From: Lane [mailto:[EMAIL PROTECTED] Subject: confused about simple logging where on earth will a hit be recorded when I navigate to http://localhost/helloworld/index.jsp ? See if this is what you want: http://jakarta.apache.org

RE: confused about simple logging

2005-05-23 Thread Steve Kirk
: confused about simple logging Hello. I'm a bit confused about simple logging on tomcat 5.0.  I've read much of the FAQ at http://jakarta.apache.org/tomcat/faq/logging.html#builtIn but that doesn't seem to address what I'm looking for, which is just routine mundane daily activity

RE: confused about simple logging

2005-05-23 Thread Jim Henderson
: confused about simple logging Hello. I'm a bit confused about simple logging on tomcat 5.0.  I've read much of the FAQ at http://jakarta.apache.org/tomcat/faq/logging.html#builtIn but that doesn't seem to address what I'm looking for, which is just routine mundane daily activity

RE: confused about simple logging

2005-05-23 Thread Steve Kirk
List Subject: RE: confused about simple logging If I write to stdout where does that go? System.stdout.println(Where does this get printed to?); I assume C:/tomcat.../log/stdout? -Original Message- From: Steve Kirk [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 12:28

Re: confused about simple logging

2005-05-23 Thread Lane
PROTECTED] Sent: Monday 23 May 2005 18:01 To: Tomcat Users List Subject: confused about simple logging Hello. I'm a bit confused about simple logging on tomcat 5.0.  I've read much of the FAQ at http://jakarta.apache.org/tomcat/faq/logging.html#builtIn but that doesn't seem

RE: confused about simple logging

2005-05-23 Thread Jim Henderson
: Monday, May 23, 2005 1:46 PM To: 'Tomcat Users List' Subject: RE: confused about simple logging Not sure, ut I think all the output streams are diverted to that file. It's probably configurable. Don't know full detail to be honest. Best wasy is try it and see. -Original Message- From

RE: confused about simple logging

2005-05-23 Thread Steve Kirk
though ;) -Original Message- From: Jim Henderson [mailto:[EMAIL PROTECTED] Sent: Monday 23 May 2005 19:58 To: Tomcat Users List Subject: RE: confused about simple logging Well I am having lots of self doubt. I am trying to install my own overloaded JDBCRealm, I have been

Re: confused about simple logging

2005-05-23 Thread Hassan Schroeder
Lane wrote: I got the valve configured and working in server.xml and immediately set about trying to make it work only in a specific context. I've tried to configure it in $CATALINA_HOME/conf/Catalina/localhost/helloworld.xml and in $CATALINA_HOME/webapps/hellowworld/WEB-INF/web.xml but

RE: confused about simple logging

2005-05-23 Thread Jim Henderson
GOOD IDEA! I'll do that! (When this is done, I should have no logging at all.) -Original Message- From: Steve Kirk [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 2:23 PM To: 'Tomcat Users List' Subject: RE: confused about simple logging If you really reach your wits end making

Re: confused about simple logging

2005-05-23 Thread Rhino
- Original Message - From: Jim Henderson [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Monday, May 23, 2005 2:01 PM Subject: RE: confused about simple logging If I write to stdout where does that go? System.stdout.println(Where does this get printed