No, Configure your webs server to handle multiple instances of your
Controller servlet(ActionServlet) . Each instance will use its own xml file
where you can specify the mappings etc.

-----Original Message-----
From: Sukachevin, Stoehr [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 4:21 PM
To: '[EMAIL PROTECTED]'
Subject: Multiple ActionServlet instances in a web app


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