Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Maven Jetty Plugin: hot deploy possible?(mvn jetty:run)
Maven Jetty Plugin: hot deploy possible? [message #703357] Wed, 27 July 2011 13:41 Go to next message
Lars Gustafsson is currently offline Lars GustafssonFriend
Messages: 19
Registered: June 2010
Junior Member
I'm running the Maven Jetty Plugin from the command line via "mvn jetty:run". Is it possible to use http:--docs.codehaus.org/display/JETTY/Hot+Deployment when running Jetty locally so I don't have to restart Jetty every time I re-compile? I don't want to set Eclipse in debug mode becuse it's really slow in that mode (with Jetty).
Re: Maven Jetty Plugin: hot deploy possible? [message #703377 is a reply to message #703357] Wed, 27 July 2011 14:06 Go to previous message
Lars Gustafsson is currently offline Lars GustafssonFriend
Messages: 19
Registered: June 2010
Junior Member
Seems like
mvn -Djetty.reload=automatic -Djetty.scanIntervalSeconds=5 jetty:run
will do the trick.
Previous Topic:Network Connections
Next Topic:Job serialization question
Goto Forum:
  


Current Time: Fri Mar 29 14:52:15 GMT 2024

Powered by FUDForum. Page generated in 0.04588 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top