Chris Hyzer wrote:
Great thanks. So I have to have my servlet container listen on multiple ports, and then I can have certain services only enabled for certain TCP ports, right? so there is no way to have one port with multiple servlets and each servlet has different services, right?
What you have to do is to add each and every separate port as transport listeners in axis2.xml with a a unique name (http1 , http2 and etc..). Then you will get a number of transports in axis2.xml. Next sets it to add the transport tag into services.xml with the transport you want to expose

Thank you!
Deepal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to