I am using apachi
tomcat server for running my web application.
i hosted some perl scripts in my web application under WEBINF/cgi folder.
among them one perl script sends "GET" request to some server and parse the received response and generate o/p in the form of xml. when i run the script directly through perl interpretor i get correct xml data as required but when invoking the script from browser i get empty xml .
Also when i host the scripts on apachi http server and invoke the script from browser i get the correct xml.
is there any difference in hosting scripts on apachi http server and apachi tomcat server?
any help will be appritiated.