> 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

Reply via email to