Hi.

On 23/05/2018 17:36, Tien Hung Nguyen wrote:
Hi,

I'm trying to install IBM WebSphere Application Server on OpenShift Origin
running on my local computer (Docker for Windows).

Normally, when I'm running IBM WebSphere Application Server on Docker, I
just use an URL like this to retrieve the Admin console on the browser:
https://10.0.75.1:9043/ibm/console/logon.jsp. However, my WebSphere
Application doesn't support SSL (which is the default setting), hence it
establishes an unsecured connection (without the https) between the browser
and the server, and this worked fine when I was running WebSphere on Docker.

Now, I was trying to migrate the same Docker WebSphere Application Server
image to OpenShift Origin. Therefore, I created a secured router with the
path  /ibm/console/logon.jsp.pointing to a service on port 9043 that
connects to my deployed WebSphere Application Server pod. The URL for the
route looks like this:
https://websphere-server-myproject.10.0.75.2.nip.io/ibm/console/login.do?action=secure

However, the route doesn't work and I can't retrieve the WebSphere
Application Server Console on my Browser. I'm getting the following message
on the browser:

[snipp] Default 503 page

When I try the same with an unsecured router, I'm getting the same error.

I think there is a problem with the routing system on OpenShift in
combination with IBM WebSphere Application Server because the IBM WebSphere
Application Server has just worked fine on Docker.

Please, could you help me to solve this issue?

Please can you provide the following outputs.

* oc version
* oc -n <YOUR_PROJECT> describe svc > services.yml
* oc -n <YOUR_PROJECT> describe route > routes.yml
* oc -n <YOUR_PROJECT> get pod -o wide > pods.yml
* oc -n <YOUR_PROJECT> logs <WAS_POD> > was-pod-log.log

Regards,
Tien

Regards
Aleks

_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to