John, Thanks for your insights. Sorry about the ambiguity in the question but nonetheless am glad you got what i was asking.PC
> <context-param> > <param-name>base-url</param-name> > <param-value>https://whatever.is.your.url/pentaho/</param-value> > </context-param> we made the following change on the tomcat/pentaho/webapps/WEB-INF/ web.xml to 127.0.0.1:8086, because the localhost address was not working. is it possible to use the I.P. address (static) for the server i.e. http://10.10.10.10:8086 Also, i might not need to change the port numbers for the DB. The production server uses to 3306. if this is the case, do i need to edit the following files?? > pentaho-solutions/system/applicationContext-spring-security-jdbc.xml > pentaho-solutions/system/applicationContext-spring-security-hibernate.properties > /tomcat/webapps/pentaho/META-INF/context.xml On Jun 6, 6:27 am, John Woodlock <[email protected]> wrote: > Kevin, > > need to include the port in the url as well as it isn't the default (I > missed it out) > > https://whatever.is.your.url:8086/pentaho/<https://whatever.is.your.url/pentaho/> > > On Mon, Jun 6, 2011 at 1:24 PM, John Woodlock <[email protected]>wrote: > > > > > > > > > Kevin > > > 1) Not 100% sure what you mean but I think you are trying to access pentaho > > from 'some other PC'. So I assume there is a url to get to the 'server pc'. > > You need to edit tomcat/pentaho/webapps/WEB-INF/web.xml (just like we did > > when localhost wasn't set up on the server PC) and do something like what > > follows: > > > <context-param> > > <param-name>base-url</param-name> > > <param-value>https://whatever.is.your.url/pentaho/</param-value> > > </context-param> > > > 2) as far as I know, there are no problems with mifos transactions detail > > and mifos transactions summary reports. What are you seeing? > > > 3) remember when your test server wasn't picking up hibuser at pentaho > > startup when you wanted to change the mysql port from 3306 to 3307? Well, > > we changed mifos jndi settings but we didn't change some other files that > > were impacted. If you want to try to fix this... edit the following files > > and change 3306 to 3307 (then start pentaho and see if okay) > > > pentaho-solutions/system/applicationContext-spring-security-jdbc.xml > > > pentaho-solutions/system/applicationContext-spring-security-hibernate.properties > > /tomcat/webapps/pentaho/META-INF/context.xml > > > John > > > On Fri, Jun 3, 2011 at 5:41 PM, Kevin Kimani > > <[email protected]>wrote: > > >> hi, > > >> Am having problems retrieving pentaho reports from remote PC. However, > >> the reports are working fine on the server(where the BI Suite is > >> installed). i am using the the following address 127.0.0.1:8086 to > >> access the reports on the server. > > >> also, is there any problems with these reports; mifos transactions > >> detail and mifos transactions summary? > > > > ------------------------------------------------------------------------------ > Simplify data backup and recovery for your virtual environment with vRanger. > Installation's a snap, and flexible recovery options mean your data is safe, > secure and there when you need it. Discover what all the cheering's about. > Get your free trial download today.http://p.sf.net/sfu/quest-dev2dev2 > > _______________________________________________ > Mifos-users mailing list > [email protected]https://lists.sourceforge.net/lists/listinfo/mifos-users ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
