Tagged Questions
3
votes
2answers
812 views
Can Jetty pick up changes to WEB-INF/lib on hot deployment? How?
I am running several webapps on Jetty 6 through Apache. They are set to hot deploy using .xml files in the contexts/ directory. Those .xml files simply define WebAppContext instances and tell them ...
0
votes
0answers
13 views
about jetty hot deploy
when i changed css file it will not hot deploy,dose it means jetty only reload when java code changed?
is there some solution to solve this issue?
0
votes
2answers
602 views
What limits “hot deploy”?
You can perform hot deploy when you have native Java code on Jetty.
This allows you, for example, to make changes to your servlet code without requiring a restart of the server to see your ...