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
- Number of Instances Lauber Christof
- Number of Instances Craig R. McClanahan
- Number of Instances Lauber Christof
- Number of Instances Lauber Christof
- Re: Number of Instances dynacomconsulting
- RE: Number of Instances CPC Livelink Admin
