https://issues.apache.org/bugzilla/show_bug.cgi?id=52236
--- Comment #2 from bmargulies <bimargul...@gmail.com> 2011-11-23 21:54:21 UTC 
---
My experience is that I can get work done on webapps much, much, faster if I
operate in a mode where modified files are directly read by the web server. If
I have to run a build every time I want to see the results of a change, I'm
sad.

As far as build-time goes, that's all covered by the maven-war-plugin.

Further, you might call this just an alternative to the setResourceJar feature
that accepts multiple webapp-shaped dirs instead of one META-INF/resources.

However, I don't expect you all to buy a bridge from me.

Slightly tangentially, do you have any sympathy for my view that something like
this could easier with some sort of refactoring of the Context class family? I
feel somewhat presumptuous. It seems like I shouldn't have had to create a
wierd subclass of FileDirContext in addition to a subclass of StandardContext
-- Or maybe I should just done the MultiDirContext and passed that into
setResources of an ordinary StandardContext?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to