In looking at some of the more recent source code for v1.0, it appears that
since the ActionServlet caches a lot of objects in the servlet context, like
action mappings, app resources, etc., the ActionServlet was not designed to
allow multiple instances of the servlet to be deployed in a single web
application.

In other words, if for whatever reason, one wanted to deploy multiple
ActionServlets in a single web application so that each servlet can deal
with its own set of action mappings, etc., this would not work with the
current implementation of the ActionServlet.

Is my understanding correct?

-- Stoehr

Reply via email to