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

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -