Problem with standalone script in EAP 6 for Solaris environment
Issue
- There is an issue with
standalone.shscript when using it inSolariswhere it specifies the following as compared tolinux:-
if $linux; then
# consolidate the server and command line opts
CONSOLIDATED_OPTS="$JAVA_OPTS $SERVER_OPTS"
...
if $solaris; then
# consolidate the host-controller and command line opts
HOST_CONTROLLER_OPTS="$HOST_CONTROLLER_JAVA_OPTS $@"
- Why
HOST_CONTROLLER_OPTSis used instead ofCONSOLIDATED_OPTSin the standalone.sh script forSolaris?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.2.x
- 6.3.3
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
