This functionality is only available for certain module packages.

You are here: Administration > Installation > Web EEC installation > Installation of EEC Server

Installation of EEC Server

EEC Server is a modified installation of EEC. First, the EEC is installed as Stand-Alone installation by means of the installation wizard. Once the installation is complete, do not start the EEC yet, which is why the check box Start EEC, which is selected by default, must be deselected. The check box Open New And Noteworthy List may remain selected.

Then, two plug-ins must be added to the installation:

  1. Copy the plugins from the folder <EEC Installation folder>\install\remoteserver to the folder <EEC Installation folder>\dropins.
  2. Extract the ZIP archive contained in there to the folder \dropins.
  3. Open the file <EEC Installation folder>\ec.ini in an editor (e.g., Notepad).
  4. Add the following lines to the file ec.ini:
  5. -Dosgi.checkConfiguration=true
    -Dorg.foederal.core.expert=true
    -Dcom.mind8.enable.exception.continue.<ID1>=true
    -Dcom.mind8.eobroker.ui.diagram.ReadXMLRepeatedly.enable=true
    -Dcom.mind8.ecserver.baseEOXPath=<absoluter Pfad zum Ordner der Basismodelle>
    -Dcom.mind8.ecserver.port=<Port des EEC-Servers z.B. 7171>
    -Dcom.mind8.remote.server.ECServiceImpl.disablePX=true
    -Dcom.mind8.remote.server.repository.file=<absoluter Pfad zum Ordner der Sessionmodelle>

    Note:

    This port number must match that in the file web.xml.
    The folder for basic models contains models that are available for the Web EEC. The path must be specified using forward slashes /, and not backslashes \. The specific model is stated in the file web.xml without the file extension .eox. This is also true of the system model.
    The folder of the session models contains the model files that are generated for a new session.
    The resources required for the model must be provided, and configured on the side of the EEC Server.

  6. Change the following entries in the file ec.ini:
  7. before:

    -Xmx512m

    after:

    -Xmx1024m

    before:

    -Dorg.foederal.sn.connectionURL=fastobjects://LOCAL/db

    after:

    -Dorg.foederal.sn.connectionURL=eox:///<Pfad zum Systemmodell:z.B. C:/model/small-model.eox>?mode=r
  8. Add the following line immediately below the line –Xmx1024:
  9. -Xss1m
  10. Save the file ec.ini.