How to do a clean deployment into app-engine dev server?
I am using google app-engine java and command line tools (ant, ant runserver).
When I submit new request through chrome, I am getting response from my old code.
I am not sure where my old code was cached. Am I missing anything?
Checked following things,
-
class file timestamp, ~\app1\war\WEB-INF\classes
-
servlet-mapping
-
cache setting in jsp,
-
I am not able to locate, compiled .class file for .jsp
other details,
- app-engine java sdk 1.6.3.
- JAVA_HOME=C:\glassfish3\jdk7
- JRE_HOME=C:\glassfish3\jdk7\jre
- chrome (latest)
- windows vista
Maybe you are running the application twice via a zombie process? check using netstat -o (in the command line) which process is holding the port and kill it or just reboot.