I am looking for simple solution (preferably Java, tomcat, etc...) to execute simple script on machine. Instead of giving some users access to OS level, they can just login on front end and execute the script from there. Also those scripts should have aliases. So user will need to know the alias to trigger some script on OS level without knowing the low level execution and logic.
BRs,