Thanks Ajith. One more question for this Axis newbie:

Am Sonntag, den 21.01.2007, 13:12 -0500 schrieb Ajith Ranabahu:
> Hi guys,
> Here is a small description to de-mystify  this whole business of aars
> and wars :)
> 
> The Axis2 war is a packaged version of the complete Axis2 setup, ready
> to be deployed in a servlet container. aar files on the other hand are
> archived service bundles that include class files, a descriptor file
> called the services.xml and may be jar files needed by the service.

If we place the JAR file within the aar archive (as opposed to the
axis.war archive), where should it go directory-structure wise?  Step #3
of [1] isn't mentioning the precise place.

I'm assuming though, that if we place the JAR in the AXIS.WAR file it
will be readable by *all* web services attached to the WAR file,
correct?

Thanks,
Glen

[1] http://ws.apache.org/axis2/0_94/userguide2.html


> aar files go inside the Axis2 web app and cannot survive alone inside
> a servlet container. There is NO web.xml inside the aar file. If there
> is a reference to a web.xml that probably means the web.xml inside the
> Axis2 war.
> 
> As far as your situation is considered I guess you should edit the
> Axis2/WEB-INF/web.xml  that you'll find inside the tomcat webapps
> directory. The web.xml inside the conf is a global setting and editing
> that will enforce the same configuration to all the webapps running in
> your server.
> 
> Ajith
> 



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

Reply via email to