Httpd.sh

From Resin 3.0

Jump to: navigation, search

bin/httpd.sh is the Unix script for starting the web server.

bin/httpd.sh uses a perl script, bin/wrapper.pl, to control the Java process (bin/httpd.sh is a tiny shell script that calls wrapper.pl). You can modify bin/httpd.sh.

If you need to stop Resin with kill, you'll need to kill the wrapper.pl process to make sure it doesn't restart Resin. httpd.sh stop works by killing the wrapper.pl process. or bin/wrapper.pl for your configuration.

In a production environment, the "start" and "stop" options to bin/httpd.sh start and stop Resin as a Unix daemon. If Resin should ever exit, it will automatically be restarted.

See also

Command line options
Daemon
Personal tools