Many Thanks for you reply Chuck, i will take a lot at the servlet 3.0 spec!

thiago

Caldarale, Charles R escreveu:
From: Thiago Locatelli da Silva [mailto:thiago.si...@digitro.com.br] Subject: How to list registered Servlets (Servlet 3.0 spec)

I need to create a page that lists the current registered servlets/filters/listeners in the context.

Look at the 3.0 API; ServletContext now includes the getServletRegistrations() 
and getFileterRegistrations() methods.  Listeners, unfortunately, don't seem to 
be available through the registration mechanism.

 - Chuck

THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to