1. Can I execute a shell script from a web page? stackoverflow.comMy web page uploads a file. Currently it places that file in a directory which is polled by a cron job. If the file is there, a bash script ... |
2. How to invoke shell script from JSP page java-forums.org |
3. Executing KSH shell scr thru web-page using JSP or servlets - req. assistan forums.oracle.com |
4. How to invoke shell script from JSP page forums.oracle.comMy expected out put is this: When i copy this link "http://132.17.34.101:7777/tools/testjava.jsp" in browser and hit enter then it should call my shell script and testfile.txt should be created on that directory (the directory where the jsp page is created in unix box). Also , pls let me know whats wrong in that code? Please help me out . Regards, Rajesh ... |