Hi, You can simply replace the axis2-* jars in the WEB-INF/lib directory with the latest ones. *BUT* ... you will run into a problem in doing so since we have changed the structure of the repository (The sub-dirs that is expected to be there in the WEB-INF dir) and the dependant jars. As a possible solution that *MIGHT* work, you can try the following steps: - create a directory named 'conf' in the WEB-INF dir of the expanded directory of the war in the servlet container (E.g. Tomcat : webapps/axis2/WEB-INF/) - move the axis2.xml file in the WEB-INF dir into WEB-INF/conf (The directory that you just created) - Copy all the jars from here : [1] to WEB-INF/lib - Remove WSS4J-SNAPSHOT.jar from WEB-INF/lib - Restart the servlet container.
If you don't want to go through this hassle you can simply build the war yourself from the SVN head, which will have everything setup properly :-) AND the recommended solution is to use the new war. HTH Thanks, Ruchith [1] http://cvs.apache.org/repository/ws-commons/jars/ On 3/1/06, Tachtevrenidis, Kosta <[EMAIL PROTECTED]> wrote: > > Sure but now the question becomes, how can I use those instead of the > ones that come with the 0.94 war I deployed? > > > Kosta Tachtevrenidis > FileNet Developer > (253) 924-4862 > > http://www.weyer.com/dmg > > > -----Original Message----- > From: Eran Chinthaka [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 01, 2006 3:03 AM > To: [email protected] > Subject: Re: axis2 nightly build > > I'm not sure whether you are looking for jars or the whole dist. > > But if you are looking for just nightly jars, they are here : > http://cvs.apache.org/repository/axis2/jars/ > > -- Chinthaka > > Tachtevrenidis, Kosta wrote: > > >dear group, > > > >is there a way to get a nightly build of axis2 (the binary). I know I > can build it but sometimes having a nightly binary is handy. > > > >thanks > > > >Kosta > > > > > > > > > >
