Re: Information about the Servlet Container

2012-11-30 Thread Thiago H de Paula Figueiredo
On Fri, 30 Nov 2012 09:27:36 -0200, Peter Wendorff 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

Information about the Servlet Container

2012-11-30 Thread Peter Wendorff
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. How could that be achieved in a tapestry component? regards