MATLAB Web Server | ![]() ![]() |
Solaris/Linux Post-Installation Procedures
The MATLAB Web Server installation procedure places five scripts into the <matlab>/webserver
directory:
webconf
: Builds matlabserver
configuration file (matlabserver.conf
). See Inside the MATLAB Web Server, for a discussion of matlabserver
and the matlabserver.conf
file. Use this script to specify the number of simultaneous MATLABs to run, the nondefault TCP/IP port, and other variables.
webstart
: Stops and restarts matlabserver
via calls to webdown
and webboot
. These three scripts must all reside in the same directory.
webdown
: Stops running matlabserver
.
webboot
: Starts matlabserver
.
webstat
: Displays matlabserver
status information.
at the command prompt to see detailed information about a specific script.
After completing the MATLAB and MATLAB Web Server installation process, run the webconf
script to generate the matlabserver.conf
file. Then run webstart
to start matlabserver
. Run webdown
at any time to stop matlabserver
execution.
Automatic Startup at System Boot
matlabserver
automatically at system boot, create the following links and file while logged in as root
(superuser).
matlabserver.conf
file. (See matlabserver.conf.) The default is _TMW$RELEASE
, where $RELEASE
is a string like 'R12',
also set in matlabserver.conf
.
Linux users should copy the appropriate script as shown below.
rc
directory associated with run level 3.
/etc/inittab
for the default run level. Create a link in the rc
directory associated with that run level. For example, if it is 5
![]() | General Post-Installation Procedures | Windows NT Post-Installation Procedures | ![]() |