Author Topic: Simplify/Shorten Content Navigator URL  (Read 5172 times)

kit

  • Guest
Simplify/Shorten Content Navigator URL
« on: September 25, 2014, 12:05:05 PM »
Hello experts,

Our Content navigator was deployed in WebSphere 8.5. In order for our user be able to access CMOD reports through a web browser but I want to simplify the URL to a more friendly and easy to remember URL.

Our CMOD v9 server has multiple instance. (CMODPROD,CMODUAT...)

ex.  from - http://WASSrvrName:9080/navigator/?desktop=CMODPROD
       to     - http://CMODPROD
 
       from - http://WASSrvrName:9080/navigator/?desktop=CMODUAT
       to     - http://CMODUAT 

Is there a way we can do this?

Thanks,

Kit


jeffs42885

  • Guest
Re: Simplify/Shorten Content Navigator URL
« Reply #1 on: September 26, 2014, 05:23:05 AM »
I've seen this done before using 3DNS from F5 networks, maybe talk to your infrastructure folks and see if they can setup an alias, or something along those lines.

Or maybe a hosts file change.
« Last Edit: September 26, 2014, 06:43:28 AM by jeffs42885 »

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Simplify/Shorten Content Navigator URL
« Reply #2 on: September 26, 2014, 10:17:00 AM »
You can also set this up at the DNS/webserver level. 

Register the CMODPROD/CMODUAT nicknames with your corporate DNS server, and point it to your WAS server IP address.

Then configure the HTTP server to be a VirtualHost, and inside that 'directive', you can redirect it to a different URL.

Take a look at this page:  https://httpd.apache.org/docs/2.2/rewrite/remapping.html  Specifically under 'Canonical Hostnames'.

Report back to let us know how you solved this one!

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

jeffs42885

  • Guest
Re: Simplify/Shorten Content Navigator URL
« Reply #3 on: September 26, 2014, 11:45:50 AM »
Justin always has a more simpler way of saying things than I do. :D