Bug 779018 (SOA-1430)

Summary: Need to document correction to HP Systinet post-install instructions for installig Systinet into JBoss server
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Len DiMaggio <ldimaggi>
Component: Documentation, ConfigurationAssignee: David Le Sage <dlesage>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.3 CP01CC: atangrin
Target Milestone: ---   
Target Release: 4.3 CP05   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1430
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-04-21 15:40:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Len DiMaggio 2009-08-05 17:30:47 UTC
Affects: Documentation (Ref Guide, User Guide, etc.)
project_key: SOA

The Systinet notes read:

  6. Enable SSL in JBoss.
          * Uncomment following lines in the file
            JBOSS_HOME/server/[jboss_configuration]/deploy/jboss-web.deployer/server.xml
            <Connector port="8443" address="${jboss.bind.address}"
           maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
           emptySessionPath="true"
           scheme="https" secure="true" clientAuth="false"
           keystoreFile="${jboss.server.home.dir}/conf/server.keystore"
           keystorePass="123456" sslProtocol = "TLS" />

But - the actual properties needed are:

<Connector port="8443" protocol="HTTP/1.1" 
		SSLEnabled="true" maxThreads="150"
		address="${jboss.bind.address}"
		emptySessionPath="true"
               	scheme="https" secure="true" 
		clientAuth="false" 	keystoreFile="${jboss.server.home.dir}/conf/server.keystore"
               	keystorePass="changeit" sslProtocol="TLS" />

Comment 1 Anne-Louise Tangring 2011-02-22 19:26:55 UTC
Triaged by SOA PM team for CP05.


Comment 2 David Le Sage 2011-03-20 23:44:36 UTC
I have edited the KBase document at:  

https://access.redhat.com/kb/docs/DOC-33801

and submitted the change for review by the KBase Team.

Comment 3 David Le Sage 2011-03-20 23:44:36 UTC
Release Notes Docs Status: Added: Not Required


Comment 4 David Le Sage 2011-03-21 01:17:47 UTC
Writer: Added: dlesage


Comment 5 Len DiMaggio 2011-04-21 15:40:06 UTC
Verified in the KB article:  https://access.redhat.com/kb/docs/DOC-33801