
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello!
I was wondering if anyone could point me in the direction of the configuration file which holds the settings for the rum webconsole URL. i know there is a the file within HPRUM > CONF>RUMWEBCONSOLE however i dont think this holds what i am looking for.
for example rather than it being http://localhost:8180/rumwebconsole we are looking to change it to http://localhost:8180/rumwebconsole1 for instance!
Thanks in advance
Andy
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Andy,
I guess this cannot be done!
Usually you have a app server config file which tells the app server what to do with what URL, like we do it with BSM,
however it seems that for RUM the URL part "/rumwebconsole/" is hardcoded in many places, for example
..
httpServletResponse.sendRedirect("/rumwebconsole/Main.do?userName=" + userInfo.getName());
..
If you would find a way to enable RUM to be accessible via for example
http://../rumwebconsole1
I'm pretty sure you would break it somewhere.
Perhaps someone else here has a better idea, but I think it cannot be done (or not as easy as modifying one resource file).
Greetings
Siggi
Micro Focus
If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Andy,
I guess this cannot be done!
Usually you have a app server config file which tells the app server what to do with what URL, like we do it with BSM,
however it seems that for RUM the URL part "/rumwebconsole/" is hardcoded in many places, for example
..
httpServletResponse.sendRedirect("/rumwebconsole/Main.do?userName=" + userInfo.getName());
..
If you would find a way to enable RUM to be accessible via for example
http://../rumwebconsole1
I'm pretty sure you would break it somewhere.
Perhaps someone else here has a better idea, but I think it cannot be done (or not as easy as modifying one resource file).
Greetings
Siggi
Micro Focus
If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.