On Mon, 17 Jun 2002, David Gadd wrote: Hi David, thanks for your help but after setting the 'enableRemoteAdmin' to true, i still cannot deploy services remotely (i can now run the list function), any idea why?
Jeff >Jeff, > >from the user guide: > >Remote Administration >Note that by default, the Axis server is configured to only accept >administration requests from the machine on which it resides - if you >wish to enable remote administration, you must set the >"enableRemoteAdmin" property of the AdminService to true. To do this, >find the "server-config.wsdd" file in your webapp's WEB-INF >directory. In it, you'll see a deployment for the AdminService. Add >an option as follows: > ><service name="AdminService" provider="java:MSG"> > <parameter name="className" value="org.apache.axis.util.Admin"/> > <parameter name="allowedMethods" value="*"/> > <parameter name="enableRemoteAdmin" value="true"/> ></service> > >WARNING: enabling remote administration may give unauthorized parties >access to your machine. If you do this, please make sure to add >security to your configuration! > >David > >>when i tried to use the Admin class to process a WSDD document, i get >>the following error >> >> AxisFault:Remote Adminstratot access is not allowed. >> >>anyone knows how to solve this problem? >> >>thanks >> >>Jeff > >