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]
