P
Philipp Kraus
Hello,
I would like to create a webservice with java. I have got a PHP based
CMS with a nuSOAP interface and this interface should call the java
based via HTTP/HTTPs, which runs on another host. The java WS should
run a shell command on the host and returns the data (blocking
communication). It should work a little bit like Jenkins shell access.
I don't want to install a Tomcat or anything else for running a full
webserver. My idea is, that the user which runs the WS that a Jar is
downloaded and this is run directly, bind it to a definied port and IP
address and the use need set the shell command. How can I do this with
Java?
Thanks a lot
Phil
I would like to create a webservice with java. I have got a PHP based
CMS with a nuSOAP interface and this interface should call the java
based via HTTP/HTTPs, which runs on another host. The java WS should
run a shell command on the host and returns the data (blocking
communication). It should work a little bit like Jenkins shell access.
I don't want to install a Tomcat or anything else for running a full
webserver. My idea is, that the user which runs the WS that a Jar is
downloaded and this is run directly, bind it to a definied port and IP
address and the use need set the shell command. How can I do this with
Java?
Thanks a lot
Phil