Flags noiterativedev and notestconsole, is there an equivalent in WebLogic 12CR4?
Trying to start WebLogic using start script with these two flags causes to fail:
WL_HOME/Domain_Home/startWebLogic.sh nodebug noderby noiterativedev notestconsole ....
The error observed is as follow:
Error: Could not find or load main class noiterativedev
Error: Could not find or load main class notestconsole
I'm guessing these two flags can no longer be used due to deprecation. Can anyone confirm on that, is there an equivalent on 12CR4 (12.2.1.4)? I used to start WebLogic 10.3.6 with these flags, I'd like to manage the most similar way to start it in this newer version.
Thanks for your comments.