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

Juraj Huska (JIRA) jira-events at lists.jboss.org
Fri Mar 4 08:26:45 EST 2011


     [ https://issues.jboss.org/browse/RFPL-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juraj Huska resolved RFPL-1234.
-------------------------------

    Resolution: Done


> 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
>             Fix For: 4.0.0.Final
>
>
> -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