getIniFileNameAppServer

getIniFileNameAppServer(): String;

The getIniFileNameAppServer method of the Application class returns the name of the application server JADE initialization file when the application is running in JADE thin client mode.

The name of the JADE initialization file is returned in the form that it was entered on the command line. If no initialization file name was specified, JADE looks for an initialization file with a filename jade.ini in the default location and either finds the file or creates it. The name and full path of that default initialization file is returned with forward slash characters (for example, s:/jade/system/jade.ini).

If the application is not running in thin client mode, this method is equivalent to the Application class getIniFileName method; that is, it returns the full path and file name of the JADE initialization file of the workstation on which the application is running. Use the getIniFileName method to return the presentation client initialization file or node.getIniFileName to return the initialization file associated with the current node.