Está en la página 1de 1

Solucin de Errores Comunes PENTAHO 5

Cmo cambiar el nmero de puerto por defecto?


Acceder a las siguientes rutas y especificar el puerto deseado

1. biserver-ce\tomcat\webapps\pentaho\WEB-INF\web.xml
1
<!-- FullyQualifiedServerUrl is used only in the case of offline content
2
generation and whenever something need to talk back to the server -->
3
<context-param>
<param-name>fully-qualified-server-url</param-name>
4
<param-value>http://localhost:8787/pentaho/</param-value>
5
</context-param>
6
2.

\biserver-ce-4.5.0-stable\biserver-ce\tomcat\conf\server.xml
1
<Connector URIEncoding="UTF-8" port="8787" protocol="HTTP/1.1"
connectionTimeout="20000"
2
redirectPort="8443" /,>
3

Iniciar el bi server con el archive bat Start-pentaho.bat y accede a la consola de usuario


mediante

También podría gustarte