How to populate a widget with the actual server hostname ?
Accepted answer
http://www-01.ibm.com/support/docview.wss?uid=swg21634120
The path to the images may be different between versions, but it should be quite easy to identify the image name in the web page and locate it in the package or installation location.
Comments
Cool, Thx Don,
This will help us in using banners to notify users of major events like planned maintenance too.
Better acknowledging late than never :)
Been fighting bigger battles.
As far as notify goes, you might look into the JTS configuration "System Alerts" ( available in 4.0.x and later ). Add an alert and it will display on all registered applications ( but only in web ui :( )
2 other answers
Had an occasion today to use the "System Alerts" to warn users of an imminent maintenance window: And wonder why I hadn't thought of simply setting a permanent banner with either DEV, UAT, or even PRD or a hostname via "System Alerts"?
It would be nice to be able to easily customize the GUI with a different color bar or something.
We ended up writing a small script, actually with AutoIt script, that runs all the time with a small window in the top-right corner. This is green for prod, red for test and yellow for PoC, and it also displays the text PROD, TEST or PoC. All it does is, every 5 seconds or something, it pings the TEST and PoC IPs, and changes color and text if either is alive. Otherwise, we must be connected to PROD. You can write a script like this in about a dozen lines, and AutoIt also has a script compiler. We find this to be very useful.
Comments
long TRUONG
Sep 08 '15, 11:06 a.m.Or Is there any other way to tell which env we are on, using the exact same URI ?
long TRUONG
Sep 08 '15, 11:10 a.m.Could we somehow run a command like hostname on the server within a widget then display it on same widget ?