Re: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-03 Thread emerson cargnin
Yes, as the webapp would have to remain on its stable version between releases and the external resources should be updated with the latest versions. Thanks for the info om TC7 On 2 March 2010 10:21, Konstantin Kolinko wrote: > 2010/3/1 emerson cargnin : >> Am I wrong or tomcat 7 will provide su

Re: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-02 Thread Konstantin Kolinko
2010/3/1 emerson cargnin : > Am I wrong or tomcat 7 will provide support for folder aliasing (pull > in resources from external locations)? > > http://mail-archives.apache.org/mod_mbox//tomcat-dev/200905.mbox/<4a1c5275.7010...@apache.org> > Yes, it will. See http://svn.apache.org/viewvc/tomcat/tru

Re: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-01 Thread emerson cargnin
Am I wrong or tomcat 7 will provide support for folder aliasing (pull in resources from external locations)? http://mail-archives.apache.org/mod_mbox//tomcat-dev/200905.mbox/<4a1c5275.7010...@apache.org> Regards Emerson On 1 March 2010 17:11, emerson cargnin wrote: > Actually I just started exp

Re: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-01 Thread emerson cargnin
Actually I just started experiencing this issue, the content of the symlink being erased. The funny thing is that it didn't happened before. The main problem in packaging this content inside each app (and not using the symlink) is that we have the requirement that this content should be deployed

RE: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-01 Thread Caldarale, Charles R
> 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

Re: Adding a symlink from inside the app after deployment - What's the best approach?

2010-03-01 Thread Konstantin Kolinko
2010/3/1 emerson cargnin : > Now we are trying to not use the restart script and rely only on the > manager deployment feature, but we still need to add this symlink from > inside the apps. Beware of the following: https://issues.apache.org/bugzilla/show_bug.cgi?id=39226 https://issues.apache.org