Skip to content

gazbond/rpc-servlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Original Google Code repository: https://code.google.com/archive/p/rpc-servlet/

Installing RpcServlet:

RpcServlet was created with Java SE 6 so it is probably best to run it with Tomcat 6.

Download Tomcat 6 and extract.

Clone RpcServlet from GitHub using the following:

$ git clone git@github.com:gazbond/rpc-servlet.git

Change directory to [rpc-servlet-directory] and run the ant build file using the following:

$ ant

You should then see:

RpcServlet
    |-web
        |-WEB-INF
            |-classes
                |-rpc-services.properties
                |-gizmo
                |-org

Create the file rpc-servlet.xml in [tomcat-directory]/conf/Catalina/localhost/ with the following contents:

<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="[rpc-servlet-directory]/web" path="/rpc-servlet"/>

Start Tomcat and go to http://localhost:8080/rpc-servlet/ in your browser.

About

A simple extensible RPC framework for Java with support for a purely JSON based RPC protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors