Re: multipart/form-datatomcat 3.2.2 problem

2001-06-29 Thread mex

hi,

On Fri, 29 Jun 2001 03:01:56 PDT you wrote:
 
   I have written a page to upload files.The problem is
 although some files are uploaded correctly, some files
 end up with getting Cannot find server, The page can
 not be displayed  error in Internet Explorer. 

I had the same problem. Assuming you are using a standard
apache/tomcat combination you may try to deactivate 
http1.1/keepalive (in apache-conf or -for testing- in you ie).

for apache add following line to httpd.conf:
BrowserMatch MSIE 5\. nokeepalive downgrade-1.0 force-response-1.0


Doing so seems to fix the problem for me, but indeed it is just a 
*guess*, because the problem was not reproduceable in a regular meaning. 
I'd appreciate any feed-back, if it works for you as well.


Good luck,
-martin




Re: Has anybody resolved no-refresh of servlets?

2001-05-18 Thread mex


On Thu, 17 May 2001 14:20:03 CDT Mark Mynsted wrote:
 Good idea, but they are not.  The really frustrating thing is that the same s
 ervlets will reload some times, and will not other times.  Could this be rela
 ted to me running Tomcat in process with IIS?

No, I don't think it's related to IIS. We encounter the same problem on 
several installations of Apache+Tomcat.

I assume that maybe there is an influence of used JDK -- on installations
with Sun's JDK1.3 this failure is rather rare; using IBM's JDK1.3 it's more 
or less common sense.

Anybody out there with similar observations?

Br,
Martin Exler