[richfaces-planning-issues] [JBoss JIRA] Created: (RFPL-1234) clone showcase smoke test build to run with https and jboss6

Prabhat Jha (JIRA) jira-events at lists.jboss.org
Thu Mar 3 11:31:45 EST 2011


clone showcase smoke test build to run with https and jboss6
------------------------------------------------------------

                 Key: RFPL-1234
                 URL: https://issues.jboss.org/browse/RFPL-1234
             Project: RichFaces Planning
          Issue Type: Task
      Security Level: Public (Everyone can see)
            Reporter: Prabhat Jha
            Assignee: Juraj Huska


-Generate key using commnad: keytool -genkey -alias rfkey -keypass abc123 -keyalg RSA -keystore rf.keystore
-copy  rf.keystore file to $JBOSS_HOME/server/default/conf/rf.keystore 
-Modify $JBOSS_HOME/server/default/deploy/jbossweb.sar/server.xml to point to that key. Mine looks like following

  <!-- SSL/TLS Connector configuration using the admin devl guide keystore -->
      <Connector protocol="HTTP/1.1" SSLEnabled="true" 
           port="${jboss.web.https.port}" address="${jboss.bind.address}"
           scheme="https" secure="true" clientAuth="false" 
           keystoreFile="${jboss.server.home.dir}/conf/rf.keystore"
           keystorePass="abc123" sslProtocol = "TLS" />

-If everything is correct,  you should be able to see showcase app at https://localhost:8443
-Create a maven profile to do above and  modify your selenium base class to read protocoal parameter (http:https), port (8080:8443). Test results should be same as that of http.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-planning-issues mailing list