Settings JAVA_OPTIONS different on managed servers and on Admin server
Hello,
I tried to solve problem with settings JAVA_OPTIONS for connecting jrmc console. For example: I need to set "-Xmanagement:port=7091,ssl=false,authenticate=false -Djava.rmi.server.hostname=localhost".
When I add this into WLS console "Environment" -> "Servers" -> "Admin server" -> "Server start" -> "Arguments", it will be ignored after restart Admin server, it works properly for managed servers only.
When I add this into <domain_dir>/bin/startWebLogic.sh, it will work with Admin server properly after restart. But it will be automatically added into JAVA_OPTIONS for every manager server, which would
be started using this Admin server, and rewrite JAVA_OPTIONS parameters, included using WLS console. It will cause port conflict and managed server cannot be started. Can I ask some
I tried to solve problem with settings JAVA_OPTIONS for connecting jrmc console. For example: I need to set "-Xmanagement:port=7091,ssl=false,authenticate=false -Djava.rmi.server.hostname=localhost".
When I add this into WLS console "Environment" -> "Servers" -> "Admin server" -> "Server start" -> "Arguments", it will be ignored after restart Admin server, it works properly for managed servers only.
When I add this into <domain_dir>/bin/startWebLogic.sh, it will work with Admin server properly after restart. But it will be automatically added into JAVA_OPTIONS for every manager server, which would
be started using this Admin server, and rewrite JAVA_OPTIONS parameters, included using WLS console. It will cause port conflict and managed server cannot be started. Can I ask some
0