[JBoss-user] [Installation & Configuration] - is it possible to use unix sockets between mod_jk2 and jboss

2004-06-03 Thread boubou2
I have read that mod_jk2 can not dialog with jetty using unix sockets (only tcp sockets). Is it also true for the integrated tomcat in jboss. Normaly you can use unix socket between tomcat and mod_jk2 (using jk2.properties to declare where the UNIX domain socket is located). Where should i decla

[JBoss-user] [Beginners Corner] - is it possible to use unix sockets instead of tcp sockets wh

2004-06-03 Thread boubou2
I have read that mod_jk2 can not dialog with jetty using unix sockets (only tcp sockets). Is it also true for the integrated tomcat in jboss. Normaly you can use unix socket between tomcat and mod_jk2 (using jk2.properties to declare where the UNIX domain socket is located). Where should i decla

[JBoss-user] [Installation & Configuration] - Re: many java processes when running jboss

2004-05-28 Thread boubou2
Thanks again for your help. I have installed a Fedora Core 1 and I have recompiled a new monolitic linux kernel (from kernel.org). I should have enough information now to tune my server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836681#3836681 Reply to

[JBoss-user] [Installation & Configuration] - Re: many java processes when running jboss

2004-05-28 Thread boubou2
Ok, Thanks for your answer. But there is still something I don't understand. How come, why when I use the default kernel and I start jboss and I do some ps I have only one java line. But with the new compiled kernel I still have 51 lines (when doing a ps -ax |grep java) when jboss has completl

[JBoss-user] [Installation & Configuration] - many java processes when running jboss

2004-05-28 Thread boubou2
I have installed a linux machine with a new kernel (2.4.26). I have installed j2sdk1.4.2_04 and jboss 3.2.3. when I run jboss i can see many differents java processes! (when I do a ps -ax |grep java I can see about 51 java processes!) why? Normaly there should be only one java process. Thanks