Hi Ford, > I use Axis2 as part of our department's message broker running inside of > Tomcat 5.0.28. I have seen on our test machines some instances where, > when I look at the services page under Axis2, I see multiple instances > of the same web services, with a number after it that may correspond to > a process or a unique id or something along those lines (e.g., in > addition to DBBServices, I see DBBServices_11650 and DBBServices_10239) > in the listing, with identical methods available on those services. > Some of the code running in the same instance of Tomcat is also > executing multiple times (error emails are going out 4 at a time, for > example). Has anyone seen this occur before? > Do you make service call inside the sever I mean do you create any ServiceClient instances inside the server. If that is the case then do not worry about that , when making service class service client create AxisService instances , however those will be removed automatically .
-Deepal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
