You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/08/01 05:55:22 UTC

DO NOT REPLY [Bug 9773] - Service does not run on Weblogic 6.0 sp2

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9773>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9773

Service does not run on Weblogic 6.0 sp2





------- Additional Comments From sundararajan.tk@india.birlasoft.com  2002-08-01 03:55 -------
The problem is with Axis documentation. While running the AdminClient to deploy 
the deploy.wsdd file, you can pass the port number of the app server through 
the  -p option. If you do not use this option, Axis assumes 8080 as the 
default. This works for Tomcat. So , to deploy a service in weblogic, use the 
command line as follows

java org.apache.axis.client.AdminClient -p7001 <file-path>\deploy.wsdd

This fact is not given anywhere in the documentation