You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Agarwal, Naresh" <na...@informatica.com> on 2003/06/25 12:03:29 UTC

When does service class gets loaded - after deployment?

Hi
 
When I deploy a Web Service in AXIS (using any of three possible scopes). What exactly happens?
 
Does Tomcat loads the class (which implements the web service), once Web Service is deployed or the class is loaded only when Web Service is invkoed for first time?
 
Also does Tomcat caches the class (which implements the web service) for subsequent requests?
 
 
thanks & regards,
Naresh Agarwal