Joel, > > Starting SOAP server at: https://hostname:8443/wsrf/services/ > > With the following services: > > > > [1]: https://hostname:8443/wsrf/services/AdminService > > [2]: https://hostname:8443/wsrf/services/ContainerRegistryEntryService > > [3]: https://hostname:8443/wsrf/services/ContainerRegistryService > > [4]: https://hostname:8443/wsrf/services/NotificationConsumerService > > [5]: https://hostname:8443/wsrf/services/ShutdownService > > [6]: https://hostname:8443/wsrf/services/SubscriptionManagerService > > [7]: https://hostname:8443/wsrf/services/Version > > [8]: https://hostname:8443/wsrf/services/gsi/AuthenticationService
The AuthenticationService is used for Secure Conversation handshake. So if that is never used, you can remove it, but the service implementation is part of core and the deployment is added in core descriptor directly. > > Questions: > > 1) Is the above set of services sufficient for a minimal Globus server, > which hosts only Java WS Core services? Yes. > > 2) Could any of these remaining services be safely removed or disabled? > (Or, is there documentation available which might help one decide > whether circumstances permit disabling of additional services?) I'll add some documentation on these, but you will need the above for shutdown of container, listing of container entries, notifications and version information query. > > I'm reasonably certain the services I undeployed are not needed, but > would appreciate further advice or insight on this topic. Yes, the ones you deployed are not needed. Rachana > > Best regards, > Joel > > -- > Joel Schneider National Marrow Donor Program > Software Developer (Contractor) 3001 Broadway Street NE > phone: 612-617-8321 Minneapolis, MN 55413 > email: [EMAIL PROTECTED] http://www.marrow.org/
