that is a feature left to the app server -axis is a webapp after all. Tomcat has a management API that they document; you can GET various URLs to do the right thing, and they provide ant tasks to hide the details
----- Original Message ----- From: "Brian Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 14:53 Subject: How to hot redeploy business classes? > I've read the User's Guide, but I'm still confused about how I can > update the business classes I wrote without rebooting tomcat. Simply > running the un/deploy.wsdd files through the AdminClient doesn't cause > my business classes to be refreshed. So how's hot redeployment supposed > to work? > >