There are a lot of situations in the work when you need disable WAS security.
1. Stop WAS.
2. Find the string <security:Security ....... enabled="true" in the file /<WAS_HOME_FOLDER>/profiles/<Your_profile_name>/config/cells/<Your_cell_name>/security.xml
3. Change "true" to "false" and save the file.
4. Start WAS.
You will be able to enter to ISC without password.
1. Stop WAS.
2. Find the string <security:Security ....... enabled="true" in the file /<WAS_HOME_FOLDER>/profiles/<Your_profile_name>/config/cells/<Your_cell_name>/security.xml
3. Change "true" to "false" and save the file.
4. Start WAS.
You will be able to enter to ISC without password.
No comments:
Post a Comment