Problem with standalone script in EAP 6 for Solaris environment

Solution Verified - Updated -

Issue

  • There is an issue with standalone.sh script when using it in Solaris where it specifies the following as compared to linux:-
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_OPTS is used instead of CONSOLIDATED_OPTS in the standalone.sh script for Solaris?

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, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content