HI, Thank u for ur reply! Now I knew : I can start-up a socket pool instance by Servlet.
But I'm little confuse and need confirm: How can I get the socket-pool object ? -- Send a http-request from AXIS server-side to the Servlet? And then the Servlet response the socket-pool object to the AXIS server-side ? thanks, -----Original message----- From: "Amila Suriarachchi" [EMAIL PROTECTED] Date: Fri, 1 Aug 2008 12:43:42 +0800 To: [email protected] Subject: Re: Hi!How to use self-developed class at Axis2 through Tomcat6(like socket pool)? How can I get the socket pool instance at webservice server-side class? > see the org.apache.axis2.transport.http.AxisServlet Class. > > This servlet class has declared in the web.xml and when a http request comes > tomcat calls this Servlet. > > Like wise if you can call the same servlet with the proper httpRequest and > response object yousing your socket pool it would work. > > thanks, > Amila. > > On Fri, Aug 1, 2008 at 6:11 AM, wmins <[EMAIL PROTECTED]> wrote: > > > > HI, > > > > > > I'm trying to do the project like the title talk about, and I had > > finished the webservice server-side,but how to use self-developed socket > > pool? > > > > > > I want the socket pool auto-startup when the tomcat start, and the > > webservice server-side can get and use the socket pool instance. > > > > > > Please give me some tips,I had tried find many tomcat-docs and > > axis2-docs,but can't find any tip to resolve the problem. > > > > > > I look forward to your reply,thanks a lot! > > > > > > > > > > > > > ---------- Forwarded message ---------- > > From: wmins <[EMAIL PROTECTED]> > > To: [email protected] > > Date: Thu, 31 Jul 2008 16:24:49 +0800 > > Subject: Hi!How to use self-developed class at Axis2 through Tomcat6(like > > socket pool)? How can I get the socket pool instance at webservice > > server-side class? > > > HI, > > > > > > I'm trying to do the project like the title talk about, and I had > > finished the webservice server-side,but how to use self-developed socket > > pool? > > > > > > I want the socket pool auto-startup when the tomcat start, and the > > webservice server-side can get and use the socket pool instance. > > > > > > Please give me some tips,I had tried find many tomcat-docs and > > axis2-docs,but can't find any tip to resolve the problem. > > > > > > I look forward to your reply,thanks a lot! > > > > > > Yours sincerely > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > Amila Suriarachchi, > WSO2 Inc. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
