Dick Steflik wrote:
Thanks, that did the trick , the entire Fall2003 class of CS328 (actually the kids were probably hoping that it wouldn't get fixed and I would excuse them from the project) THANKS you .

BTW, there is a bug with Tomcat which will cause it to run out of memory after a number of restarts. You will probably run into this with 30 students uploading new classes. You will also want to make sure that the fork attribute for the JspServlet is set to true as well as compiling JSPs will leak memory unless the compiling process is forked.


To work around the memory leak issue when the context reloads you'll either have to regularly restart Tomcat, and you can also set the -Xmx startup parameter to something like -Xmx256M or higher if your machine has the memory so that it will take longer to run out of memory. By default java runs as if -Xmx64M was set.

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to