简体   繁体   English

如何为mondrian pentaho启动tomcat Webapp

[英]How to start the tomcat webapp for mondrian pentaho

I am following this tutorial and i am new to java and tomcat 我正在学习本教程 ,因此对java和tomcat还是陌生的

The article say to go to: 文章说去:

cd /opt/pentaho/biserver-ce/tomcat/bin` 

but i don't have tomcat folder in there. 但是我那里没有tomcat文件夹。

Also the user say that: 用户也说:

I have changed the default Pentaho BI Server port from 8080 to 8585 我已将默认Pentaho BI服务器端口从8080更改为8585

how can i change that port and in which file. 我如何更改该端口和哪个文件。

Do i need to install BI server as well to go to the url ( http://localhost:8585/mondrian )? 我是否还需要安装BI服务器才能转到URL( http://localhost:8585/mondrian )?

when you unzip the pentaho bi sever file after installing it you will find tomcat folder under bi-server folder, if you are not able to find it then their is problem in downloading file, so download it again.. 在安装后将pentaho bi服务器文件解压缩时,您会在bi-server文件夹下找到tomcat文件夹,如果找不到该文件夹​​,则说明它们在下载文件时出现问题,请重新下载。

for changing default port number, you can change it 要更改默认端口号,您可以更改它

\\biserver-ce\\tomcat\\webapps\\pentaho\\WEB-INF \\ biserver-CE \\ tomcat的\\的webapps \\ Pentaho的\\ WEB-INF

under this you will find web.xml file 在此之下您将找到web.xml文件

<context-param>
    <param-name>base-url</param-name>
    <param-value>http://192.168.60.195:8080/pentaho/</param-value>
</context-param>

here instead of 8080 change the port number which suits you. 在这里代替8080更改适合您的端口号。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM