Starting and Stopping the Server
150
Netscape Enterprise Server Administrator’s Guide • November 2001
1.
Using a text editor, open the start file, which is located in
server_root/https-server_id.
2.
Locate the
-start
line in the script and insert the following:
echo "
password
"|
where password is the SSL password you have chosen.
For example, if the SSL password is
netscape
, the edited line might look like
this:
-start)
echo "netscape"|./$PRODUCT_BIN -d $PRODUCT_SUBDIR/config
$@
Restarting With Inittab (UNIX/Linux)
To restart the server using
inittab
, put the following text on one line in the
/etc/inittab
file:
http:2:respawn:server_root/type-identifier/start -start -i
where server_root is the directory where you installed the server, and type-identifier
is the server’s directory.
The
-i
option prevents the server from putting itself in a background process.
You must remove this line before you stop the server.
Restarting With the System RC Scripts (UNIX/Linux)
If you use
/etc/rc.local
, or your system’s equivalent, place the following line in
/etc/rc.local
:
server_root
/type-identifier/start
Replace server_root with the directory where you installed the server.
Restarting the Server Manually (UNIX/Linux)
To restart the server from the command line, log in as root if the server runs on
ports with numbers lower than 1024; otherwise, log in as root or with the server’s
user account. At the command-line prompt, type the following line and press
Enter:
server_root
/type-identifier/start
where server_root is the directory where you installed the server.
Summary of Contents for NETSCAPE ENTREPRISE SERVER 6.0 - ADMINISTRATOR
Page 1: ...Administrator s Guide Netscape Enterprise Server Version6 0 November 2001...
Page 18: ...18 Netscape Enterprise Server Administrator s Guide November 2001...
Page 26: ...26 Netscape Enterprise Server Administrator s Guide November 2001...
Page 48: ...Migrating a Server 48 Netscape Enterprise Server Administrator s Guide November 2001...
Page 50: ...50 Netscape Enterprise Server Administrator s Guide November 2001...
Page 146: ...146 Netscape Enterprise Server Administrator s Guide November 2001...
Page 242: ...242 Netscape Enterprise Server Administrator s Guide November 2001...
Page 294: ...294 Netscape Enterprise Server Administrator s Guide November 2001...
Page 332: ...Deleting a Virtual Server 332 Netscape Enterprise Server Administrator s Guide November 2001...
Page 378: ...378 Netscape Enterprise Server Administrator s Guide November 2001...
Page 396: ...Responses 396 Netscape Enterprise Server Administrator s Guide November 2001...
Page 414: ...Posting to JSPs 414 Netscape Enterprise Server Administrator s Guide November 2001...
Page 432: ...Further Information 432 Netscape Enterprise Server Administrator s Guide November 2001...
Page 444: ...444 Netscape Enterprise Server Administrator s Guide November 2001...