Chapter 3: Configuring ColdFusion Server
73
Repeating the
ps
command should now return nothing, indicating the process is now
dead.
Listener Module Command Line Options
The Network Listener Module (NLM) executable,
cfdist
(
cfdist.exe
on Windows
NT) takes the following command line options at startup. Of these options, you’ll
probably only use the -p option on a regular basis.
Listener Module Command Line Options
Option
Description
-v
Verbose. This option prints out confirmation of the command line
options in use, and on what port the program is running. It also prints
information about each connection that comes in. This can be useful
to confirm that requests are, indeed, reaching the remote computer.
-pnnnn
Port number where nnnn is the port number. If no port number is
specified, the program automatically selects an unused port on
which to run. In most cases, you use this option to guarantee that
you’re using the same port as the remote Web server.
-i
Interactive. Run from a command line not as a daemon/service. In
order for verbose commentary to appear on the terminal, you must
be running in interactive mode. Aside from the display of debugging
output, however, there is no difference in operation between running
the program from a command line or running it as a daemon/service.
-r
Reuse. (UNIX Only) If the specified port appears to be in use, try to use
it anyway. Sometimes TCP/IP connections don’t get closed down
immediately. In those cases the connections can take a few minutes
to timeout and close down. Unfortunately, these lingering
connections will prevent the program from restarting on the same
port because it thinks that port is in use. To overcome this and allow
you to restart without waiting or switching to another port, you can
use this option. Be careful, however, not to use this option
indiscriminately as it could result in multiple versions of the listener
running at the same time.
-kxxxx
Key for encryption. (where xxxx is the string used as the key) The key
may be any string of printable ASCII chars up to 127 characters long.
-sINSTALL
Setup, install-mode. (NT Only) Install the process as an NT service. Its
service name will be ColdFusion NetListener.
-sREMOVE
Setup, remove-mode. (NT Only) Uninstall the service.
Содержание COLDFUSION 4.5-ADMINISTRING COLDFUSION...
Страница 1: ...Allaire Corporation Administering ColdFusion Server ColdFusion 4 5...
Страница 10: ...x Administering ColdFusion Server...
Страница 22: ...xxii AdministeringColdFusionServer...
Страница 48: ...26 Administering ColdFusion Server...
Страница 58: ...36 Administering ColdFusion Server...
Страница 60: ...38 Administering ColdFusion Server Using ColdFusion in a Distributed Configuration 68...
Страница 98: ...76 Administering ColdFusion Server...
Страница 150: ...128 Administering ColdFusion Server...
Страница 198: ...176 Administering ColdFusion Server...
Страница 205: ...Chapter 6 Creating Scalable and Highly Available Web Sites 183 3 Click the DNS tab...
Страница 304: ...282 Administering ColdFusion Server...
Страница 350: ...328 Administering ColdFusion Server...