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$costosFolder\${user.name}\.costos2
   Using java system variables
  notice: The properties file should be unique for each user

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 is {application_installationfolder}/bin/logs



...