Http Servlet blocks

Niclas Hedhman niclas at hedhman.org
Sat Nov 13 02:33:34 EST 2004


On Saturday 13 November 2004 13:28, Dan Gould wrote:
> When I run the block, I see messages showing org.mortbay.http.HttpContext
> starts up, but when I try to hit http://localhost:8080/soap (or anything
> on http://localhost:8080 for that matter) with Firefox, I get a message
> saying that it could not connect (so it doesn't look like there's an http
> server running on 8080).

You need a socketlistener.

There are 3 types of them, socket, ssl, and ajp.

HttpServerImpl is not a listener, that is the server, which coordinates the 
whole thing;

[Listener] n ---- 1 [HttpServer] 1 ---- n [HttpContext]


Cheers
Niclas
-- 
   +------//-------------------+
  / http://www.bali.ac        /
 / http://niclas.hedhman.org / 
+------//-------------------+




More information about the support-dpml mailing list