On 6/20/2014 6:19 PM, André Warnier wrote:

...

Finally, if the Perl script isn't that complicated, you should
consider re-writing it in Java since you are using a Java application
server. It will be much easier to deal with everything that way.


Who said that the cgi-bin script was perl ? (not saying that it isn't,
but nobody said it was either).
As it stands, whatever it is, it is being run (at first) by perl. But if
perl notice another interpreter in the shebang line, it will happily
cede its turn.

Anyway, it raises the fundamental question of why go though all the
trouble to run a (possibly perl) cgi-bin script within Tomcat ?

It sounds like the OP is trying to eliminate a layer (HTTPD) in his application without rewriting his scripts. Seems like a reasonable goal to me.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to