In our project we are Calling
java class from a
JSP page through Shellscript.Every thing is working fine. but the problem is getting the control back... our requirement is when user clicks process button in JSP we are calling one shellscript and code in shell script calling java class.(ie classname ).But once the user clicks on process button we need to call the Shell script and control should come back to the JSP ....but currently we are receving control after processing of java file....
Please let me know how to get control back to my JSP (immediate call of Shellscript and java program should run in background)
Thanks in advance
Aravind