Re: How to deploy services without using axis2-web

2007-03-21 Thread Josh

Excellent!  That is exactly what I was looking for.

Thanks,

Joshua


On 3/21/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:


Have you seen this?
http://wso2.org/library/90

-- dims

On 3/21/07, Josh <[EMAIL PROTECTED]> wrote:
> Is the axis war required for deployment then?  What if you already have
a
> web application that you would like to add a web service to?
>
> -Josh
>
>
> On 3/19/07, Josh <[EMAIL PROTECTED]> wrote:
> >
> > Everyone,
> >
> > I have an existing web application that I am adding Axis2 web services
> into.  I was looking for a minimal list of jar files as well as
additional
> configuration steps needed to add Axis2 functionality to my existing
war.
> Could you point me in the right direction?
> >
> > Regards,
> >
> > Joshua
> >
> >
> >
> > On 3/16/07, Josh <[EMAIL PROTECTED]> wrote:
> > >
> > > Hello,
> > >
> > > I am looking for some instructions on how to develop/deploy services
> with out needing the axis2-web war.  I have not found instructions on
how to
> do this.  Could someone point me in the right direction?
> > >
> > > Thanks,
> > >
> > > Josh
> >
> >
>
>


--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: How to deploy services without using axis2-web

2007-03-21 Thread Davanum Srinivas

Have you seen this?
http://wso2.org/library/90

-- dims

On 3/21/07, Josh <[EMAIL PROTECTED]> wrote:

Is the axis war required for deployment then?  What if you already have a
web application that you would like to add a web service to?

-Josh


On 3/19/07, Josh <[EMAIL PROTECTED]> wrote:
>
> Everyone,
>
> I have an existing web application that I am adding Axis2 web services
into.  I was looking for a minimal list of jar files as well as additional
configuration steps needed to add Axis2 functionality to my existing war.
Could you point me in the right direction?
>
> Regards,
>
> Joshua
>
>
>
> On 3/16/07, Josh <[EMAIL PROTECTED]> wrote:
> >
> > Hello,
> >
> > I am looking for some instructions on how to develop/deploy services
with out needing the axis2-web war.  I have not found instructions on how to
do this.  Could someone point me in the right direction?
> >
> > Thanks,
> >
> > Josh
>
>





--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to deploy services without using axis2-web

2007-03-21 Thread Josh

Is the axis war required for deployment then?  What if you already have a
web application that you would like to add a web service to?

-Josh


On 3/19/07, Josh <[EMAIL PROTECTED]> wrote:


Everyone,

I have an existing web application that I am adding Axis2 web services
into.  I was looking for a minimal list of jar files as well as additional
configuration steps needed to add Axis2 functionality to my existing war.
Could you point me in the right direction?

Regards,

Joshua


 On 3/16/07, Josh <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I am looking for some instructions on how to develop/deploy services
> with out needing the axis2-web war.  I have not found instructions on how to
> do this.  Could someone point me in the right direction?
>
> Thanks,
>
> Josh
>




Re: How to deploy services without using axis2-web

2007-03-19 Thread Josh

Everyone,

I have an existing web application that I am adding Axis2 web services
into.  I was looking for a minimal list of jar files as well as additional
configuration steps needed to add Axis2 functionality to my existing war.
Could you point me in the right direction?

Regards,

Joshua


On 3/16/07, Josh <[EMAIL PROTECTED]> wrote:


Hello,

I am looking for some instructions on how to develop/deploy services with
out needing the axis2-web war.  I have not found instructions on how to do
this.  Could someone point me in the right direction?

Thanks,

Josh



Re: How to deploy services without using axis2-web

2007-03-16 Thread Thilina Gunarathne

Axis2 binary distribution comes together with a standalone simple
server, which you can use for testing purposes. The scripts
(axis2server.{sh|bat}) that can be used to start this server can be
found at the axis2Distro/bin folder...
Default startup of this uses the axis2Distro/repository as the
repository folder and the axis2Distor/conf/axis2.xml as the
axis2.xml...

Thilina
[1] http://ws.apache.org/axis2/1_1_1/installationguide.html#standalone

On 3/17/07, Michele Mazzucco <[EMAIL PROTECTED]> wrote:

Josh,

if I will understand what you're asking, you'll need the war file. Once
the war file has been exploded (i.e. drop it into $CATALINA_HOME/webapps
and start tomcat), copy you services into
$CATALINA_HOME/webapps/axis2/WEB-INF/services.


Hope this helps,
Michele

On Fri, 2007-03-16 at 14:33 -0400, Josh wrote:
> Hello,
>
> I am looking for some instructions on how to develop/deploy services
> with out needing the axis2-web war.  I have not found instructions on
> how to do this.  Could someone point me in the right direction?
>
> Thanks,
>
> Josh


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Thilina Gunarathne  -  http://www.wso2.com - http://thilinag.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to deploy services without using axis2-web

2007-03-16 Thread Michele Mazzucco
Josh,

if I will understand what you're asking, you'll need the war file. Once
the war file has been exploded (i.e. drop it into $CATALINA_HOME/webapps
and start tomcat), copy you services into
$CATALINA_HOME/webapps/axis2/WEB-INF/services.


Hope this helps,
Michele

On Fri, 2007-03-16 at 14:33 -0400, Josh wrote:
> Hello,
>  
> I am looking for some instructions on how to develop/deploy services
> with out needing the axis2-web war.  I have not found instructions on
> how to do this.  Could someone point me in the right direction?
>  
> Thanks,
>  
> Josh


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to deploy services without using axis2-web

2007-03-16 Thread Josh

Hello,

I am looking for some instructions on how to develop/deploy services with
out needing the axis2-web war.  I have not found instructions on how to do
this.  Could someone point me in the right direction?

Thanks,

Josh