Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Note

Early versions of Archiva 1.0-SNAPSHOT have a bug (described in MRM-288) that prevents startup if a ${appserver.base}/conf/archiva.xml is not present.

If you think you have this issue, create that file and put the following contents into it.

Code Block
xml
xml
<configuration />

When running tomcat as a windows service, the ${appserver.home} and ${appserver.base} properties must be set using regedit (see installation instructions). Please note, when running the tomcat service on a 64-bit Windows 7 machine, you can find the procrun node under wow6432.

Tomcat 5.0.x Specifics

Tested on Tomcat v5.0.28

...