【问题标题】:Change the BA Server Fully Qualified URL in Pentaho Release 5.2.0.0.209在 Pentaho 版本 5.2.0.0.209 中更改 BA 服务器完全限定 URL
【发布时间】:2015-03-24 22:00:36
【问题描述】:

我正在尝试将 Pentaho BA Server 5.2 重定向到我的域。因此,我更改了以下内容:

context-param> <param-name>fully-qualified-server-url</param-name> <param-value>http://localhost:8080/pentaho/</param-value> </context-param>

由此

<context-param> <param-name>fully-qualified-server-url</param-name> <param-value>https://mydomain/pentaho/</param-value> </context-param>

在 biserver-ce/tomcat/webapps/pentaho/WEB-INF/web.xml 文件中。 然后,我重新启动 BA 服务器。但是,这不会发生,当我登录 Pentaho 时,我被重定向到 http://localhost:8080/pentaho/index.jsp 我尝试使用其他参数值(例如 127.0.0.0:8080/pentaho/ ,otherdomain/pentaho/ ,.....),但总是得到相同的结果。我想可能是Tomcat忽略了这个参数,不知道为什么会这样。

谁能帮帮我?

提前致谢, 罗伯托·塔迪奥

【问题讨论】:

  • 你解决过这个问题吗?

标签: tomcat server pentaho


【解决方案1】:

从文件夹中删除缓存:

 1. Stop the server.
 2. biserver-ce\pentaho-solutions\system\osgi\cache
 3. Restart the server.

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-07-20
    • 2017-05-26
    • 1970-01-01
    • 2011-03-20
    • 2012-09-15
    • 2018-05-02
    • 2012-03-15
    相关资源
    最近更新 更多