" /> GAD Architecture - Genesys CTI User Forum

Author Topic: GAD Architecture  (Read 3095 times)

Offline Sylvainsjc

  • Full Member
  • ***
  • Posts: 137
  • Karma: 2
GAD Architecture
« on: June 26, 2008, 02:42:12 PM »
Advertisement
Hi all,

I'm not an web server expert but i'm looking for the best way to deploy GAD using Apache HTTP Server 2.2.9 and Tomcat6.

Questions :

1) Is there any advantage to deploy GAD like this ?
Client Browser ==> Apache HTTP Server ==> Tomcat Connector Mod_jk ==> Tomcat ==> webapps/gdesktop

In this configutation, all gdesktop requests are send via the connector and i'm wondering about the needs to use Apache HTTP Server

2) Is it possible to works like this ?
Client Browser ==> Apache HTTP Server ==> webapps/gdesktop and to send only jsp or do or servlet requests to tomcat

Thanks for your help

Offline Pioneer

  • Newbie
  • *
  • Posts: 28
  • Karma: 1
    • Yurik's Hashev Home Page
Re: GAD Architecture
« Reply #1 on: June 27, 2008, 05:14:13 AM »
Advise Advise read out this how-to:
[url=http://www.serverwatch.com/tutorials/article.php/2203891]http://www.serverwatch.com/tutorials/article.php/2203891[/url]

The advantage of this configuration is - LoadBalanser. In my configuration, it looks like this:

Client Browser ==> Apache (Primary)    ==> TomCat GAD (1)
                                  |-LoadBalansing
                            Apache (Secondary) ==> TomCat GAD (2)

Offline Sylvainsjc

  • Full Member
  • ***
  • Posts: 137
  • Karma: 2
Re: GAD Architecture
« Reply #2 on: June 27, 2008, 05:46:07 PM »
Thank you, it's better clear for me now

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: GAD Architecture
« Reply #3 on: July 01, 2008, 11:51:54 AM »
Hi Sylvainsjc,

Deploying Apache in front of GAD/Tomcat could improve performance of GAD application as Apache provides higher performance when serving static content (html pages, images etc.). Such deployment including server tuning tips is described in "Genesys Desktop 7.5 Deployment Guide". The architecture looks like your 2nd schema then (client -> Apache -> mod_jk (for jsp only) -> Tomcat).

R.