spercy has asked for the wisdom of the Perl Monks concerning the following question:

hi how to invoke a perl script from java servlet..can you give me the complete url to be specified in the servlet(note:to be executed in the local machine)..where should i [place the perl script..where can i find cgi_bin directory in my system..if that folder doesnt exists then where should i place the script?

Replies are listed 'Best First'.
Re: servlet to script
by dHarry (Abbot) on Mar 18, 2009 at 10:15 UTC

    I suppose you could do a response.sendRedirect() from the Java servlet? IS the Perl script a CGI script? How about http://yourhost/cgi-bin/script.cgi?

Re: servlet to script
by Anonymous Monk on Mar 18, 2009 at 07:13 UTC