Run java program on remote UNIX machine in JSP
I am developing Web Application in local machine using JSP. I want to execute a Java Program that resides on Unix box from my local JSP file. I have all the credentials of the UNIX box. Can you please advise me开发者_如何转开发.
Well there are various ways to execute [instruct remote machine to execute your java program]
RMI
WebServices
Defining your protocol and then Socket server client
精彩评论