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 Alexey Zavizionov <al...@exoplatform.com.ua> on 2007/06/20 18:23:08 UTC

Deploy simple service class

How can i do to deploy simple java class (within jar file) as axis2 service?

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


Re: Deploy simple service class

Posted by Alexey Zavizionov <al...@exoplatform.com.ua>.
Thanks, I have read that.
"You can deploy a service by simply taking this hierarchy of files and
copying it to the webapps directory of your servlet engine. This is
known as the "exploded" format. You can also compress your documents
into an *.aar file, similar to a *.jar file, and place the *.aar file
directly in the servlet engine's webapps directory."

If I want to compile services as jar and put it into
application_server_lib directory and within some war ( e.g.
portal.war) just change web.inf to add axises' servlets, so how will
be service deployed ?

Alexey

On 6/20/07, Chad DeBauch <cd...@gmail.com> wrote:
> Take a look at the quick start guide.
> http://ws.apache.org/axis2/1_2/quickstartguide.html
>
> Chad
>
> On 6/20/07, Alexey Zavizionov
> <al...@exoplatform.com.ua> wrote:
> > How can i do to deploy simple java class (within jar file) as axis2
> service?
> >
> >
> ---------------------------------------------------------------------
> > 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


Re: Deploy simple service class

Posted by Chad DeBauch <cd...@gmail.com>.
Take a look at the quick start guide.
http://ws.apache.org/axis2/1_2/quickstartguide.html

Chad

On 6/20/07, Alexey Zavizionov <al...@exoplatform.com.ua> wrote:
>
> How can i do to deploy simple java class (within jar file) as axis2
> service?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>