Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, the settings.xml file loads from "config/settings.xml" located in the Aspire Home directory. The settings.xml file holds environmental information and properties about the Aspire installation as a whole. For more information about the settings.xml file, see [[Settings Configuration (Aspire 2)]|here].

Be aware that there is also a Java System property which can be used to set the location of the settings.xml file as well. It is "com.searchtechnologiesaccenture.aspire.settings". For example:

  java -Dcom.searchtechnologiesaccenture.aspire.settings=/test/settings.xml ...

...

The Java JVM System property which specifies the Aspire Home directory is com.searchtechnologiesaccenture.aspire.home. This can be set with a command-line argument when executing the "java" command as follows:

  "-Dcom.searchtechnologiesaccenture.aspire.home={home-directory}"

...