2014/02 16

[리눅스] ftp 설정 (proftp)

리눅스의 ftp 서버 중 proftp 를 설치하고 설정한 후 서비스를 시작/종료해보자. 1. proftp 설치1. 다운로드 http://www.proftpd.org 에 접속하면, 최신 버전을 다운로드할 수 있다. 2.압축 해제 (예:/test/proftpd-1.3.3e) [root @linux]#pwd /test [root @linux]#ls proftpd-1.3.2.tar.gz [root @linux]#tar xvfz proftpd-1.3.3e.tar.gz [root @linux]#cd proftpd-1.3.3e 3.컴파일 및 설치 [root @linux]#./configure --prefix=/usr/local/proftpd -enable-autoshadow –enable-shadow -enable-..

운영체제 2014.02.24

[was][tomcat] 톰켓 실행시 setclasspath.sh 오류가 발생하는 경우

Cannot find /Library/Tomcat/Home/bin/setclasspath.shWhen starting Tomcat on Lion:$ /Library/Tomcat/bin/startup.sh And you encountered this error:Cannot find /Library/Tomcat/Home/bin/setclasspath.sh This file is needed to run this programjust unset the CATALINA_HOME variable:$ unset CATALINA_HOME Then run this again: /Library/Tomcat/bin/startup.sh Then visit http://127.0.0.1:8080 Troubleshooting ..

프로그램 2014.02.20