[Mifos-users] Need Help running Mifos and Pentaho BI Suite Concurently

48 views
Skip to first unread message

Thomas (Uganda)

unread,
May 25, 2011, 1:44:02 AM5/25/11
to mifos...@lists.sourceforge.net
Hi all,
Thanx for the great work.

I am trying to have both Mifos and BI Suite reports running
concurrently on one machine.
I have installed Mifos with Appache Tom Cat on port 8080 and have also
installed BI Suite Reports (I think default is also Port 8080),
however i can only run one at a time (Either Mifos or BI Suite
Reports).

When Mifos is Running (Appache Tomcat starts up Successfully), BI
Suite reports server does not start up.
and when I stop Mifos's Appache, BI Suite reports start up
successfully.

I cant seem to have both running simultaneously. Any body out there
that has managed to have both running concurrently, kindly let me know
what worked for U and how to configured that?


Thanx.

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery,
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now.
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Mifos-users mailing list
Mifos...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Ed Cable

unread,
May 25, 2011, 4:29:41 AM5/25/11
to A good place to start for users or folks new to Mifos., Ramya.T...@sungard.com
Thomas, per john's suggestions did you follow Ramya's advice on changing the port of Mifos BI to 8086 via the web.xml and server.xml files? (see: https://groups.google.com/d/topic/mifosusers/9x9k5NvaZdE/discussion

Ramya, could you provide more clear guidance to Thomas on how to change the port number?

Ed

Ramya.T...@sungard.com

unread,
May 25, 2011, 5:13:58 AM5/25/11
to mifos...@lists.sourceforge.net

Hi Thomas,

 

I have installed both Mifos and Bi server on my machine and they run simultaneously. Following are the steps you need to replicate:

 

a)      Install Mifos war in your default tomcat which runs on port 8080. Don’t change anything in it. Just check whether Mifos runs fine on 8080

 

http://localhost:8080/mifos

 

b)      Copy the pentaho Bi server suite on your machine.

Navigate to following location:

 

D:\PENTAHO_REPORTS\biserver-ce-3.6.0-stable\biserver-ce\tomcat\webapps\pentaho\WEB-INF\web.xml

 

Edit the base-url section of your web.xml file. Change the port to 8086 from 8080

 

                <context-param>

                                <param-name>base-url</param-name>

                                <param-value>http://localhost:8086/pentaho/</param-value>

                </context-param>

 

c)       Navigate to  “D:\PENTAHO_REPORTS\biserver-ce-3.6.0-stable\biserver-ce\tomcat\conf\server.xml”

 

Edit the following two sections:

 

i)                    Change the shutdown port no to 8007 from 8005

 

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

 

ii)                   Change the port  from 8080 to 8086

 

  <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->

<Connector URIEncoding="UTF-8" port="8086" maxHttpHeaderSize="8192"

               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"

              enableLookups="false" redirectPort="8443" acceptCount="100"

               connectionTimeout="20000" disableUploadTimeout="true" />

 

Just these three changes. Both applications should run simultaneously. J

 

http://localhost:8086/pentaho

 

 

Thanks,

Ramya

Thomas (Uganda)

unread,
May 25, 2011, 9:58:04 AM5/25/11
to mifos...@lists.sourceforge.net
Hi Ramya,
Thanx. It worked like a Charm. I hadn't Changed the Shut down port
Number.

Great work


On May 25, 12:13 pm, <Ramya.Toshni...@sungard.com> wrote:
> Hi Thomas,
>
> I have installed both Mifos and Bi server on my machine and they run
> simultaneously. Following are the steps you need to replicate:
>
> a)      Install Mifos war in your default tomcat which runs on port
> 8080. Don't change anything in it. Just check whether Mifos runs fine on
> 8080
>
> http://localhost:8080/mifos
>
> b)      Copy the pentaho Bi server suite on your machine.
>
> Navigate to following location:
>
> D:\PENTAHO_REPORTS\biserver-ce-3.6.0-stable\biserver-ce\tomcat\webapps\p
> entaho\WEB-INF\web.xml
>
> Edit the base-url section of your web.xml file. Change the port to 8086
> from 8080
>
>                 <context-param>
>
>                                 <param-name>base-url</param-name>
>
> <param-value>http://localhost:8086/pentaho/</param-value>
>
>                 </context-param>
>
> c)       Navigate to
> "D:\PENTAHO_REPORTS\biserver-ce-3.6.0-stable\biserver-ce\tomcat\conf\ser
> ver.xml"
>

