If you are running on Unix/Linux, look into increasing the file descriptor
setting for the OS.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879816#3879816
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879816
-
Hi,
Can anyone confirm if UseJBossWebLoader is a valid attribute in the
jboss-service.xml for JBoss 3.2.1? Is there a repository for 3.2.1
documentation?
Thanks in advance.
-Ivan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867795#3867795
Reply to the p
Hi,
Since you are using an ear file, you will need to create a jboss-app.xml in
your META-INF directory which should have an entry like the following:
|
| test.log:loader=xxx.war
|
java2ParentDelegation=false
|
|
|
See the Using your own log4j.xml file - cl