viernes, 6 de julio de 2012

Cambiando el puerto a Pentaho


Por defecto viene con el puerto 8080, para cambiarlo solo tenemos que configurar dos archivos:

1)  ...\tomcat\webapps\pentaho\WEB-INF\web.xml

<!-- FullyQualifiedServerUrl is used only in the case of offline content generation and whenever something need to talk back to the server -->
<context-param>
<param-name>fully-qualified-server-url</param-name>
<param-value>http://localhost:8081/pentaho/</param-value>
</context-param>

2)  ...\tomcat\conf\server.xml

<Connector URIEncoding="UTF-8" port="8081" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />


Y listo, reiniciar el sistema.

No hay comentarios:

Publicar un comentario