content header missing using IIS, tomcat and axis

2007-07-26 Thread Daniel Dang
Hi there, I am using IIS version 6.0 talk to tomcat version 5.5.16 with mod_jk and axis version 2.4 client recieved xml soap message fine. The problem is when axis setting a attachments client recieved http error 500 The same server code working fine for apache but not for IIS here is a

Re: Invalid Content-Length error for the size greater than

2007-06-12 Thread Daniel Dang
Bill, I believe I am using mod_proxy_ajp connector because this is what I have on my httpd.conf: ProxyPass /axis ajp://192.168.11.10:8009/axis ProxyPassReverse /axis ajp://192.168.11.10:8009/axis The version of mod_proxy_ajp is Apache/2.2.3 Thanks On Tue, 2007-06-12 at 12:59 -0400, Christopher

Re: Invalid Content-Length error for the size greater than

2007-06-11 Thread Daniel Dang
to thanks to developers people like you guys. Cheers --Daniel Dang On Sun, 2007-06-10 at 13:16 -0700, Bill Barker wrote: Christopher Schultz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, Mark Thomas wrote

Invalid Content-Length error for the size greater than

2007-06-08 Thread Daniel Dang
Hi All I am using Apache-tomcat-5.5.16 version (ajp connector). Every time when I send 2.1GB binary data the apache-tomcat-5.5.16 is working fine. But when I tried to send 3GB binary data I got the following error below: I am looking for a solution to send more than 3GB data to apache-tomcat

Re: IIS and Tomcat 5.5

2007-06-08 Thread Daniel Dang
Hi Mike, The attachment is an instruction that work well for me If you can follow them...! --Daniel On Fri, 2007-06-08 at 14:25 -0400, Michael Angelo wrote: I have followed the instructions on the Apache web site verbatim and I still cannot get IIS and Tomcat 5.5 to work together. I have

Invalid Content-Length error for the size greater than 2147483647

2007-06-06 Thread Daniel Dang
Hi All, I tried to send 3G size data to apache-tomcat-5.5.16 using ajp connector and I got error below.. I think MessageByte.getInt() only allows 2.1Gigabytes data as an Integer only 32 bits because of I send more than 3G data that why Tomcat could not handle this large size. [TP-Processor3]

axis2 vs xfire

2007-06-06 Thread Daniel Dang
Hi All, What's differences between axis2 and xfire? why should I pick axis 2 instead of xfire? Can xfire incorporated with other web services for example c++ OR c#...etc? many thanks in advance! --Daniel - To start a