You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Dennis Thrysøe <dt...@conscius.com> on 2007/04/23 16:07:20 UTC

Embedding AXIS in server

Hi,

I'm seeking some suggestions and pointers to material that can help me 
embed axis2 in a server.

I need to expose a webservice that is defined by one or more java 
interface(s).

A servlet of mine will start axis2 and initialize it with the interface.

HTTP requests for certain URL's are given to axis, and axis invokes the 
appropriate method on an instance provided during initialization.

Any help on what jars to include and what mechanisms to use for starting 
and configuring axis2 in this way is welcome.

Thanks,

-dennis
---------------------------------------------------------------------------
The information in this email is confidential and may be legally protected.


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


Re: Embedding AXIS in server

Posted by Dennis Thrysøe <dt...@conscius.com>.
Martin Gainty wrote:
> Good Morning Dennis
> 
> are you currently running any other tomcat webapps?
> If not then you can may want to look at embedding entire tomcat as in 
> this example
> http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html

That's not really a good option since this will actually be running 
inside an embedded servlet container that may already be running within 
a tomcat instance, or other "real" servlet container.

I'm thinking that there may be a servlet included in axis that I can use 
as an example of how to instantiate and configure an axis instance as 
well as pass along request/response to it.

-dennis
---------------------------------------------------------------------------
The information in this email is confidential and may be legally protected.


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


Re: Embedding AXIS in server

Posted by Martin Gainty <mg...@hotmail.com>.
Good Morning Dennis

are you currently running any other tomcat webapps?
If not then you can may want to look at embedding entire tomcat as in this 
example
http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html

HTH
Martin--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- 
From: "Dennis Thrysøe" <dt...@conscius.com>
To: <ax...@ws.apache.org>
Sent: Monday, April 23, 2007 10:07 AM
Subject: Embedding AXIS in server


> Hi,
>
> I'm seeking some suggestions and pointers to material that can help me 
> embed axis2 in a server.
>
> I need to expose a webservice that is defined by one or more java 
> interface(s).
>
> A servlet of mine will start axis2 and initialize it with the interface.
>
> HTTP requests for certain URL's are given to axis, and axis invokes the 
> appropriate method on an instance provided during initialization.
>
> Any help on what jars to include and what mechanisms to use for starting 
> and configuring axis2 in this way is welcome.
>
> Thanks,
>
> -dennis
> ---------------------------------------------------------------------------
> The information in this email is confidential and may be legally 
> protected.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
> 


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