Re: [Catalyst] Failing tests in Catalyst::Controller::SOAP

2008-09-18 Thread Adam Bartosik
2008/9/12 Zbigniew Lukasiak [EMAIL PROTECTED]: Can anyone with more knowledge of SOAP tell if that is something important? Hi Zbyszek, try the previous versions of XML::Compile install MARKOV/XML-Compile-0.87.tar.gz install MARKOV/XML-Compile-SOAP-0.74.tar.gz Btw - anyone has any experience

RE: [Catalyst] Pushing data to Catalyst powered web page

2008-09-18 Thread Supra, Morne
Hi all I did the following to get data to push to the web page: Scenario: An RFID tag is read and processed by an ALE server. The ALE server then sends the data to my Catalyst URL: http://x.x.x.x:3000/ale/notifier?tagdata The ale/notifier action then extracts the tag id from the variable and

Re: [Catalyst] Help! Need help deploying app to Apache

2008-09-18 Thread Bruno Antunes
Tomas, you have made me see the light! I moved the DocumentRoot to /LookingGlass and chowned it to apache.apache and everything works, now! Here is my command line (Fedora 9): sudo strace -f /usr/sbin/httpd -f /tmp/httpd.conf -X And here is the .conf I used:

[Catalyst] Patch for Catalyst/Engine/FastCGI.pm

2008-09-18 Thread Oleg Kostyuk
Little POD update - tux ~ # diff -u /usr/lib/perl5/vendor_perl/5.8.8/Catalyst/Engine/FastCGI.pm* --- /usr/lib/perl5/vendor_perl/5.8.8/Catalyst/Engine/FastCGI.pm 2008-07-31 03:45:35.0 +0300 +++