No access logs!

2004-08-12 Thread James H
Hello, I have installed Tomcat 5 recently, and it's not producing access logs. I have the Valve className=org.apache.catalina.valves.AccessLogValve directory=logs prefix=localhost_access_log. suffix=.txt pattern=common resolveHosts=false/ but in my

Re: No access logs!

2004-08-12 Thread James H
There are no Context tags. Are we getting warmer? - Original Message - From: QM [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 12, 2004 11:25 PM Subject: Re: No access logs! On Thu, Aug 12, 2004 at 10:19:55PM +0100, James H wrote: : I have installed

best way to debug JSP's ???

2003-11-05 Thread Anderson, James H [IT]
I hope this isn't terribly off topic, but I couldn't think of a better list... jim (BTW, is there a way to get at the servlet that's generated by compiling the JSP?) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: best way to debug JSP's ???

2003-11-05 Thread Anderson, James H [IT]
Thanks for all the responses! jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: best way to debug JSP's ???

2003-11-05 Thread Anderson, James H [IT]
Don, Could you send a copy of your JSP debugging page? Thanks, jim -Original Message- From: Don Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 9:18 AM To: Tomcat Users List Subject: RE: best way to debug JSP's ??? One of the techniques I use alot is to include a

RE: JNDI problem using 4.1.27

2003-11-03 Thread Anderson, James H [IT]
. Anderson, James H [IT] wrote: I can't seem to get JNDI working. I'm trying to access an MySQL database via JNDI and it's not working. catalina.out contains this msg: DBCP borrowObject failed: ..., underlying cause: Unexpected end of input stream The following compressed tar file contains portions

RE: JNDI problem using 4.1.27

2003-10-31 Thread Anderson, James H [IT]
I should amend this to say that the problem looks more like it has to do with connection pooling than with JNDI. -Original Message- From: Anderson, James H [IT] Sent: Friday, October 31, 2003 3:36 PM To: '[EMAIL PROTECTED]' Subject: JNDI problem using 4.1.27 I

JNDI problem using 4.1.27

2003-10-31 Thread Anderson, James H [IT]
I can't seem to get JNDI working. I'm trying to access an MySQL database via JNDI and it's not working. catalina.out contains this msg: DBCP borrowObject failed: ..., underlying cause: Unexpected end of input stream The following compressed tar file contains portions of all the relevant files,

Tomcat: using an extra CharsetProvider in a servlet

2002-10-11 Thread Manger, James H
I would like to use a non-standard character set for selected operations within a servlet. I have implemented a CharsetProvider, Charset, CharsetEncoder CharsetDecoder. I can use my new character set from a Java application by listing the CharsetProvider class name in the following file within