1MOJOMOJO_SERVER(1)    User Contributed Perl Documentation   MOJOMOJO_SERVER(1)
2
3
4

NAME

6       mojomojo_server.pl - Catalyst Testserver
7

SYNOPSIS

9       mojomojo_server.pl [options]
10
11        Options:
12          -d -debug          force debug mode
13          -f -fork           handle each request in a new process
14                             (defaults to false)
15          -? -help           display this help and exits
16             -host           host (defaults to all)
17          -p -port           port (defaults to 3000)
18          -k -keepalive      enable keep-alive connections
19          -r -restart        restart when files get modified
20                             (defaults to false)
21          -rd -restartdelay  delay between file checks
22                             (ignored if you have Linux::Inotify2 installed)
23          -rr -restartregex  regex match files that trigger
24                             a restart when modified
25                             (defaults to '\.yml$|\.yaml$|\.conf|\.pm$')
26          -restartdirectory  the directory to search for
27                             modified files, can be set mulitple times
28                             (defaults to '[SCRIPT_DIR]/..')
29          -follow_symlinks   follow symlinks in search directories
30                             (defaults to false. this is a no-op on Win32)
31          -background        run the process in the background
32          -pidfile           specify filename for pid file
33
34        See also:
35          perldoc Catalyst::Manual
36          perldoc Catalyst::Manual::Intro
37

DESCRIPTION

39       Run a Catalyst Testserver for this application.
40

AUTHORS

42       Catalyst Contributors, see Catalyst.pm
43

LICENSE

45       You may distribute this code under the same terms as Perl itself.
46
48       Please refer to Catalyst.pm for copyright details.
49
50
51
52perl v5.12.1                      2010-07-27                MOJOMOJO_SERVER(1)
Impressum