RE: multipart requests and file uploads problems on the Apache connection

2001-04-12 Thread Sandy McPherson
You need tp use Ajp12 for multipart request servlets. Just specify something like this # # The following line mounts all JSP files and the /spqr/servlet/ uri to tomcat # JkMount /spqr/servlet/* ajp13 JkMount /spqr/servlet/LogoUpload ajp12 # Ajp13 won't handle the multi-part request properly

RE: multipart requests and file uploads problems on the Apache connection

2000-12-08 Thread CPC Livelink Admin
: [EMAIL PROTECTED]; [EMAIL PROTECTED] Assunto:Re: multipart requests and file uploads problems on the Apache connection Take a look at the multipart classes by Jason Hunter that are free for use if you own the book "Java Servlet Programming" from O'Reilly. Th

Re: multipart requests and file uploads problems on the Apache connection

2000-12-07 Thread Sandy McPherson
Sandy McPherson wrote: Looks like the Ajp13 is screwing up! The stuff works properly when I set the servlet protocol to Ajp12 Hi I am running Tomcat 3.2 and Apache 1.3.12. I get some funny behaviour when uploading a file through the apache/tomcat connection. It looks like the input