http://bugs.sun.com/view_bug.do?bug_id=4975146
http://forums.oracle.com/forums/thread.jspa?threadID=933725&tstart=0
web应用发布在WebLogic上,使用java applet发生如上问题。
可能的原因:
1、It appears that for some reason it is redirecting to the login page, which it is attempting to read as a Java class resulting in ClassFormatError. (这就是我的情形)
2、Please check if your .../server/lib/consoleapp/webapp/WEB-INF/weblogic.xml has the cookie-http-only disabled (as below).
<cookie-http-only>false</cookie-http-only>
3、404问题,可以改动 META-INF/services/javax.xml.parsers.DocumentBuilderFactory "com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl"
本文探讨了在WebLogic服务器上部署Web应用时遇到的JavaApplet问题,包括重定向到登录页面导致的ClassFormatError错误、weblogic.xml配置问题及404错误的解决方案。
808

被折叠的 条评论
为什么被折叠?



