728x90 반응형 SMALL IT281 tomcat clustering and load balancing with HAProxy - PART2 Tomcat: Clustering and Load Balancing with HAProxy under Ubuntu 10.04 - Part 2ReviewIn the previous section, we've set-up a simple environment containing a clustered Tomcat instances and HAProxy for load balancing. In this section, we will test our load balancing environment and explore various strategies to improve our setup. Table of ContentsSetting-up the Environment Download TomcatConfigure .. 2013. 12. 23. tomcat clustering and load balancing with HAProxy - PART1 Tomcat: Clustering and Load Balancing with HAProxy under Ubuntu 10.04 - Part 1IntroductionIn this article we will explore how to setup a simple Tomcat cluster and load balancing using HAProxy. Our environment will consists of two Tomcat (latest version) instances running under Ubuntu Lucid (10.04 LTS). We will use sample applications from the built-in Tomcat package to demonstrate various scenar.. 2013. 12. 23. mysql 사용자 추가 MySQL Add USER (사용자 추가) 사용자 추가는 2가지 방법이 있습니다. 사용자를 추가하기 위해서는 'root' 계정으로 로그인 하여야 하구요. 아래 2가지 방법으로 사용자를 추가 할 수 있습니다. 1. GRANT 명령을 통한 추가 (root 계정 로그인)> GRANT ALL PRIVILEGES ON 접근허용 데이터베이스.* TO '사용자ID'@'%' IDENTIFIED BY ' 비밀번호' WITH GRANT OPTION; 2. 직접 사용자 테이블에 등록. (root 계정 로그인) > use mysql;> insert into user (host, user, password) values ('%', '사용자ID', password('비밀번호'));> GRANT ALL ON 접근허용 데이터베이스... 2013. 12. 23. Cannot find a valid baseurl for repo Cannot find a valid baseurl for repo 는일반적으로 nameserver 설정이 안되어 있으면 발생한다.vi /etc/resolv.conf nameserver 가 설정되어 있지 않다면 nameserver 168.126.63.1 nameserver 168.126.63.2 search localdomain 설정 후 다시 yum 이렇게 해서 안되면 base url 등을 확인해 봐야 한다.[출처] Cannot find a valid baseurl for repo 발생시|작성자 NDH 2013. 12. 23. 이전 1 ··· 53 54 55 56 57 58 59 ··· 71 다음 728x90 반응형 LIST