WebServicesDisableListing
By default, browing to a url like
http://localhost:8080/sree/services will list the available web services.
To turn off the listing, edit the
server-config.wsdd file in
WEB-INF and add this tag under
<globalConfiguration>:
<parameter name="axis.disableServiceList" value="true"/>
There are no adverse effects. The service listing is not an issue by itself, but the fear is that someone can learn what services are available and compromise a service that is insecure.
--
ByronIgoe - 21 Nov 2007