5.7.2.1.2 ORDS Limitation for Web Sphere
ORDS has a limitation if the Web Server used is WebSphere.
If you are using the WebSphere, then follow these steps:
- Deploy the Apex images and ORDS in Tomcat.
- Navigate to
$FIC_HOME/ficweb/webroot/dashboard, edit the filelaunchUIApp.html. Make changes in the variable var host with the servername and port number where the ORDS is deployed. For example: var host =" whf00pkx:9080";See the following code snippet:
You will be redirected to the page in a new window. Click to <a id="link" target="_blank" href="abc">launch the page</a>.
<script>var app_id=getUrlParameter('uiAppId');var user_id=getUrlParameter('userId');var infodom=getUrlParameter('dsn');var locale=getUrlParameter('locale');var host ="EDIT THIS PART"; - Take a backup of the ear and war file from
$FIC_HOME/ficweb. - After making changes run the
ant.shfile to generate the ear and war file. - Deploy the ear file on the WebSphere and run the application.