Tomcat JspC

I see a lot of directives in the Messenger web.xml like the following:

What are these servlets and why is the information in the config file?

Hi Jeff,

During the Messenger and plugin build process all jsp’‘s are pre-compiled and jar’'d up, this allows Messenger to run without needing the full JDK and speeds things up a bit. All the mappings you see are used to tell Messenger which servlet to use depending on which page in the Admin Console someone is trying to access.

Hope that helps,

Ryan

Thanks Ryan. That answered my question.