matlabserver.confWhen matlabserver starts up, it looks in the file matlabserver.conf for itsinitial setting data. OnWindows NT the installation procedure creates this filein the <matlab>/webserver directory while installing the MATLAB WebServer. On UNIX systems you must first run the webconf script to establishvalues for some of the arguments in the file before starting the MATLAB WebServer.Configuration settings must appear on the first line of the matlabserver.conffile. The basic options set by the data in matlabserver.conf are:•Port number: p•Threads (maximum number of simultaneous MATLABs): mThe default version of matlabserver.conf file is simply:–m 1meaning that you want to run one copy of MATLAB with the matlabserverport defaulted to 8888.Edit the default version of matlabserver.conf on Windows NT or run thewebconf script on UNIX if you want to change some of the options. Note that a space is required between the flag and its valueType matlabserver –h on Windows NT (webconf –h on UNIX) for a list ofadditional editable matlabserver.conf options.If matlabserver cannot locate a matlabserver.conf file, it uses the defaults.
|