URL Redirect

This way not modifying the original context, so they can still use their old bookmarks and go straight to: http(s)://host:port/Infrared360

 To only use https and redirect from http port uncomment this in the web.xml

<security-constraint>
       
<web-resource-collection>
           
<web-resource-name>Protected Context</web-resource-name>
           
<url-pattern>/*</url-pattern>
       
</web-resource-collection>
       
<user-data-constraint>
           
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
       
</user-data-constraint>
   
</security-constraint>


Here is the additional thing to do for allowing short URL names to redirect as well:

 For the URL redirect issue you can do the following solution:

Edit conf/tomcat-server.xml and add the following line, right above the Context for Infrared360:

<Context docBase="/webapps/redirect" path="" reloadable="false"></Context>

Create the directory "redirect" under webapps and drop in this index.jsp file

Restart IR360

 Now when someone connects to http(s)://host:port they will get redirected to: http(s)://host:port/Infrared360

 

 

 

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

Object types in Infrared360 database

Below are the constants for object types in the Infrared360 database QUEUE = 2 CHANNEL = 3...

Alert not firing for Message Age

https://www.ibm.com/docs/en/itcam-app-mgr/7.2.0?topic=tpwmma-oldest-msg-age-short-term-queue-time...

Clearing log files: using File service

Clear Log Functionality – using the File Service Common issues when using web applications such...

Emulation mode

This should be in the inline doc --- search for 'emulation' (no quotes) but basically it's a ROLE...

Making Channel Authorization changes with Infrared360

Channel Authentication (MQSC Commands)   To allow channel authentication records to control...