분류 전체보기213 Starting Tomcat as a Service on Linux (리눅스 부팅시 Tomcat 시작하기 ) 1. Save tomcat start / stop script vi /etc/init.d/tomcat 파일 생성하기 # vi /etc/init.d/tomcat # chkconfig: 345 91 10 # description: Starts and stops the Tomcat daemon. # # Source function library. . /etc/rc.d/init.d/functions # Get config. . /etc/sysconfig/network # Check that networking is up. [ "${NETWORKING}" = "no" ] && exit 0 tomcat=/usr/local/jakarta-tomcat startup=$tomcat/bin/startup.sh shutdo.. 2020. 4. 27. Install Webmin on CentOS 6 [1] Install required Perl module first. [root@rfid ~]# yum -y install perl-Net-SSLeay [2] Download Webmin and install it ( http://download.webmin.com/download/yum/ ) [root@rfid ~]# wget http://download.webmin.com/download/yum/webmin-1.610-1.noarch.rpm --2013-01-11 16:33:08-- http://download.webmin.com/download/yum/webmin-1.610-1.noarch.rpm Resolving download.webmin.com... 108.60.199.115 Connecti.. 2020. 4. 27. Jboss 7.1.1 as Windows service 1. jboss 사이트에서 알맞은 download http://www.jboss.org/jbossweb/downloads/jboss-native-2-0-10 2. service.bat 수정 다운받은 파일은 jBoss 5.0 기준으로 작성되어 있으므로 7.1 기준으로 수정함 --------------------------------기존파일(5.0)에서 7.1 기준으로 수정한 파일내용------------------- --------------------------------서비스로 등록하여 부팅시 서비스 시작 확인, 그외는 미확인---------- -------------------------------run.log는 로그위치를 수정가능함.--------------------------------- @ec.. 2020. 4. 27. CentOS / DNS server 1. webmin 설치후 2. webmin 접속한뒤 3. https://192.168.0.71:10000/bind8 로 접속하면 Module Index Help.. Install Package Installing package(s) with command yum -y install bind .. ..... .. install complete. 을 진행함.. 4. https://192.168.0.71:10000/ 다시 접속하면 Servers > BIND DNS Server 존재함. 5. Webmin > BIND DNS Server > Edit Config File 내용중에 아래내용을 확인하여 수정함 options { ... listen-on port 53 { any; }; ... allow-query { .. 2020. 4. 27. 이전 1 ··· 19 20 21 22 23 24 25 ··· 54 다음 반응형