Lauber Christof wrote:

> How must I configure the jakarta-tomcat 3.1 that just one Instance per
> servlet is allowed? Which config file do I have to edit(server.xml,
> web.xml, ? ) ?

The only thing you have to "configure" is your servlet -- be sure you do
*not* implement the SingleThreadModel interface, and Tomcat (or any other
servlet container) is required to create only one instance per servlet
definition (i.e. per <servlet> entry in web.xml).

Craig McClanahan


Reply via email to