开发者

Run java program on remote UNIX machine in JSP

开发者 https://www.devze.com 2023-02-13 22:22 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消