Pedro Braga wrote:
> When I run the program it just starts and ends immediately without
> error!?!?

>    public static void main (String [] args) {
>        try {
>                      // Invoke me as <http://localhost:8080/RPC2>.
>            WebServer server = new WebServer(8080);
>            server.addHandler("sample", new JavaServer());
             server.start();

:)

Holger

Reply via email to