Platform/설정
-
PythonPlatform/설정 2017. 4. 11. 23:27
- Linux에서 Python 설치 (Centos) 리눅스 설치 방법은 여러 방법이 있는데, 아래는 이중 한 예로 Centos 7에서 수작업으로 최신 버젼을 다운받아 설치하는 예이다. # yum install zlib-devel (-y) # yum install openssl openssl-devel (-y) 01. 아래 URL에서 압축파일 다운로드$ wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tar.xz 02. 압축해제$ tar xf Python-3.5.1.tar.xz 03. 빌드$ cd ./Python-3.5.1 $ ./configure --prefix=/usr/local --enable-shared LDFLAGS="-Wl,-rpath /u..
-
JSTLPlatform/설정 2012. 8. 13. 16:24
the JSP Standard Tag Library specificationthe Apache Standard TaglibVersions 1.0 and 1.1 of JSTL are implementedrequires Servlet 2.4, JavaServer Pages 2.0 standard.jar, jstl.jar 파일을 WEB-INF/lib에 복사jakarta-taglibs-standard-1.1.2.zipjakarta-taglibs-standard-1.1.2\lib$CATALINA_HOME/webapps/examples/WEB-INF/lib 참조 사이트:http://tomcat.apache.org/taglibs/
-
서블릿Platform/설정 2011. 8. 14. 22:23
웹 컨테이너http://localhost:8080/manager/html%CATALINA_HOME%\conf\tomcat-users.xml %CATALINA_HOME%\conf\context.xml WEB-INF/web.xml 웹 애플리케이션 디렉토리 1. 서블릿 클래스를 작성한다.2. 서블릿 클래스를 컴파일한다.javac -cp %CATALINA_HOME%\lib\servlet-api.jar ...or"C:\Program Files\Java\jdk1.6.0_32\jre\lib\ext\servlet-api.jar"3. 서블릿 클래스를 설치한다.%APP_HOME%\WEB-INF\classes\HundredServlet.class변경시 톰캣은 웹 애플리케이션을 수동으로 리로드해야 될 수도 있다.http://..
-
JSPPlatform/설정 2011. 8. 3. 14:25
WAS 톰캣 Servlet컨테이너만 있고, EJB컨테이너는 없다. 웹로직 OC4j 웹스피어 제우스 JBoss %CATALINA_HOME%\conf\server.xml 웹 어플리케이션이 포함되는 서버에 관한 정보 .appBase 웹 어플리케이션 폴더가 위치할 기본 폴더 %CATALINA_HOME%의 상대경로 웹 어플리케이션과 관련된 설정 정보 .path 웹 어플리케이션의 경로명 request.getContextPath() .docBase 웹 어플리케이션이 위치한 폴더 .. .. .. .. .. 웹 어플리케이션의 폴더 구조 WEB-INF web.xml 웹 어플리케이션에 대한 전반적인 설정 정보 웹 어플리케이션의 초기화 파라미터 데이터베이스 연결과 관련된 설정 파일의 경로, 로깅 설정 파일, 웹 어플리케이션의..
-
ASPPlatform/설정 2011. 4. 30. 17:56
asp 파일은 홈 디렉토리나 가상 디렉토리에 위치해서 실행될 수 있어야 된다. 디렉토리의 등록 정보에서 '웹 공유' 탭에서 가상 디렉토리로 만들 수 있다. // 어플리케이션? global.asa 파이어폭스에서 '인증이 필요함' 창이 뜰 때 가상 디렉토리의 [등록 정보|디렉터리 보안|익명 액세스 및 인증제어|익명 액세스] 체크 쓰기 권한은 탐색기와 '인터넷 서비스 관리자' 동시에 설정 윈도우 서버? 참조 사이트: http://www.webdeveloper.com/forum/archive/index.php/t-58058.html