DX UIM 20.4 HTTPS Admin console link in OC not working: Error 404 Not Found
search cancel

DX UIM 20.4 HTTPS Admin console link in OC not working: Error 404 Not Found

book

Article ID: 233673

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

We have configured HTTPS redirect at OC level and allowed only HTTPS at Admin console.
When we click OC--> Settings --> Admin Console, this results in a new tab with <http://<IP address of Adminconsole server>:0/admiconsoleapp/redirect.jsp

and we get:

Error:- HTTP Status 404 – Not Found
Type Status Report

Message JSP file [/redirect.jsp] not found

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

 

What changes do we need to make to get this redirection to Admin Console, from OC, work properly? 

 

 

Environment

Release : UIM 20.3.3, 20.4

Component : WASP

Cause

missing configuration

Resolution

- Go to IM and open the OC Wasp Raw configuration.

- under "ump_common" section add the key "adminconsole_url"

- the key should equal the full HTTPS address of admin console 

 

 

 

Example: 

<ump_common>
.....
adminconsole_url = https://<adminconsoleapp_url>:<port>
....
</ump_common>

Additional Information

This option will only work on UIM 20.3.3 and later.