Tarun Garg wrote:
>
> When you want tomcat to automatically reload your servlets, you put them in
> web-inf/classes directory.
> Where can I put my classes which implement soap services ??
> Presently I have to restart tomcat everytime I change the class.
> Putting it in web-inf/classes doesn't help. tomcat cannot find it.
Tomcat only checks the date stamp on the servlet classes. It would
be preposterous to expect it to check the date stamp on every class
that might be called.
Since rpcrouter does not change, of course it does not reload soap
classes.
You could try un-deploying and re-deploying the service, but I bet
you will find it faster to stop and restart Tomcat.
--
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP
ISBN 0-7821-2809-2