> From: pichels [mailto:[EMAIL PROTECTED]
> Subject: Tomcat/apache - JDBC errors w/ jt400.jar?
>
> We have our jt400.jar in our classpath var within our webapps
> dir and in common/lib.

Never, ever, use a CLASSPATH environment variable with Tomcat.

Your jt400.jar must not be in two places at once; put it in either the webapp's 
WEB-INF/lib directory OR in common/lib, but not both.  (WEB-INF/lib is 
preferred.)

> Do we need to use jk2 or something else now?

The jk2 connector died several years ago, as noted in the Tomcat doc.  Get 
things working with direct Tomcat access first, then worry about hooking Tomcat 
up to httpd, if that's really necessary at all.  (Unless you're using httpd for 
load balancing or something like PHP, it will only worsen performance with 
modern versions of Tomcat.)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to