I am trying to deploy a flex client on Sun's WebServer 6.1 (I know this is not a supported configuration, but this is the requirement).
The pages compile and display correctly, but whenever an HTTPService is called, the client waits indefinitely with the wait cursor on the screen without calling the result handler. The HTTPService is fine, and can be called directly from the browser. When tracing the <http-service-proxy-debug> debug logs, one possible problem is the headers in the response from the service call. The 'Transfer-encoding: chunked' is not present in the (operational) Tomcat deployment of the same client. Sun WebServer 6.1 (broken) INFO -- Cookie in response: domain = 'walsun2.centervilletech.com', path = '/', client name = 'JSESSIONID', endpoint name = 'JSESSIONID', value = 'A8F7BD1317EB255D3E24C2FD42C70F7F INFO -- Header in response: Server : Sun-ONE-Web-Server/6.1 INFO -- Header in response: Date : Wed, 20 Jul 2005 17:28:29 GMT INFO -- Header in response: Content-type : text/xml; charset=UTF-8 INFO -- Header in response: Transfer-encoding : chunked INFO -- Begin GET response -- INFO <?xml version="1.0" encoding="UTF-8"?> ... Tomcat 5.5 (works) INFO -- Cookie in response: domain = 'localhost', path = '/', client name = 'JSESSIONID', endpoint name = 'JSESSIONID', value = '12494FCC43F01E9ECE2AFD27A6F2066F INFO -- Header in response: Server : Apache-Coyote/1.1 INFO -- Header in response: Pragma : No-cache INFO -- Header in response: Cache-Control : no-cache INFO -- Header in response: Expires : Wed, 31 Dec 1969 19:00:00 EST INFO -- Header in response: Content-Type : text/xml;charset=UTF-8 INFO -- Header in response: Date : Wed, 20 Jul 2005 17:41:09 GMT INFO -- Begin GET response -- INFO <?xml version="1.0" encoding="UTF-8"?> ... Has anyone deployed under Sun Webserver 6.1? Is the Transfer-encoding at fault? Is there a work-around? Thanks, in advance. ...Col -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

