|
|
+ |
To override the default storage location for the AnthillPro server and/or agent, modify the startup script to pass a system property.
|
|
|
+ |
== Modify the ah3server.cmd or ah3server file ==
|
|
|
+ |
Go to the '''anthillpro server's \bin\ directory''' and open the ah3server.cmd or ah3server file (depending on which operating system you installed with) inside a smart text editor, such as [http://www.vim.org/ vim] or [http://notepad-plus-plus.org/ Notepad++]. Then, locate the '''JAVA_OPTS''' line. Append properties to the end of this line, to add them to the startup script. They will need added in the following format:
|
|
|
+ |
<pre>-Dpropertyname="path"</pre>
|
|
|
+ |
A relative path can be given as the value and the relative path is calculated from the server's bin directory. A absolute path is also an option.
|