1

I have to restart the development server anytime I make changes to a servlet. Is there a way I can make it so I don't have to do this? Restarting the dev app server takes about 20 seconds for my project.

Kyle
  • 21,377
  • 37
  • 113
  • 200

2 Answers2

0

AFAIK, Hot deployment is not supported as of now.

singhspk
  • 2,389
  • 3
  • 23
  • 28
  • I haven't used Google App Engine, but would hot *swapping* work? Clearly not a panacaea, as you can't make any schema changes, but maybe better than nothing. – Kirk Woll Sep 10 '10 at 21:25
  • @Kirk What do you mean by hot swapping? If I replace the *.class files in my build dir there is no change, is that what you mean? – Kyle Sep 11 '10 at 02:19
0

I was using the netbeans plugin, and once I moved over to using the Eclipse plugin, I no longer had to restart the server every change.

Kyle
  • 21,377
  • 37
  • 113
  • 200