[
https://issues.jboss.org/browse/JBESB-3736?page=com.atlassian.jira.plugin...
]
Tom Cunningham resolved JBESB-3736.
-----------------------------------
Resolution: Done
SOA-only quickstart, needs to be fixed in platform.
Syntax error in opensso quickstart readme
-----------------------------------------
Key: JBESB-3736
URL:
https://issues.jboss.org/browse/JBESB-3736
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Documentation
Affects Versions: 4.11
Reporter: Tom Cunningham
Fix For: 4.11
The read instructs the user to alter the Tomcat catalina.sh file to look like this:
After Editing:
JAVA_OPTS="$JAVA_OPTS -Xmx1G
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
But, the (full) line should read:
JAVA_OPTS="$JAVA_OPTS -Xmx1G
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=$CATALINA_BASE/conf/logging.properties "
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira