I have a problem with IIS 4.0 and JRUN Servlet
Engine:
when I upload from a web browser to IIS a file
with size > 5 Mb using this HTML code:
...
<FORM
ACTION="/servlets/UploadServlet" METHOD="post"
ENCTYPE="multipart/formdata">
<INPUT TYPE="file">
</FORM>
...
the Web server goes down. After monitoring the
working set of IIS task I've noted a problem with the servlet release of memory.
With MS ASP Technology the bug was resolved (a new asp.dll from
ftp.microsoft.com) but for Java Servlet Technology??