Versions Compared

Key

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

...

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}"

...