MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Installation Guide Page 23

  • Download
  • Add to my manuals
  • Print
  • Page
    / 86
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 22
Installation
1-11
4 Solaris users should create a link in the rc directory associated with run
level 3.
cd /etc/rc3.d; ln -s ../init.d/webserver S20webserver
Linux users should look in /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
cd /etc/rc5.d; ln -s ../init.d/webserver S95weberver (Debian)
cd /etc/rc.d/rc5.d; ln -s init.d/webserver S95webserver (Red Hat)
5 You can test the changes you have made without rebooting your system. To
start the MATLAB Web Server on Solaris, enter
cd /etc/init.d
./webserver start
On Linux, enter
cd /etc/init.d (Debian)
cd /etc/rc.d/init.d (Red Hat)
./webserver start
6 To check that the MATLAB Web Server is operational on any system, enter
cd $MATLAB/webserver
webstat -c $CONFIGURATION_FILE
$CONFIGURATION_FILE
is the path to the file matlabserver.conf.
Windows NT Post-Installation Procedures
After installation, you must reboot your machine to start MATLAB Server as
a Windows NT service. The service starts automatically at system boot.
Startup Sequence
If you install a new version of MATLAB and the MATLAB Web Server, start
MATLAB before starting Web Server. MATLAB performs some system
updates required for successful Web Server operation.
Page view 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 ... 85 86

Comments to this Manuals

No comments