This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[JBoss AS7 클러스터 기동 로그] | |
root@ip-10-161-5-236:/project/AA+/servers/jboss-as-7.1.1.Final/standalone-node1# ./startNode.sh | |
================================================ | |
JBOSS_HOME=/project/AA+/servers/jboss-as-7.1.1.Final | |
SERVER_HOME=/project/AA+/servers/jboss-as-7.1.1.Final/standalone-node1 | |
NODE_NAME=standalone-node1 | |
JAVA_OPTS=-server -noverify -Xms256m -Xmx256m -XX:PermSize=128m -XX:MaxPermSize=128m -Xss160k -verbose:gc -Xloggc:/project/AA+/servers/jboss-as-7.1.1.Final/standalone-node1/gclog/gc.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/project/AA+/servers/jboss-as-7.1.1.Final/standalone-node1/gclog/java_pid.hprof -Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true -Djboss.socket.binding.port-offset=100 -Djboss.bind.address=127.0.0.1 -Djboss.bind.address.management=127.0.0.1 -Djboss.bind.address.unsecure=127.0.0.1 -DDOMAIN_IP=12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[설정성공] | |
# JBoss AS 7.1 Clustering behind Amazon ELB | |
https://community.jboss.org/thread/195729\ | |
[참고자료] | |
# ModCluster Design | |
https://community.jboss.org/wiki/ModClusterDesign | |
# Chapter 7. List of Protocols |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mod_cluster setup] | |
참조 (httpd-2.4.x 위주, JBoss AS7 domain mode) | |
http://www.openlogic.com/blog/bid/247607/JBoss-AS7-Clustering-Using-mod_cluster-and-http-2-4-Part-1 | |
http://www.openlogic.com/blog/bid/256141/JBoss-AS7-Clustering-Using-mod_cluster-and-http-2-4-Part-2 | |
http://www.openlogic.com/blog/bid/270433/JBoss-AS7-Clustering-Using-mod_cluster-and-http-2-4-Part-3 | |
http://tech-sketch.jp/2012/04/jbossas.html | |
참조 (JBoss AS7 standalone mode 위주) | |
http://middlewaremagic.com/jboss/?tag=mod_cluster-apache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[설치 준비] | |
$ cd /project/AA+/servers | |
$ wget http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.tar.gz | |
$ tar xvfz jboss-as-7.1.1.Final.tar.gz | |
[management user생성] | |
$ cd /project/AA+/servers/jboss-as-7.1.1.Final/bin | |
$ ./add-user.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
저희 AA+스터디그룹 github 주소입니다. | |
https://github.com/organizations/AAPlus | |
# Github 가입하세요. | |
www.github.com | |
# Git 사용법 참고 | |
http://mobicon.tistory.com/258 | |
http://jonas.nitro.dk/git/quick-reference.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### Apache-2.4.4 installation #### | |
[컴파일 및 설치 대상] | |
apache-apr.1.4.6 | |
apache-apr-util.1.5.1 | |
apache-httpd-2.4.4 | |
[APR 이란?] | |
APR - 여러 플랫폼에 적용가능하도록 하나의 api를 사용해서 compile 하도록 구성함. | |
APR-UTIL - 여러 편리한 API를 제공 |
NewerOlder