You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Andrea Chiumenti <ki...@gmail.com> on 2009/05/19 14:57:04 UTC

getting httpserver instance

Hello I'm using Tapestry-5.1.0.4 and I need to do something like:

Endpoint endpoint = Endpoint.create(serviceBoundByTapestry);
HttpContext context = httpServer.createContext("/hello");
endpoint.publish(context);

Is it possible to get the httpServer instance ? is there a Service to
inject for this ?

Thanks in advance,
kiuma

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org