我正在尝试将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 我尝试了其他params值(例如127.0.0.0:8080/pentaho/,otherdomain / pentaho /,.....),但我总是得到相同的结果。我想也许Tomcat会忽略这个参数而我不知道它为什么会发生。
任何人都可以帮助我吗?
提前致谢, 罗伯托·塔尔迪奥
答案 0 :(得分:0)
从文件夹中删除缓存:
1. Stop the server.
2. biserver-ce\pentaho-solutions\system\osgi\cache
3. Restart the server.