Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: move comment about appserver.base to where it is configure to be more coherent

Archiva On GlassFish with MySQL

General server configuration

  • Ensure that the property appserver.base is set. Archiva uses this to locate log files.

Glassfish web configuration

...

  • Set appserver.base and appserver.home properties

    Ensure that the property appserver.base is set. Archiva uses this to locate log files.
    Code Block
    ...
    <java-config ...
        <jvm-options>-Dappserver.base=${com.sun.aas.installRoot}/domains/domain1</jvm-options>
        <jvm-options>-Dappserver.home=${com.sun.aas.installRoot}/domains/domain1</jvm-options>
    ...
    

...