Re: automatic deployment in axis

2002-06-27 Thread Martin Jericho
All you have to do is include the generated WEB-INF/server-config.wsdd file in your WAR file. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 8:02 PM Subject: automatic deployment in axis > > Hi. > > > > I have a webapp containing axi

RE: automatic deployment in axis

2002-06-27 Thread Jason D. Lee
If you are wanting Tomcat to automatically reload any JARs/WARs/classes that have been changed since Tomcat loaded it, I think what you are looking for is . Add that to server.xml in the Tomcat conf directory right under the comment that says -- Jason Lee - Programmer 405.745.1789 H

RE: automatic deployment in axis

2002-06-27 Thread Wimmer, Matthias
Martin: I never tried but I think it works like this: Step 1: Deploy your Web services Step 2: Make sure that the class files or jar files that are used by the Web services reside at web-inf/classes or web-inf/lib Step 3: Compress the whole axis directory into a ZIP file Step