Chuck,

Thanks! I am using the default tomcat for my hosting and it has the classpath in the default startup. I am wondering if that isn't a reason for all the weird problems.


Thanks again!


----- Original Message ----- From: "Caldarale, Charles R" <chuck.caldar...@unisys.com>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, February 06, 2009 9:07 PM
Subject: RE: Running Derby on Tomcat


From: michel [mailto:compu...@videotron.ca]
Subject: Running Derby on Tomcat

    export
CLASSPATH=$CLASSPATH:$DERBY_INSTALL/lib/derby.jar:$DERBY_INSTA
LL/lib/derbyclient.jar:$DERBY_INSTALL/lib/derbytools.jar:.

Don't ever, ever, ever set CLASSTPATH for use with Tomcat. Any jars needed by your webapp should be in the webapp's WEB-INF/lib directory, or Tomcat's shared/lib directory. Follow the instructions on the Derby web pages:
http://db.apache.org/derby/integrate/DerbyTomcat5512JPetStor.html

- 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to