> From: NetbeanUser [mailto:[EMAIL PROTECTED]
> Subject: How to make my application run outside of apache directory.
>
> It's a whole tree of dependencies I have under ~/a/b, does
> it mean that I've to get all classes from that tree under my
> apache tree.

If by "apache tree" you mean the webapp's WEB-INF/lib directory, then yes, your 
classes should go there.  Webapps are intended to be self-contained, and 
packaging all the classes it needs together is the proper way to go.  Make 
another jar with the other classes and put it in the WEB-INF/lib directory.

 - 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