Pentaho Tools :

Pentaho C-Tools(CDE,CDF,CDA),Pentaho CE & EE Server,OLAP-Cubes,Analysis using Pivot4J, Saiku Analytics, Saiku Reporting, Ad-hoc Reporting using Interactive Reporting Tool,Dashboards,Reports using PRD, PDD,Data Integration using Kettle ETL,Data Mining usign WEKA,Integration of Servers with Databases,Mobile/iPad compatible Dashboards using Bootstrap Css,Drilldown dashboards,Interactive Dashboards

Thursday 29 January 2015

Tip : Run 2 tomcats in Windows machine for jasper and pentaho ( Running Pentaho Server & jasper Server in one machine)

This post will let you know how to run 2 tomcats in single machine.

Jasper & Pentaho both are web application which run on tomcat server by default.

NOTE : This post will not give you the war file deployment of 2 softwares in any external tomcat 

I'm keeping jasper server's tomcat service.config file as it is(not modifying any thing) but modifying service.config file of pentaho's tomcat.

Do below changes in the pentaho service.config file.

Now, start both the servers .. you can find  both the servers running on single windows machine.

Changing shutdown port number, port, redirect port, encoding port.

1)


<Server port="8006" shutdown="SHUTDOWN">

2)
<Connector URIEncoding="UTF-8" port="9090" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8444" />

3)

<Connector URIEncoding="UTF-8" port="8010" protocol="AJP/1.3" redirectPort="8444" />

 http://crunchify.com/how-to-run-multiple-tomcat-instances-on-one-server/

NOTE : Tested with Jasper Server 6.0 professional & pentaho 5.2 community server.

:-)

No comments:

Post a Comment