On Feb 17, 1:20 pm, Jaroslav Záruba <[email protected]> wrote: > Hello > > My impression was that when I trigger Development Reload my servlets > were reloaded. Last couple of days this does not work ?anymore?... (I > need to kill and start again Development Mode for changes to take > effect.) > Was my impression wrong?
Restarting the server (in the Eclipse plug-in, the double-yellow-arrow button in the Development Mode view) *should* reload servlets. But, contrary to client-side code, it reloads them from byte code; are you sure your servlets are re-compiled to war/WEB-INF/classes? (you might have disabled automatic build in Eclipse for instance) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
