Konrad Wolski [
http://community.jboss.org/people/konwol] created the discussion
"Re: JBoss AS7 webapp development"
To view the discussion, visit:
http://community.jboss.org/message/629028#629028
--------------------------------------------------------------
Hi Max,
For what I know Eclipse doesn't support nested dependencies. I've done it with
maven support but this simply adds a list of projects / jars into "Deployment
Assembly" of the webapp. This way Tomcat adapter restarts when a deep dependency
changes, say webapp -> dep1 -> dep2, when something inside dep2 changes the
application is restarted. The restart feature can be controlled per application in Server
Properties and then Modules tab -> "Auto reload" column. When the restart is
disabled then it works just like "Incremental publish" in JBoss exploded
application.
The regular expression thing would be what I'm looking for. It would trigger automatic
restart on content change. With exploded application content if that is possible.
Thanks for following up,
Konrad
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/629028#629028]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]