A 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:

  1. Deploy the Apex images and ORDS in Tomcat.
  2. Navigate to $FIC_HOME/ficweb/webroot/dashboard, edit the file launchUIApp.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";
  3. Take a backup of the ear and war file from $FIC_HOME/ficweb.
  4. After making changes run the ant.sh file to generate the ear and war file.
  5. Deploy the ear file on the WebSphere and run the application.