On Fri, 30 Nov 2012 09:27:36 -0200, Peter Wendorff
<[email protected]> wrote:
Hi.
Hi!
I would like to get some information about the servlet container the
application is running in, like the servlet containers name, probably
path's and so on.
This kind of information, when available, is contained into a
ServletContext object (from the Servlet API). Just curious: what do you
want that for?
How could that be achieved in a tapestry component?
@Inject
private HttpServletRequest httpServletRequest;
...
ServletContext servletContext = httpServletRequest.getServletContext();
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]