Changes wont reflect in localhost while using google app engine
I'm using eclipse 3.7 and google app engine 1.5.
When i make changes to servlet and run it , i do not see the changes reflecting in the server. Stoppin开发者_C百科g jetty ( by pressing red button on console window ) doesn't help). If i restart eclipse only then it works.
Its getting very difficult to debug my project.
Has anyone faced this issue, any fix?
Change eclipse perspective into debug. it is on the top right corner of eclipse. Then choose debug window, there you can see the
Changes in servlet won't reflect unless until you restart your server in java. As servlet code being server side . You have to restart your web server to reflect the same.What you are saying might apply to python, where as in python(being scripting language) the server side coding will be reflected without restarting the web server.
Where is the terminate all button? In my eclipse there's only one terminate button... I have the same issue too, I can have to remember to turn off the server, wait a while and resteart the server for servlets to take effects. So annoying.
精彩评论