Sorry if you are thinking this as Basic question. I am Having shell scripts which accepts Some parameters as Inputs to Run the Script.
Is it Possible to Pass these Parameters through Web form and Run the Shell script through Browser.
How to implement this using java if Possible. or any other technology is Best.
Thanks in Advance. Looking forward for your valuable Advice’s.
Edit:-
Hi All,
Currently I am having an GUI which runs Scripts on Client Computer by accepting Some parameters. I want to keep those Shell Scripts on Server and Run by passing parameters using Web form. Sorry if my language is difficult to understand.
You would need to use a Java Applet with heightened security privileges and a JavaScript API so that JavaScript in the page could read the form data and pass it to the applet. The client computer would need to have the Java plugin and whatever shell you were using installed, and the user would have to accept the above-normal-security-level access rights the applet asked for.
This isn’t in the least bit practical for the WWW and is rather a stretch for a controlled network.