Hi David,

On 27.7.2011 16:20, David Wolverton wrote:
I'm running Tomcat 7.0.19 with IntelliJ IDEA IDE. I'm using the new Servlet
3.0 feature that allows webapp resources to be served from within JARs'
META-INF/resources directory. This technique is working fine, however I
would like to be able to "hot swap" these resources at runtime in a local
development environment using my IDE. That is not working.

Take a look at the Context parameter 'reloadable' [1]. Is it set to true?

IDEA might insert context information into server.xml (as Eclipse does), so check server.xml file first.


-Ognjen


[1] http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Common_Attributes


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

Reply via email to