반응형
1. TOMCAT 설치
- http://tomcat.apache.org에서 tomcat 다운로드<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
# tar zxvf apache*
# mv apache-tomcat-버전(기존 폴더이름) /usr/local/tomcat
# vi /etc/profile
export TOMCAT_HOME='/usr/local/tomcat'
export PATH=$PATH:$TOMCAT_HOME/bin
export CLASSPATH=$CLASSPATH:$TOMCAT_HOME/common/lib/jsp-api.jar:$TOMCAT_HOME/common/lib/servlet-api.jar
(생략해도 관계 없음)
# startup.sh
# http://localhost:8080 으로 접속해본다. (고양이 그림이 나오면 성공)
2. TOMCAT 플러그인 설치
- http://www.eclipsetotale.com/tomcatPlugin.html-> PluginV321.zip 다운받기
- plugins에 압축풀기
- Eclipse 실행 후 Window -> Preferences 선택
- TOMCAT 설치 경로와 버전 설정
3. TOMCAT 플러그인 설치 확인
# vi /usr/share/tomcat5/bin/relink
For(webapp in $(find $CATALINA_HOME/webapps –mindepth 1 –maxdepth 2 –typed) ; do
728x90
반응형
'개발도구 > WAS' 카테고리의 다른 글
Tocat 6.0 Cotext setting (0) | 2019.08.11 |
---|---|
Tomcat에서 DBCP 사용 (0) | 2019.08.11 |
tomcat + openssl (0) | 2019.07.31 |
tomcat port 추가 (0) | 2019.07.27 |
tomcat favicon setting (0) | 2019.07.27 |