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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to