June 2012
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Categories

June 2012
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  

Jboss with Apache integration

Jboss with Apache integration

Jboss Apache integration is same procedure of Tomcat Setup. 🙂 so they are not hard to so.

1) Download mod_jk module from

http://www.gtlib.gatech.edu/pub/apache/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.28/i586/

2) Copy mod_jk-1.2.28-httpd-2.2.X.so to /opt/apacheconf

3) Edit the httpd.conf and add the following line Include /opt/apacheconf/mod-jk.conf

4) Create /opt/apacheconf/mod-jk.conf file with the following content LoadModule jk_module /opt/apacheconf/mod_jk-1.2.28-httpd-2.2.X.so JkWorkersFile […]

Jboss Linux Tuning

Jboss Linux Tuning

Linux Tuning Optimization

1) Commands to check current settings before updating sys parameters ——————————————————— cat /proc/sys/fs/file-max

ulimit -n

cat /proc/sys/net/core/rmem_default cat /proc/sys/net/core/wmem_default cat /proc/sys/net/core/rmem_max cat /proc/sys/net/core/wmem_max

/sbin/ifconfig -a eth0 Link encap:Ethernet HWaddr inet addr: Bcast: Mask: inet6 addr: fe80::250:56ff:febf:7f5a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:9313376 errors:0 dropped:0 overruns:0 frame:0

[…]