How To Manually Disable WebSphere Admin Console Security
In trying to setup Tools Release 8.98.3.2, I ran across an issue where the Server Manager would not install a J2EE server for an EnterpriseOne HTML server to be installed to. In order to fix the issue I had to disable the Websphere Admin Console Security. The steps below are what I followed:
- Make a backup of the security.xml file:
/config/cells/cellname/security.xml
- Edit the security.xml file
- Search for the first instance of “enabled=”. You should see enabled=”true”.
- Change this to enabled=”false”.
- Save the security.xml file.
- Restart server1 and the WebSphere_Portal servers. If you get authentication exceptions while trying to stop the servers, you may have to manually kill the servers’ processes and then restart them.
More information can be found at IBM

Need a script that checks if enforceJava2Security is set to true, then sends an alert or report via e-mail
Thanks