> From: emerson cargnin [mailto:echofloripa.y...@gmail.com]
> Subject: Adding a symlink from inside the app after deployment - What's
> the best approach?
> 
> What is the best way to implement this, add a context listener and
> create the symlink from inside the listener?

The best way is probably not to do it at all.  Just include the common JSPs in 
the war when you run the script that packages it (or them, if more than one 
war).  Having such a directory that's common to your webapps saves nothing 
other than some amount of very inexpensive disk space, while complicating 
deployment and requiring considerable coordination when updating the JSPs.

 - 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