Hi Routis;

1)I think if you copy the content of the war to yours and preserve the
structure  it should work.
2) if you need to add a service via the deployment module it should
agree with the  aar file format. But if you have the classes in the
classpath if you just have service.xml file in the aar it should work.
Alternativly you can deploy the serivce programmatically by adding a
new service object to the Axis configuration. (you can get accsess to
that from Axis Servlet or message context)

Srinath

On 11/9/05, Routis Babis <[EMAIL PROTECTED]> wrote:
> Is it possible to deploy axis2 in my own war (as I was able to do with
> axis1) ?
>
> I ask this question because I need to implement a Document/Literal web
> service, for an existing J2I application, that runs in a server that I
> don't have the luxury of adding extra wars.
>
> Additionally, If the answer to the previous question is positive, is it
> possible to provide the server-side service implementation not packaged
> in a "aar" file?
>
>

Reply via email to