Is it possible to disable the admin console in IBM websphere 6.1 on Windows 2003 for non-local users? If so how do you do it?
Asked
Active
Viewed 733 times
2 Answers
1
I believe you can just change the "admin_host" host alias to not specify the wildcard for the hostname/interface. Otherwise, you can edit the web container transport chains (via the server itself) to not listen on * but on 127.0.0.1

covener
- 1,685
- 9
- 15
0
it depends on your security configuration store. If you are using local store for authentication than yes. In case of LDAP I do not think so. on how to do it look at the

m1k3y02
- 216
- 4
- 11