Does anyone know how to get jetty to scan the whole webapp but not
restart when class files change? I still want it to scan other files
for changes, just not the class files.  When I'm running in a
debugger, hot code replace can generally take care of it, but then
jetty restarts and screws everything up.
I tried using scanTargetPatterns, but it only adds additional targets
and can't seem to be used to exclude 'standard' targets.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to