not sure on this.... but can you try using a wrapper class to make a call to your IPL
Replace the URL path parameter for your IPL with below line where you invoke it: "/iw-bin/iw_cgi_wrapper.cgi/sample.ipl" Hope it works....
We have done something simillar...
Have you bothered to read my previous post? No? Then let me try one last time...Place your whatever.ipl (ipl, not cgi!) directly under ......syntax verbatim "/iw-bin/iw_cgi_wrapper.cgi/whatever.ipl"...Good luck
Thank you very much for your help. I did do this. I think I am messing somewhere. The last option I have to play around show_env.cgi and try to have that in my call server with a different name.
Now I made it to work with following code,
Is it possible to take my ipl (myPerlFile.ipl) to my origional place i.e under httpd/iw-tools/perlfiles/separatelook/myPerlFile.ipl ? with iw_cgi_wrapper.cgi. Or if I want to execute under the control of iw_cgi_wrapper.cgi do I need to have my ipl inside iw-bin directory ?
Thank you. This will help me. In my working company Teamsite has been established 10 years back :-). They have't kept any files inside iw-bin directory. Our Infra Team don't allow us to keep files inside iw-bin to maintain uniformity or maintaince perspective.
Even I don't have write access to iw-bin directory on dev TS. I used a CGI to copy files from my working directory to iw-bin to test this and removed them after my test.
Will spend some time to write my own binary wrapper or will try to convience our infra team.
Thanks again.
Thank you. This will help me. In my working company Teamsite has been established 10 years back :-). They have't kept any files inside iw-bin directory. Our Infra Team don't allow us to keep files inside iw-bin to maintain uniformity or maintaince perspective. Even I don't have write access to iw-bin directory on dev TS. I used a CGI to copy files from my working directory to iw-bin to test this and removed them after my test. Will spend some time to write my own binary wrapper or will try to convience our infra team. Thanks again.