Hello all,
this is my first post and I did a few searches to ensure I wasn't posted something already covered and I think I'm safe as far as I can tell. I've been working with kettle/spoon on my local machine and played with biserver and admin console on my local machine but am having some issues moving things to the production environment. I'm running everything through apache httpd using mod_jk and tomcat/conf/workers.properties which I have working with the bi-server but have been having issues with the admin interface. I updated the and was able to easily get the admin interface working on my console.xml to the following
1 <?xml version="1.0" encoding="UTF-8"?>
2 <console>
3 <solution-path>./../biserver-ce/pentaho-solutions</solution-path>
4 <war-path>./../biserver-ce/tomcat/webapps/pentaho</war-path>
5 <platform-username>joe</platform-username>
6 <biserver-status-check-period-millis>30000</biserver-status-check-period-millis>
7 <homepage-url>http://www.pentaho.com/console_home</homepage-url>
8 <homepage-timeout-millis>15000</homepage-timeout-millis>
9 <!-- comma separated list of roles (no spaces) -->
10 <default-roles>Authenticated</default-roles>
11 <default-server-dir>biserver-ce</default-server-dir>
12 </console>
~
~
I get it running and it mentions that it is listening on {{ ip address }}:8099 however I get nothing when I try this. Ideally, I would like everything running through httpd but I'm not sure how to get things working between jetty and tomcat. The guides and books I have looked at so far don't seen to address this. Any assistance would be greatly appreciated.
this is my first post and I did a few searches to ensure I wasn't posted something already covered and I think I'm safe as far as I can tell. I've been working with kettle/spoon on my local machine and played with biserver and admin console on my local machine but am having some issues moving things to the production environment. I'm running everything through apache httpd using mod_jk and tomcat/conf/workers.properties which I have working with the bi-server but have been having issues with the admin interface. I updated the and was able to easily get the admin interface working on my console.xml to the following
1 <?xml version="1.0" encoding="UTF-8"?>
2 <console>
3 <solution-path>./../biserver-ce/pentaho-solutions</solution-path>
4 <war-path>./../biserver-ce/tomcat/webapps/pentaho</war-path>
5 <platform-username>joe</platform-username>
6 <biserver-status-check-period-millis>30000</biserver-status-check-period-millis>
7 <homepage-url>http://www.pentaho.com/console_home</homepage-url>
8 <homepage-timeout-millis>15000</homepage-timeout-millis>
9 <!-- comma separated list of roles (no spaces) -->
10 <default-roles>Authenticated</default-roles>
11 <default-server-dir>biserver-ce</default-server-dir>
12 </console>
~
~
I get it running and it mentions that it is listening on {{ ip address }}:8099 however I get nothing when I try this. Ideally, I would like everything running through httpd but I'm not sure how to get things working between jetty and tomcat. The guides and books I have looked at so far don't seen to address this. Any assistance would be greatly appreciated.