[jboss-user] [JBoss jBPM] - Re: 3.2.1 web console does not work under jboss 4.0.5
mputz
do-not-reply at jboss.com
Mon Jul 9 11:15:05 EDT 2007
@gogoasa
The messages you are referencing from the log are in fact INFO messages, which are just incorrectly written to STDERR and then wrapped by the logging system to ERROR level. So nothing to bother really. Do you get any other errors that indicate the web console doesn't work?
Regarding isolation, instead of changing the class loader setting for the complete app server, you could do this on a per-application basis as well. In your case by setting it inside your *.ear/META-INF/jboss-appl.xml configuration. Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration for a complete overview of this topic.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062029#4062029
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062029
More information about the jboss-user
mailing list