Hi there,
    yes can call cgi script from servlet.

HttpServletResponse iRes;
......
.......

iRes.sendRedirect("http://xxx.xx.xx/env.cgi");
 

sajida kalsoom wrote:

Hi Users, is it possible to execute cgi script from servlets if so how.

Reply via email to