This page (revision-24) was last changed on 26-Nov-2021 10:22 by kparrott

This page was created on 26-Nov-2021 10:22 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
24 26-Nov-2021 10:22 9 KB kparrott to previous
23 26-Nov-2021 10:22 9 KB JMyers to previous | to last
22 26-Nov-2021 10:22 9 KB JMyers to previous | to last
21 26-Nov-2021 10:22 9 KB JMyers to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 84 changed one line
The default keystore is stored in the following location: ORACLE-HOME\jdk\jre\lib\security\cacerts
The default keystore is stored in the following location: ''ORACLE-HOME\jdk\jre\lib\security\cacerts''
At line 90 changed one line
3. From the command prompt navigate to the following directory: ORACLE-HOME\jdk\jre\lib\security\ and issue the following command:
3. From the command prompt navigate to the following directory: ''ORACLE-HOME\jdk\jre\lib\security\'' and issue the following command:
At line 92 changed one line
Keytool –import –alias rootca –keystore cacerts –trustcacerts –file rootca.cer keypass changeit
__Keytool –import –alias rootca –keystore cacerts –trustcacerts –file rootca.cer keypass changeit__
At line 105 changed one line
Keytool –import –alias ePersonality –keystore cacerts –trustcacerts –file ePersonality.cer keypass changeit
__Keytool –import –alias ePersonality –keystore cacerts –trustcacerts –file ePersonality.cer keypass changeit__
At line 110 added 2 lines
!Step 3: Assign Static RMIS Port
1. Open the OPMN.XML file using notepad or Wordpad.
At line 113 added one line
The configuration file is located at: Oracle-Home\opmn\conf
At line 115 added 11 lines
2. Assign a static RMIS port to your OC4J instance as follows: \\
{{<ias-component id="OC4J"> \\
<process-type id="home" module-id="OC4J"> \\
<port id="default-web-site" range="12501-12600" protocol="ajp" /> \\
<port id="rmi" range="12401-12500" /> \\
<port id="rmis" range="12702" /> \\
<port id="jms" range="12601-12700" /> \\
<process-set id="default_group" numprocs="1"/> \\
</process-type> \\
</ias-component>
}}
At line 127 added one line
Note: The RMIS port range is 12701-12800. When choosing a port, ensure that the port is free.
At line 129 added 43 lines
3. Save and close the file
4. From the command line navigate to the following director: ''ORACLE-HOME\opmn\bin''
5. Reload the opmn.xml file by entering the following command: ''__opmnctl reload__''
6. Restart the OC4J instance by entering the following command: ''__opmnctl restartproc process-type=OC4J__''
Note: OC4J refers to the name of the OC4J instance you want to restart.
!Step 4: Modify ePersonality.jnlp
1. Open the ePersonality.jnlp file using notepad or Wordpad.
The configuration file is located at: ''Oracle-Home\Apache\Apache\htdocs\HLAppResource_xxxx''
2. Change the argument port to the RMIS port you assigned to the OC4J instance in step 3
3. Add an argument SERVER_TYPE=SSL
The above changes should look similar to this:\\
{{<argument>PORT=12702</argument> \\
<argument>SERVER_IP=http://server.domain./ePersonality_xxxx<argument> \\
<argument>SERVER_TYPE=SSL/argument>}}
4. Change all references of http to https
5. Save and close the file
!Step 5: Change the Admin Console Resource Server URL to HTTPS
1. Open the browser and navigate to the admin console. For example: {{http://myserver.mydomain.com/ePersonality_PILOT/adminConsole}}
2. Fill in all the columns with their respective entries, make sure to change the ‘Resources Server URL to https://...
3. Restart the container and test your application.
!Step 6: Testing SSL
1. Open a browser and enter: https://server-name/
Note: If you are using an index page to access the Professional and Self Service application, be sure to change the http references to https.