http://qs321.pair.com?node_id=1060903


in reply to Re: Deploy Catalyst application.
in thread Deploy Catalyst application.

Umm, it shows the same error.
~testJSON/script$ CATALYST_ENGINE='HTTP::Prefork' testjson_server.pl Can't locate Catalyst/Engine/HTTP/Prefork.pm in @INC (@INC contains: / +home/code-ninja/Projects/Perl/testJSON/script/../lib /etc/perl /usr/l +ocal/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr +/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/s +ite_perl .) at /usr/local/share/perl/5.14.2/Class/Load.pm line 177. Compilation failed in require at /usr/local/share/perl/5.14.2/Catalyst +/ScriptRunner.pm line 50.
Reading through the link you provided.

Meanwhile, the in-built server provides a -h switch which enables us to host the server on a particular address. What I did, for now, is this:

~testJSON/script$ testjson_server.pl -h 192.168.xx.yy
and the server is hosted on the given address, well that's cool... but only for testing purposes.

Replies are listed 'Best First'.
Re^3: Deploy Catalyst application.
by Khen1950fx (Canon) on Nov 02, 2013 at 10:05 UTC
Re^3: Deploy Catalyst application.
by Anonymous Monk on Nov 02, 2013 at 07:51 UTC