2007年4月3日星期二

jboss控制台左边applet运行问题

There's the way I solved the problem with the jboss-4.0.5.GA and the error
Code:
error java.lang.NoClassDefFoundError: org/jboss/util/stream/IMarshalledValue

Copy
jboss-4.0.5.GA/lib/jboss-common.jar
in
jboss-4.0.5.GA/server/default/deploy/management/console-mgr.sar/web-console.war

Copy
jboss-4.0.5.GA/server/minimal/lib/jboss-minimal.jar
in
jboss-4.0.5.GA/server/default/deploy/management/console-mgr.sar/web-console.war

Then modify
jboss-4.0.5.GA/server/default/deploy/management/console-mgr.sar/web-console.war/applet.jsp
this way:
...
code="org.jboss.console.navtree.AppletBrowser"
archive="applet.jar,jboss-minimal.jar,jboss-common.jar">

没有评论: