My service returns Stream data like this...
return new BufferedReader(new InputStreamReader(process.getInputStream()));
I want to display the stream data in jsp page.. This shows what is going on in cmd peompt...
My jsp page Should display the current data which is in cmd prompt to show status and should display updated content when new data is displayed in cmd prompt.