[JBoss-user] [Installation & Configuration] - Re: jboss stops responding due to Out of Memory error

2005-06-01 Thread ivanli
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 -

[JBoss-user] [HTTPD, Servlets & JSP] - UseJBossWebLoader in 3.2.1

2005-02-24 Thread ivanli
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

[JBoss-user] [Installation & Configuration] - Re: Make each .war have their own classloader

2005-02-23 Thread ivanli
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