![]() |
|
No such thing as a small change | |
PerlMonks |
Regarding Fast cgi and Catalystby palette (Scribe) |
on Oct 11, 2007 at 16:48 UTC ( #644276=perlquestion: print w/replies, xml ) | Need Help?? |
palette has asked for the wisdom of the Perl Monks concerning the following question:
I have an application that uses catalyst and fastcgi on apache server. I am setting up a dev server to run the same way as live server. When i post a request to the live server I get a one output whereas when I post an xml to the dev server it returns the reponse for 6 times.
Now the difference in the message that I see in the live and dev, is dev shows in the response
So any one has any clue wat I should see to check this. Note: When I post the XML from a sample perl code it returns the ouput only once. And even if I have a disloague box and post the XML from a html page it returns output only once. I am trying to post XML through a JUNIT script. Only then it returns the output 6 times. Whereas JUNIT script returns the output once when I post the XML on the live server.
Back to
Seekers of Perl Wisdom
|
|