Are there any known problems related to 
reloading of an application with the 'manager' app ?

E.g. a servlet request did not load a servlet
since i forgot to deploy the corresponding servlet class.

After deploying it and reloading the application 'myapp' with
  http://localhost:8080/manager/reload?path=/myapp
the servlet is still not found.

After doing successively 
  http://localhost:8080/manager/stop?path=/myapp
  http://localhost:8080/manager/start?path=/myapp
the servlet of application 'myapp' is loaded successfully.

The corresponding servlet entry/mapping in myapp/WEB-INF/web.xml
was already present on the first attempt.

Any similar experiences ?
Wolfgang Stein

Reply via email to