pro_jsp thread: Executing a Linux command from a JSP page
I would like to know how it is possible to execute a Linux command from a JSP page. I know that it is possible in a PHP page, if you use the command exec( "command" ); but i don't know if there is something familiar in JSP. Thanks in advance Anders H Hansen andershh@m...
|





