Actually, the axis2.war gets unpacked into a directory called axis2 when you deploy it into a container and axis2 directories become actual file system directories. Once the axis2.war is deployed (i.e. unpacked into the axis2 directory, then you can even remove axis2.war file. It is not used after the deployment. Think of it is a .zip or .tar file.
Gul -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 2:36 PM To: [email protected] Subject: Re: where does it put .aar in packed deployment? I knew it was the services directory. What was not clear to me is how it puts a file into this directory if axis2 is a packaged deployment, i.e. axis2.war is a single, compressed file (as opposed to exploded deploy, where all the directories are actual file system directories). ----- Start Original Message ----- Sent: Wed, 8 Nov 2006 14:20:34 -0500 From: "Gul Onural" <[EMAIL PROTECTED]> To: <[email protected]> Subject: RE: where does it put .aar in packed deployment? > When you upload an .aar file it gets put under > <apache-tomcat-root-directory>\webapps\axis2\WEB-INF\services > (assuming you use apache tomcat) > > Gul > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 08, 2006 1:59 PM > To: [email protected] > Subject: where does it put .aar in packed deployment? > > Hi, > > When Axis2.war is deployed as a packaged deployment, and you upload a > .aar, where does it put it? Does it modify axis2.war? > > Thanks, > > Andrew B > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ----- End Original Message ----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
