How do develop a Java web application without having to deploy all the time

Posted by ChrisSmith..zzZZ on Stack Overflow See other posts from Stack Overflow or by ChrisSmith..zzZZ
Published on 2010-04-19T20:34:58Z Indexed on 2010/04/19 20:43 UTC
Read the original article Hit count: 168

Filed under:
|
|
|
|

I've set up a simple Eclipse 3.5/Jetty 6.1 web app which returns hello world. It works. This is on Windows and uses the "Jetty Generic Server Adapter". I have auto deployment working so that it deploys after changes periodically.

How do I go about setting it up so that if I change any static content it doesn't have to redeploy i.e I can just hit F5 to see the changes straight away. For minor HTML changes it's quite unusable waiting 20-30 seconds for a deployment.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse