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?
Kind regards! Chris ----- Original Message ---- From: Deepal jayasinghe <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, April 2, 2008 12:45:31 AM Subject: Re: can I deploy two services based on the same java class to different servlets? Chris Hyzer wrote: > Hey, > > I want to deploy two services (right now I have .aar files, but could > be another way) based on the same Java file, but with different > options in the services.xml. > > I can use separate servlets too. Anyways, is it possible to map one > .aar file to an Axis servlet, and another .aar file to another > servlet, but not both with both? If I just put both .aar files into > the /services dir they both get loaded into both servlets and I get > this problem: There is a way to do that , by adding something called expose transport. Pleas have a look at the following article to get an idea about that. http://wso2.org/library/2060 Thank you! Deepal > > > 10:46:17,960 DEBUG AxisService: mapActionToOperation: Mapping Action > to Operation: action: hasMember; operation: > [EMAIL PROTECTED] > > 2008-04-01 10:46:17,960 DEBUG AxisService: mapActionToOperation: This > operation is already mapped to this action: hasMember; AxisOperation: > [EMAIL PROTECTED] named: hasMember > > 2008-04-01 > > > Im trying to get around having two WSDLs for this, or deploying the > web app twice. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost. http://tc.deals.yahoo.com/tc/blockbuster/text5.com
