Re: Where does JSP fork=true get set in the code?

2003-11-18 Thread Filip Hanik
November 18, 2003 1:49 PM Subject: Where does JSP fork=true get set in the code? I am experiencing bad memory problems doing load testing with just some of the example servlets and JSPs. Correction: The memory problems only occur if JSPs are in the mix, servlets seem to be fine. So, following

Where does JSP fork=true get set in the code?

2003-11-18 Thread Jeff Tulley
I am experiencing bad memory problems doing load testing with just some of the example servlets and JSPs. Correction: The memory problems only occur if JSPs are in the mix, servlets seem to be fine. So, following the advice often given on this list, I set fork to false in web.xml. This made no