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
Content-Length: 1305
17:45:16,037 [main] INFO CheckerClient : Content-Type: text/xml
17:45:16,037 [main] INFO CheckerClient : Set-Cookie: session=70fe2fee
+8e5ceb5faa4187aa1f9ea1ba; path=/; expires=Thu, 11-Oct-2007 16:45:15 G
+MT
17:45:16,037 [main] INFO CheckerClient : Status: 200
17:45:16,037 [main] INFO CheckerClient : X-Catalyst: 5.7010
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.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.