Re: java build it HTTP server, proxy and HttpHandler interface

2008-12-08 Thread prhlava
Oops, The subject should have read: java built in HTTP server, proxy and HttpHandler interface... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googleg

java build it HTTP server, proxy and HttpHandler interface

2008-12-08 Thread prhlava
Hello again, I am trying to use java built in HttpServer and it looks that the handle method of HttpHandler interface does not get called at all (but the server "works" - returns a blank page, which is expected as I do not write anything in the handle method). The following example is minimal i