Thu Mar 01 07:22:50 GMT 2007 containerIE don't press cookies to iframe, thus some webapplication fail in this case. To fix that we need to disable cookie but use URL rewrite. In order to do that we need to config webcontainer differencely: Tomcat - http://jf.omnis.ch[..]/disabling-session-cookie-in-tomcat.html Jetty - http://www.mojavelinux.com[..]6/11/disabling_session_cookies_in_jetty/ Resin - http://bbs.chinajavaworld.com[..]com/thread.jspa?threadID=731779&tstart=0 By the way, if you get "java.lang.OutOfMemoryError: PermGen space", may be this blog can help - http://jroller.com[..]try=preventing_java_s_java_lang#comments Adding load balancing with just mod_proxy and mod_rewrite - http://wiki.apache.org/cocoon/LoadBalancingWithModProxy (google search) (amazon search) second |