Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 64595 invoked from network); 16 Jun 2008 13:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jun 2008 13:57:14 -0000 Received: (qmail 75242 invoked by uid 500); 16 Jun 2008 13:57:08 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 75222 invoked by uid 500); 16 Jun 2008 13:57:08 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 75211 invoked by uid 99); 16 Jun 2008 13:57:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2008 06:57:08 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [76.13.13.27] (HELO n5.bullet.mail.ac4.yahoo.com) (76.13.13.27) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 16 Jun 2008 13:56:15 +0000 Received: from [76.13.13.25] by n5.bullet.mail.ac4.yahoo.com with NNFMP; 16 Jun 2008 05:49:24 -0000 Received: from [76.13.10.183] by t4.bullet.mail.ac4.yahoo.com with NNFMP; 16 Jun 2008 13:55:18 -0000 Received: from [127.0.0.1] by omp124.mail.ac4.yahoo.com with NNFMP; 16 Jun 2008 13:55:18 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 6302.97086.bm@omp124.mail.ac4.yahoo.com Received: (qmail 50568 invoked by uid 60001); 16 Jun 2008 13:55:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=zLq3KD0L0ud8qkvqDoyvYYZKmVBTv7J5JWgmWyasjFV0PbKxwWlXjPJv6fSjsaG3e1x6qKY8jzrksb5biv0BUljK+aaRhzvAJ6akF+izF5fHD2iQ1Ls+zxJE9TU8blYZCaSa1ciCM6rn+RoOGueYqoNHxZejgJMd4woce55D1II=; Received: from [130.226.208.249] by web59812.mail.ac4.yahoo.com via HTTP; Mon, 16 Jun 2008 21:55:17 CST X-Mailer: YahooMailRC/975.45 YahooMailWebService/0.7.199 Date: Mon, 16 Jun 2008 21:55:17 +0800 (CST) From: Lars Ericsson Subject: Re: How call axis from tomcat To: axis-user@ws.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-793663153-1213624517=:48750" Message-ID: <786009.48750.qm@web59812.mail.ac4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-793663153-1213624517=:48750 Content-Type: text/plain; charset=us-ascii Paul! I forget to say, that i have axis-plug-in in tomcat too!!? and i want to call axis-server from tomcat-axis-plug-in..... :) R. Lars ----- Original Message ---- From: Paul Fremantle To: axis-user@ws.apache.org Sent: Monday, June 16, 2008 3:50:36 PM Subject: Re: How call axis from tomcat 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 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 > To: axis-user@ws.apache.org > 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 > 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 > paul@wso2.com > > "Oxygenating the Web Service Platform", www.wso2.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > > -- Paul Fremantle Co-Founder and CTO, WSO2 Apache Synapse PMC Chair OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org paul@wso2.com "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org --0-793663153-1213624517=:48750 Content-Type: text/html; charset=us-ascii

Paul!

 

I forget to say, that i have axis-plug-in in tomcat too!!?

and i want to call axis-server from tomcat-axis-plug-in.....

 

:)

 

R.

Lars



----- Original Message ----
From: Paul Fremantle <pzfreo@gmail.com>
To: axis-user@ws.apache.org
Sent: Monday, June 16, 2008 3:50:36 PM
Subject: Re: How call axis from tomcat

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 <larslars9999@yahoo.com> 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 <pzfreo@gmail.com>
> To: axis-user@ws.apache.org
> 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 <larslars9999@yahoo.com>
> 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
> paul@wso2.com
>
> "Oxygenating the Web Service Platform", www.wso2.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>



--
Paul Fremantle
Co-Founder and CTO, WSO2
Apache Synapse PMC Chair
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


--0-793663153-1213624517=:48750--