Hi Michael, If you have a permanent deployment in place. (you need to use the admin username/password to access this, by default)
Automated URL http://yourhost:port/manager/html/reload?path=/axis (or whatever deployment context you use for the axis engine) This only bounces an entire webapp and not the entire servlet engine (tomcat). Web GUI http://yourhost:port/manager/html/list Assuming you have the manager webapp running for tomcat. --Thunder -----Original Message----- From: Michael D. Spence [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 8:14 AM To: [EMAIL PROTECTED]; 'Christian Antognini' Subject: RE: Packaging for Weblogic 7 Go to http://ws.apache.org/axis/index.html, select Installation from the list on the left, and read Step 5. And after you've read that, consider this sentence (from that section): "After adding new classes or libraries to the Axis webapp, you must restart the webapp. This can be done by restarting your application server, or by using a server-specific mechanism to restart a specific webapp." If you could tell me what I have to do to provide "a server-specific mechanism to restart a specific webapp" is, I'd be much obliged <g>. It's really inconvenient having to bounce Tomcat after I change something. > -----Original Message----- > From: Christian Antognini [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2003 10:45 AM > To: [EMAIL PROTECTED] > Subject: Packaging for Weblogic 7 > > > Hi > > I just downloaded AXIS 1.1 and tried to configure it in Bea Weblogic 7 > SP4 on my XP laptop. > > When I deploy it in exploded format (i.e. I copy/paste the > directory) it > works. > > When I create a WAR with the same structure (actually I create the WAR > on the same directory used for the copy/paste...) and deploy > it the JWS > endpoint test returns "The AXIS engine could not find a target service > to invoke! targetService is null". > > What's wrong? > > Thanks and have a nice weekend. > > Chris >