If you have 2 JVMs you can *NOT* use the local option - you should use the standard network model. It will still be very fast because you are calling on localhost.
Paul On Mon, Jun 16, 2008 at 2:31 PM, Lars Ericsson <[EMAIL PROTECTED]> wrote: > Thanks Paul! > > I'm more intersting on the secound option, could you explaine moer. > and i have two jwm.... > R > Lars > ----- Original Message ---- > From: Paul Fremantle <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, June 16, 2008 3:26:06 PM > Subject: Re: How call axis from tomcat > > Lars > > You have two options. > > 1) You can just create a standard client for Axis2 and call that from > your Tomcat servlet. The servlet will open a socket to 8595 and call > Axis2. > > 2) Are the two systems running in the same process/JVM? If so there is > a local transport you can use to call directly without going through > the network. > > Paul > > On Mon, Jun 16, 2008 at 2:20 PM, Lars Ericsson <[EMAIL PROTECTED]> > wrote: >> Hi! >> >> My axis2, stand-alone, running on port 8595 and my tomcat is runinng on >> port >> 8080. >> >> For some resones i want to call myserver on axis-on port 8595 from tomcat >> 8080. >> >> How is it possible? is there any documentation about this or? >> >> Thanks >> Lars >> > > > > -- > Paul Fremantle > Co-Founder and CTO, WSO2 > Apache Synapse PMC Chair > OASIS WS-RX TC Co-chair > > blog: http://pzf.fremantle.org > [EMAIL PROTECTED] > > "Oxygenating the Web Service Platform", www.wso2.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Paul Fremantle Co-Founder and CTO, WSO2 Apache Synapse PMC Chair OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
