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 of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.