Re: Adding an additional static resource directory to a webapp via API

2011-11-23 Thread Benson Margulies
Yes. It's a jquery theme at the moment. I just posted a bz with code I wrote involving subclasses of StandardContext and also FileDirContext that pulls this off. https://issues.apache.org/bugzilla/show_bug.cgi?id=52236. What do you think? On Wed, Nov 23, 2011 at 2:29 PM, Pid wrote: > On 23/11/20

Re: Adding an additional static resource directory to a webapp via API

2011-11-23 Thread Pid
On 23/11/2011 18:06, Benson Margulies wrote: > I'm launching Tomcat 7 via the API. > > One of the uses of this is that I can launch from Eclipse and > 'live-edit' my static files, without tangling myself up in the Eclipse > JEE facilities, which I have never succeeded in using very well. > > Now,

Adding an additional static resource directory to a webapp via API

2011-11-23 Thread Benson Margulies
I'm launching Tomcat 7 via the API. One of the uses of this is that I can launch from Eclipse and 'live-edit' my static files, without tangling myself up in the Eclipse JEE facilities, which I have never succeeded in using very well. Now, I want to meld some shared content into the webapp. In the