The command line required to run the application server is as follows.
jadapp appServerPort=TCP/IP-communications-port-number path=database-path ini=JADE-initialization-file-path [server=multiUser|singleUser|readOnlyUser] [host=host-server-node-name or host-IP-address] [port=host-port-name or host-port-number] [name=JADE-initialization file-section-name-identifier] [interface=client-TCP/IP-name or client-IP-address] [localport=client-port-name or client-port-number]
The app and schema arguments are invalid in an application server command line and you must specify the appServerPort argument.
When running JADE thin client applications in multiuser mode, ensure that the TCP/IP port number specified in the jadapp command line appServerPort argument is a different port number to that specified for the database server (for example, the jadrap JADE Remote Node Access program).
The database server TCP/IP port number is specified in the
Specify the server argument only if you want to run the application server in multiuser mode. (If you do not specify the server argument, the application server runs in single user mode.)
For details about these argument values, see "
The following is an example of an application server command line.
R:\Jade_Development\jade\bin\jadapp appServerPort=1500 server=multiUser path=r:\jade_development\jade\system ini=r:\jade\system\test\myjade.ini host=devsrvr38 port=6015 localport=6099