> Edit the following two sections:
>
> i)                    Change the shutdown port no to 8007 from 8005
>
> <Server port="8007" shutdown="SHUTDOWN">
>
> ii)                   Change the port  from 8080 to 8086
>
>   <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
>
> <Connector URIEncoding="UTF-8" port="8086" maxHttpHeaderSize="8192"
>
>                maxThreads="150" minSpareThreads="25"
> maxSpareThreads="75"
>
>               enableLookups="false" redirectPort="8443"
> acceptCount="100"
>
>                connectionTimeout="20000" disableUploadTimeout="true" />
>
> Just these three changes. Both applications should run simultaneously. J
>
> http://localhost:8086/pentaho
>
> Thanks,
>
> Ramya
>

> From: Ed Cable [mailto:edca...@gmail.com]
> Sent: Wednesday, May 25, 2011 2:00 PM
> To: A good place to start for users or folks new to Mifos.
> Cc: Toshniwal, Ramya
> Subject: Re: [Mifos-users] Need Help running Mifos and Pentaho BI Suite
> Concurently
>
> Thomas, per john's suggestions did you follow Ramya's advice on changing
> the port of Mifos BI to 8086 via the web.xml and server.xml files? (see:https://groups.google.com/d/topic/mifosusers/9x9k5NvaZdE/discussion)
>
> Ramya, could you provide more clear guidance to Thomas on how to change
> the port number?
>
> Ed
>

> On Tue, May 24, 2011 at 10:44 PM, Thomas (Uganda) <ndal...@gmail.com>


> wrote:
>
> Hi all,
> Thanx for the great work.
>
> I am trying to have both Mifos and BI Suite reports running
> concurrently on one machine.
> I have installed Mifos with Appache Tom Cat on port 8080 and have also
> installed BI Suite Reports (I think default is also Port 8080),
> however i can only run one at a time (Either Mifos or BI Suite
> Reports).
>
> When Mifos is Running (Appache Tomcat starts up Successfully), BI
> Suite reports server does not start up.
> and when I stop Mifos's Appache, BI Suite reports start up
> successfully.
>
> I cant seem to have both running simultaneously. Any body out there
> that has managed to have both running concurrently, kindly let me know
> what worked for U and how to configured that?
>
> Thanx.
>
> ------------------------------------------------------------------------
> ------
> vRanger cuts backup time in half-while increasing security.
> With the market-leading solution for virtual backup and recovery,
> you get blazing-fast, flexible, and affordable data protection.

> Download your free trial now.http://p.sf.net/sfu/quest-d2dcopy1
> _______________________________________________
> Mifos-users mailing list
> Mifos-us...@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/mifos-users


>
> ------------------------------------------------------------------------------
> vRanger cuts backup time in half-while increasing security.
> With the market-leading solution for virtual backup and recovery,
> you get blazing-fast, flexible, and affordable data protection.

> Download your free trial now.http://p.sf.net/sfu/quest-d2dcopy1
>
> _______________________________________________
> Mifos-users mailing list
> Mifos-us...@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/mifos-users

Ed Cable

unread,
May 25, 2011, 2:04:15 PM5/25/11
to A good place to start for users or folks new to Mifos.
Ramya,

Thank you very much for all your help with Thomas. I've added your steps to the Troubleshooting Pentaho section on the wiki: http://bit.ly/mqWjOG  and linked to it from the install guide.

Ed
Reply all
Reply to author
Forward
0 new messages