Hi,

>I want to use symlinks for all my jar files in the WEB-INF/lib
directory
>of my webapp. Tomcat can't handle those symlinks.

That's not part of the specification.  In fact, all tomcat's required to
handle is a WAR file containing your entire webapp.  That tomcat allows
you to deploy an exploded directory structure is just a nice bonus.

>Any clues?

Copy the files, don't link them.  I would suggest the same for your
static resources as well.  Actually, to be portable and adhere to the
spec, you should package your app in a war file and just deploy that.

Yoav Shapira
Millennium ChemInformatics
This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to