Note that there are some explanatory texts on larger screens.

plurals
  1. POWorklight Console redirects to port 9080
    primarykey
    data
    text
    <p>I am using Websphere Liberty 8.5.5 with IBM HTTP Server 8.5.5 and Worklight Server 6.0.0.1. </p> <p>I have configured IHS to redirect port 80 to Websphere port 9080.</p> <p>The <strong>redirection works properly for the front page</strong>, and entering domain.com/worklight/console directly opens domain.com:9080/worklight/console page. However, <strong>when I provide the credentials and click Login, the address bar changes to domain.com:9080/worklight/console page which should not happen as port 9080 is blocked</strong> over the firewall. </p> <p>I have applied the solutions given in this question "<a href="https://stackoverflow.com/questions/19124666/ibm-worklight-6-0-mixed-port-numbers-after-enabling-console-login-authenticati">Mixed Port Numbers</a>" but still the problem persists.</p> <blockquote> <p>If I manually remove 9080 from the address bar and press enter, the page opens fine, is it possible that the port 9080 has been hard coded somewhere in the Authentication Console, if yes, where should I make that change?</p> </blockquote> <p>I used WebSphere Plugin to internally forward the requests on port 80 to WebSphere port 9080. </p> <p>worklight.properties</p> <pre><code>publicWorkLightHostname=subdomain.domain.com publicWorkLightProtocol=http publicWorkLightPort= </code></pre> <p>Plugin-Cfg.xml</p> <pre><code>&lt;VirtualHostGroup Name="default_host"&gt; &lt;VirtualHost Name=":9080"/&gt; &lt;VirtualHost Name=":80"/&gt; &lt;VirtualHost Name="*:9443"/&gt; &lt;/VirtualHostGroup&gt; &lt;Transport Protocol="http" Port="9080" Hostname="11.11.11.11"/&gt; &lt;Transport Protocol="https" Port="9443" Hostname="11.11.11.11"&gt; </code></pre> <p>Appreciate any ideas!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload