I have a problem with Tomcat hot deployment and xfire.
In the past the situation was:
If I changed a jsp file, it was deployed to Tomcat 5.5 immediatelly WITHOUT reloading the context.
Now I’ve added a xfire webservice to my web project.
If i change a jsp file, it is deployed to Tomcat immediatelly, BUT Tomcat is reloading the context.
If I disable the xfire Builder in my project properties, everything works like before (except what the xfire builder is doing).
Any solution?
What is the xfire builder doing in detail?
Copying the services.xml to META-INF\xfire?
Matthias