Difference between revisions of "AppSuite:Grizzly"

(Created page with "=Grizzly based backend= ==Prerequisites== {{InstallPlugin|pluginname=open-xchange-grizzly| toplevel=products | sopath=appsuite/stable/backend|version=App Suite}} ==Switchin...")
 
Line 1: Line 1:
 
=Grizzly based backend=
 
=Grizzly based backend=
  
==Prerequisites==
+
==HttpService dependency==
 +
[[File:HttpServiceDependency.png|thumb|left|alt=The HttpService dependency.]]
  
{{InstallPlugin|pluginname=open-xchange-grizzly| toplevel=products | sopath=appsuite/stable/backend|version=App Suite}}
+
<div style="clear: both"></div>
 
+
==Default cluster setup==
==Switching between AJP and Grizzly==
+
[[File:GrizzlOXClusterSetup.png|alt=The default cluster setup.]]
  
 +
<div style="clear: both"></div>
 
==Configuration==
 
==Configuration==
  
===Available configuration files===
+
===Grizzly configuration===
 +
====Available configuration files====
  
 
* /opt/open-xchange/etc/server.conf
 
* /opt/open-xchange/etc/server.conf
Line 16: Line 19:
  
 
===Sample configuration===
 
===Sample configuration===
 +
 +
 +
===Apache configuration===
 +
 +
 +
{{InstallPlugin|pluginname=open-xchange-grizzly| toplevel=products | sopath=appsuite/stable/backend|version=App Suite}}
 +
 +
==Switching between AJP and Grizzly==
 +
  
 
==Architectural details==
 
==Architectural details==

Revision as of 15:34, 11 January 2013

Grizzly based backend

HttpService dependency

The HttpService dependency.

Default cluster setup

The default cluster setup.

Configuration

Grizzly configuration

Available configuration files

  • /opt/open-xchange/etc/server.conf
  • /opt/open-xchange/etc/grizzly.conf
  • /opt/open-xchange/etc/requestwatcher.conf

Sample configuration

Apache configuration

Install on OX App Suite

Debian GNU/Linux 10.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/appsuite/stable/backend/DebianBuster/ /
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/backend/updates/DebianBuster/ /

and run

$ apt-get update
$ apt-get install open-xchange-grizzly

Debian GNU/Linux 11.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://software.open-xchange.com/products/appsuite/stable/backend/DebianBullseye/ /
# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/products/appsuite/stable/backend/updates/DebianBullseye/ /

and run

$ apt-get update
$ apt-get install open-xchange-grizzly


Switching between AJP and Grizzly

Architectural details

Monitoring