IntelliJ Java IDE
The moose likes Security and the fly likes Enable Java 2 security Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Enable Java 2 security" Watch "Enable Java 2 security" New topic
Author

Enable Java 2 security

Ginnakunta Laxmi Narayan
Ranch Hand

Joined: Jun 16, 2004
Posts: 35
Can anyone tell me

1) how to enable java 2 security in Websphere studio (WSAD5.0)?

2) How to check whether security is enabled /not using normal java program?

Thanks in advance

bye
laxmi narayan
Ginnakunta Laxmi Narayan
Ranch Hand

Joined: Jun 16, 2004
Posts: 35
Answer
The WebSphere Application Server 5.0 Administration Console is a Struts-based application that works with Java2 Security enabled. Make sure that you are modifying the was.policy file in the META-INF directory of the EAR file of your application. If you have already installed the application and you are modifying the policy file, make sure you modify the right copy of the was.policy file.
On installation of an application, WebSphere makes a copy of all of the metadata files in the EAR into the /config/cells//applications/.ear/deployments/ folder. Therefore, the copy of the policy file that is actually read by the server is the following: /config/cells//applications/.ear/deployments//META-INF/was.policy. Make sure this is the copy that you are modifying.
Of course, if you reinstall the application with a new policy file, things will work correctly as well.
 
IntelliJ Java IDE
 
subject: Enable Java 2 security
 
Threads others viewed
tomcat issue
Enabling LTPA in WAS4.0.1
Security Management fails...
How secure is SOAP?
how to disable java 2 security manager in jboss?
IntelliJ Java IDE