Hi! My jetty works like that by default, all I need is web-xml:
<context-param>
<param-name>configuration</param-name>
<param-value>development</param-value>
</context-param>
Development mode scans, deployment mode doesn't. AND better even to
run in DEBUG mode (=eclipse) and it will reflect code changes too.
**
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
