我又一个应用项目,使用C#开发的,用visualmainwin转成java以后再weblogic 8.1上发布,现在单服务器发布没有问题了,可是客户方环境用的是weblogic集群做的负载均衡,现在在managedserver上面发布了一个代理应用,通过代理访问发布在集群上的应用无法访问,谁知道如何解决阿???????访问页面的时候managedserver的控制台报如下错误:<2006-9-28 下午01时23分22秒 CST> <Error> <HTTP> <BEA-101104> <Servlet execution
in servlet context "ServletContext(id=27535573,name=proxyApp,context-path=)" fai
led, java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '6' b
ytes instead of stated: '1997' bytes..
java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '6' bytes
instead of stated: '1997' bytes.
        at weblogic.servlet.internal.ServletOutputStreamImpl.ensureContentLength
(ServletOutputStreamImpl.java:470)
        at weblogic.servlet.internal.ServletResponseImpl.ensureContentLength(Ser
vletResponseImpl.java:1199)
        at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImp
l.java:1211)
        at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2635)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
>