" /> Effect on Apache & Tomcat after Multimedia installation. - Genesys CTI User Forum

Author Topic: Effect on Apache & Tomcat after Multimedia installation.  (Read 4140 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

vinodgujja

  • Guest
Effect on Apache & Tomcat after Multimedia installation.
« on: December 24, 2007, 05:37:24 AM »
Advertisement
Hello -

We are planning to install Multimedia components(Chat Server, email server, Interaction server) in our demo(Development) environment.


The issue is on the server which we are going to install multimedia, there are other software ( Impress , GIS) which actually uses these components(Apache & Tomcat).

I understand from the deployment guides, that multimedia components interacts with web application components( Apache & Tomcat ) and creates its own files in Apache installation directory.

Do this have any effect on other software functionality(Impress , GIS)?

Thanks in advance.

Vinod Gujja,
Accenture.

Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Effect on Apache & Tomcat after Multimedia installation.
« Reply #1 on: December 24, 2007, 01:33:50 PM »
vinodgujja: You would install a seperate instance of Apache/tomcat then. You will need to change the default ports most likely and then configure MCR to use those ports. This way, you will ensure that it will not impact your other software.

Its possible you can use the same instance, but if you need any special configuration one and not the other, its easier to just two seperate instances.

vinodgujja

  • Guest
Re: Effect on Apache & Tomcat after Multimedia installation.
« Reply #2 on: December 24, 2007, 01:38:41 PM »
Thank you, then how abt the apache_home and tomcat_home environment variables?

Marked as best answer by on May 05, 2025, 03:11:50 AM

Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Effect on Apache & Tomcat after Multimedia installation.
« Reply #3 on: December 24, 2007, 01:41:37 PM »
  • Undo Best Answer
  • Again if they are used by your existing app, you would want the new install to use different variables. You should be able to configure these during the install.

    Far as MCR, it will only know how to reach the instance via the TCP, so the variables are only used for the local install.

    vinodgujja

    • Guest
    Re: Effect on Apache & Tomcat after Multimedia installation.
    « Reply #4 on: December 24, 2007, 01:43:41 PM »
    Thanks a lot ......

    vinodgujja

    • Guest
    Re: Effect on Apache & Tomcat after Multimedia installation.
    « Reply #5 on: December 27, 2007, 05:31:08 AM »
    Hello Daimonas-

    Where we should change the default ports for apache & Tomcat ? Can you please let me know the file names...

    Offline Daimonas

    • Full Member
    • ***
    • Posts: 106
    • Karma: 2
    • There's a fish in every bowl.
    Re: Effect on Apache & Tomcat after Multimedia installation.
    « Reply #6 on: December 27, 2007, 08:42:43 PM »
    The file you want to change is server.xml, it's located the tomcat home directory/conf/

    . You will see the following lines with the value specified below number, you can change them to any number that is not currently used on the server.

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

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

    If you plan on using IIS along with apache and if your other install is already running the plugin for IIS, you will want to change this one too:

    <!-- Define an AJP 1.3 Connector on port 8009 -->
    « Last Edit: December 27, 2007, 08:46:02 PM by Daimonas »

    Marco64

    • Guest
    Re: Effect on Apache & Tomcat after Multimedia installation.
    « Reply #7 on: January 30, 2008, 08:22:50 PM »
    Shutdown port default is 8005.

    Change shutdown port as well