Hello, I need to execute a pgm from a UNIX server from my JSP. The pgm runs interactively, so the pgm running through JSP needs to take user inputs and continue executing.. as far as i have read, seems like running a "telnet" session would solve this proble. I have no idea how this can be achieved through a JSP, any ideas, links, samples would be helpful TIA RHP
subject: Execute a pgm from a UNIX server from JSP