java - How to update/change webapp without stopping/restarting JAX-RS -


i have developed restful web service, having webapp in it, using dropwizard. facing problem while running service have stop web service first, if want bring changes in webapp (say html file). using eclipse ide (though running service through cli makes no difference).

please guide me how can bring changes in webapp without stopping web service , avoid cumbersome activity.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -