Hello,
my infrastructure situation (behind an apache proxy) requires my hyperic hq server 4.6 to run on a different base url like this: http://hostname:7080/hypericbaseurl/
What I did is, I renamed the folder of the webapp in the bundled tomcat: /home/hyperic/server-4.6/hq-engine/hq-server/webapps/ROOT to /home/hyperic/server-4.6/hq-engine/hq-server/webapps/hypericbaseurl
(I also had to delete the work- and temp-folders)
When opening the webinterface, at first sight it looks good, the login works. But when browsing some metrics, no diagrams are loaded. Many resources cannot be loaded and the app is not really useable. I checked with firebug and found some requests running to the old root folder, like:
http://localhost:7080/images/widget_bg.jpg
http://localhost:7080/resource/HighLowChart...
I also tried reinstalling the server and defining another base url during the setup script, but that seems to only affect the alert emails.
Are there hard coded absolute paths in the hyperic hq server? Is there any way to move the web application to a different subfolder?
Any hints are welcome ;-)
Thanks very much
Felix
my infrastructure situation (behind an apache proxy) requires my hyperic hq server 4.6 to run on a different base url like this: http://hostname:7080/hypericbaseurl/
What I did is, I renamed the folder of the webapp in the bundled tomcat: /home/hyperic/server-4.6/hq-engine/hq-server/webapps/ROOT to /home/hyperic/server-4.6/hq-engine/hq-server/webapps/hypericbaseurl
(I also had to delete the work- and temp-folders)
When opening the webinterface, at first sight it looks good, the login works. But when browsing some metrics, no diagrams are loaded. Many resources cannot be loaded and the app is not really useable. I checked with firebug and found some requests running to the old root folder, like:
http://localhost:7080/images/widget_bg.jpg
http://localhost:7080/resource/HighLowChart...
I also tried reinstalling the server and defining another base url during the setup script, but that seems to only affect the alert emails.
Are there hard coded absolute paths in the hyperic hq server? Is there any way to move the web application to a different subfolder?
Any hints are welcome ;-)
Thanks very much
Felix