When you use the Admin client to deploy your web application it will create a .wsdd file in the web-inf directory of your web application. If you include this file packaged in a war file at that same location, and simply deploy the .war file to weblogic, your services will be automagically deployed every time you deploy the war file.
In other words, the .wsdd file is a direction to axis to deploy your services. -----Original Message----- From: Tim Lee [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 1:18 PM To: '[EMAIL PROTECTED]' Subject: Weblogic 5.1 Hello, I'm running Axis with weblogic 5.1 In order to do that I had to add axis as a webapp in my weblogic.properties file. I also had to register the axis servlet and add the class files of the service to my weblogic classpath. I have a couple questions for those who are running under weblogic. First, I had to manually add the service classes to my classpath even though I had the following property in my weblogic.properties file: weblogic.httpd.webApp.axis=C:/axis/xml-axis-10/webapps/axis/ I had to manually add c:/axis/xml-axis-10/webapps/axis/WEB-INF/classes to my classpath. I was wondering if this is necessary? I thought axis would pick it up in the classes directory under web-inf. It works, I just want to make sure I wasn't missing something. Second, Is there any way to deploy the services automatically when I start weblogic? I used the AdminClient but wanted to avoid having our developers run that tool every time they need to deploy a service. I was hoping there would be something automatic I could do during startup. Thanks, Tim *************************************************************************** The information contained in this message is intended only for the confidential use of the recipient(s) named above. This message is privileged and confidential. If the reader of this message is not the intended recipient or any agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately. SMG reserves the right to monitor and review all content sent to and from this email address. Messages sent to and from this address may be stored on the SMG email system.
