Thanks
Look in the Infocenter how to enable global security
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.nd.doc/info/ae/ae/tsec
That should provide you most of the information that you need. In 6.1 it's easy with the security configuration wizard. Just make sure afterwards to update your soap.client.props and your sas.client.props files so you can make soap and rmi calls into the adminstrative processes. (like starting and stopping the server via a windows service uses this).
This forum server is known for mangling up URLs a bit, so the one you
get might need some cleansing
*SECJ7305E: Found other virtual member manager repository configurations. Only the built-in virtual member manager file-based repository is supported through the wizard*
I wanted to also note that the in documentation states the following:
+Note: For WebSphere Application Server Version 6.1, administrative security is enabled by default whenever a new profile is created, either during the initial install when you create a new profile or during post-install when you use the profile creation tooling. You can decide not to enable administrative security during profile creation time by instead enabling security post-profile creation using the administrative console.+
I have not been able to create new profiles with the admin security. I have been creating new profiles with the manageprofiles.sh script and it does not provide such facility to add the administrative security during the creation process. Help!!!