So Ctrl/Cmd-F11 starts the server, but is there a key to restart the server? I'm developing using app engine and GWT if that makes any difference (I suspect not).
+1
A:
Not that I know of.
The only feature related to that shortcut dates from WTP2.0 and its interaction with Debug session:
Debug Last Launched
Have you ever used
Run on Server
, hit a bug in your application, and then hit F11 to test again, only to find out that it tries to start the server again instead?
This long standing and annoying bug has been fixed, so you can now use F11 (or Ctrl-F11 for debug) to rerun just the last html page or EJB.
VonC
2010-05-31 12:42:30