twells
08-07-2006, 04:55 AM
In /opt/pentaho-demo/jboss/server/default/deploy/pentaho.war/WEB-INF/web.xml
I set base-url as instructed in the quick start guide, to:
<context-param>
<param-name>base-url</param-name>
<param-value>http://hostname.example.net:8080/pentaho/</param-value>
</context-param>
(using my own host and domain appropriately of course)
However,
In the Steel Wheels sample reports (choose any date range and "Web Page" on any of the sales reports for example) all of the links ignore the setting of base-url and instead render as http://localhost:8080/
Tabor
I set base-url as instructed in the quick start guide, to:
<context-param>
<param-name>base-url</param-name>
<param-value>http://hostname.example.net:8080/pentaho/</param-value>
</context-param>
(using my own host and domain appropriately of course)
However,
In the Steel Wheels sample reports (choose any date range and "Web Page" on any of the sales reports for example) all of the links ignore the setting of base-url and instead render as http://localhost:8080/
Tabor