Set start parameters

  1. Open the Task Manager and stop the aeneisServer service:

    A picture that contains a table. Automatically generated description

  2. Open the installation directory (C:\aeneisserver) and open the file aeneisserver.exe.vmoptions with an editor:

    A picture that contains a table. Automatically generated description

  3. Customize the vmoptions as follows:

    #Maximum memory (RAM) (dimension according to technical data sheet)
    -Xmx8G

    #Hostname

    -Daeneis.hostname=servername.domain.de

    #Serverport
    -Daeneis.minServerPort=23000

    -Daeneis.maxServerPort=23000

    #SSL connection (can only be activated with the manual for HTTPS)
    #-Daeneis.webserver.ssl.enabled=true
    #-Daeneis.webserver.ssl.keystore.password=aeneis60
    #-Daeneis.webserver.ssl.cipher.suites=TLS_RSA_WITH_AES_256_CBC_SHA256
    #-Djavax.net.debug=SSL

    # Open Office start parameters
    -Daeneis.openoffice.installationdir=C:\aeneisserver\openoffice
    -Daeneis.openoffice.port=25100
    -Daeneis.openoffice.port.max=25199
    -Daeneis.openoffice.shareservice=false

    #Performance

    -Daeneis.keepservicesrunning=true

    -Daeneis.improveClearRootAction=true

    -Daeneis.useOmAsyncUpdates=true

  4. Save the vmoptions

  5. Restart the Aeneisserver service in the Task Manager