RE: Running Tomcat with JRE?

2008-09-09 Thread Katilie, John
Bai, to run using the JRE you need to set JRE_HOME not JAVA_HOME. Note: in our startup file we also set JAVA_HOME to null incase it was set elsewhere. I.e: set JAVA_HOME= set JRE_HOME=%VARIABLE%\java Regards -Original Message- From: Bai Shen [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: Connection Pooling and Teradata

2008-06-18 Thread Katilie, John
Regards, John Katilie. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008 1:16 PM To: Tomcat Users List Subject: Re: Connection Pooling and Teradata -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, Katilie, John wrote: | Chris, Thanks

RE: Connection Pooling and Teradata

2008-06-18 Thread Katilie, John
Thanks, for the effort. It's interesting that when I moved my log4j jar file from my apps directory into tomcat/lib and added the log4j parm in my apps log4j.properties file I got tons of logging messages but none from dbcp.. log4j.logger.org.apache=ALL, DBCPCONSOLEAppender Thanks, jfk

Connection Pooling and Teradata

2008-06-17 Thread Katilie, John
I'm not sure if this is the right place to post this question but I've seen through the years that there are a lot of knowledgeable people reading and responding. 1st. I'm running Tomcat 6.0.14 under Windows XP with Java 1.5.09. 2nd: My problem is not getting something working its trying

RE: errors on reload, fine on restart

2008-03-27 Thread Katilie, John
John, what version of tomcat are you running. I'm running 6.0.14 I'm not doing anything with paypal but I get the same exception at reploy time and I have not issolated it: {ERROR} startup.ContextConfig Parse error in application web.xml file at jndi:/localhost/WEB-INF/web.xml

RE: errors on reload, fine on restart

2008-03-27 Thread Katilie, John
- so it looks like swapping to 6.0.14 won't help! On 27/03/2008, Katilie, John [EMAIL PROTECTED] wrote: John, what version of tomcat are you running. I'm running 6.0.14 I'm not doing anything with paypal but I get the same exception at reploy time and I have not issolated it: {ERROR

RE: Getting the URL of a DataSource

2008-03-07 Thread Katilie, John
. -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 10:41 PM To: Tomcat Users List Subject: Re: Getting the URL of a DataSource On Mon, Mar 3, 2008 at 2:08 PM, Katilie, John [EMAIL PROTECTED] wrote: All, this may be a dumb question but I've exhausted my

RE: Getting the URL of a DataSource

2008-03-05 Thread Katilie, John
Phil, Thanks.. I'll take a look. jfk -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 10:41 PM To: Tomcat Users List Subject: Re: Getting the URL of a DataSource On Mon, Mar 3, 2008 at 2:08 PM, Katilie, John [EMAIL PROTECTED] wrote: All

Getting the URL of a DataSource

2008-03-03 Thread Katilie, John
All, this may be a dumb question but I've exhausted my research and just wondering what other users out there are doing. I would like to get the URL for a DataSource to display for debugging and/or Informational reasons. I know I can get the URL after I get the DataSource and get a connection

RE: JDBC driver JARs in a shared production environment

2008-02-22 Thread Katilie, John
It makes sense to put the JDBC driver jars in the war but I had problems when I had a resource like the following in my context.xml: Resource name=jdbc/database url=jdbc:mysql://localhost:3306/art driverClassName=com.mysql.jdbc.Driver username=art password=art

RE: JDBC driver JARs in a shared production environment

2008-02-22 Thread Katilie, John
-Original Message- From: Katilie, John [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 2:20 PM To: Tomcat Users List Subject: RE: JDBC driver JARs in a shared production environment It makes sense to put the JDBC driver jars in the war but I had problems when I had a resource like

RE: javax/mail/address

2007-11-23 Thread Katilie, John
I know this may be a little out of context but have you tried using JCONSOLE to monitor Tomcat? It's a nice little GUI and can easily show you the threads, the stack trace and Locking conditions. I'm no expert, I just started using it in the last week or so. It's pretty easy to set up to monitor a

Tomcat and Webdav - [Fatal Error] :-1:-1: Premature end of file

2007-06-27 Thread Katilie, John
All, I'm not sure if I should post this question to the Tomcat or Commons List server so please let me know if posting it to Tomcat is Incorrect. Anyways, I am running Tomcat 5.5.23 and a Standalone Java application using Common HttpClient to access Webdav resources under Tomcat. When I updated