Versions Compared

Key

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

...

Parameter
Description

exclusiveHost

Setup selected server hostname. The flag makes the hostname field during login non editable.

ex. -exclusiveHost=192.168.2.28:8080

propertiesFolder

It change the name of property folder.

There is a folder that application saves user properties and custom application configurations.

Suggested if there are multiple installations.

ex. -propertiesFolder=.costos2 create a folder in windows user home directory.

   Full a path declaration like  -propertiesFolder=D:\costosFolder\.costos2

logfilelocation

Define the log file location
ex.-logfilelocation="logs2"
    or
    -logfilelocation="\\hostname\logs"

Using java system variables

ex.-logfilelocation="${user.home}/logs/"

Default location path If is not defined by the users default path location is {application_installationfolder}/bin/logs



...