Call java program on server through web request

Posted by Rossella on Stack Overflow See other posts from Stack Overflow or by Rossella
Published on 2012-09-28T03:05:17Z Indexed on 2012/09/28 3:37 UTC
Read the original article Hit count: 118

Filed under:
|
|

I need to develop an application where a Java client calls a Java application located on the server with certain parameters, the Java application on the server computes data and sends the data back to the client. Everything needs to go through port 80 on which I have a IIS webserver listening. I cannot open any other port on the server. Is there any way I can do this? The server can write files in a directory that the client can read but I am not sure how to handle the synchronization and I don't know how to call a script on the server from the client through port 80.

Every suggestion would be highly appreciated Thanks a lot in advance, this problem is making me crazy

© Stack Overflow or respective owner

Related posts about java

Related posts about client