I am developing a web application.By using this I want to execute a command in remote machine LINUX machine.Now my Requirement is that I want to display the output of the command in my webpage(JSP page). Is there any java API to simplify the parsing of the output?
Share
I have not familiar with JSP. But if you are developing web applications, you must be using HTML/CSS. Have the output of Linux command store in a variable. Then you are done with the Linux command. Now move to JAVA for parsing. I am sure that there are great modules available for parsing. Then after that format the output using HTML, CSS.