I looked a bit more into this, and found out that it is possible to autodeploy the services by adding a server-config.wsdd file in the WEB-INF folder where I add the information from the deploy.wsdd file for the methods of the component (and other components).
I also need to update my classpath settings for the server if I am to deploy methods for other components. Espen ----- Original Message ---- From: Espen Falkevik <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, January 4, 2007 12:35:33 PM Subject: automatic deploying webservices during automatic build of war file Hi. I have a java class which I build into a war file containing all the axis librarys and needed files to deploy axis on a Weblogic 8.1 server. The build and deploy process is done by using an ant script, and after this (and some other builds) the server is started (automatically). I'm wondering if it is possible to set some properties is the war file (or somewhere else) so that I don't have to run the deploy command (java org.apache.axis.client.AdminClient -lhttp://localhost:7001/webservicesfacade/services/AdminService deploy.wsdd) after the server has started? (since the axis lib files are not stored in the webapps folder under the weblogic server I guess I can't use the server-config.wsdd file (it is not in my war file). Any help would be appreciated. Regards, Espen __________________________________________________ Bruker du Yahoo!? Lei av spam? Yahoo! Mail har den beste spambeskyttelsen http://no.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __________________________________________________ Bruker du Yahoo!? Lei av spam? Yahoo! Mail har den beste spambeskyttelsen http://no.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
