Hi,
You can enable basic security via security->global security.
The easiest way to get started with this is to use your local OS as your user registry. Enable security here and set your local OS as your Active User Registry. Note: WAS automatically enables
J2EE Security as well. If this is checked, you may have to modify your java.policy file to avoid ecxeptions on server startup. You can also define your id as the security admin via Security->User Registry->Local OS.
Another thing you can do is define roles for various users via System Administration->User Roles. Make yourself an Administrator, and resrict access for other ids.
Using the Local OS is the most primitive security approach, but it will get you started. If you have J2EE security turned on, you can enable security roles and constraints in your enterprise applications.
see these links for more info:
http://www-106.ibm.com/developerworks/websphere/library/techarticles/0405_olivieri/0405_olivieri.html http://www.findarticles.com/p/articles/mi_m0MLX/is_7_2/ai_107140365/pg_2 http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/ae/tsec_useregistry.html Cheers!