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.
:-)
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.
:-)