OpenROADJSONRPC Servlet
This is a Java servlet to be used in a servlet container or web server such as Tomcat.
It extracts the JSON payload from an HTTP POST message and invokes the JsonRpcRequest() method with this payload as a request using a RemoteServer object from a pool of connected objects.
It then returns a JSON response as a response payload of the HTTP message.