TEST WEB SERVER 실행 순서
0. 로그인
1) tuser/upassword
1.Orclae 실행
1) 터미널실행
2) > su - oracle
3) > lsnrctl start
4) > sqlplus system/system as sysdba
5) SQL> startup
6) SQL> exit
2. 톰캣 웹서버 실행
1) war 파일 배포
2) cd /usr/dev/tomcat-5.5.27/bin
3) ./startup.sh
4) 동작여부 테스트 : http://localhost:8080/UL/board/list.do?manageIdx=2
3. 톰캣 웹서버 종료
1) cd /usr/dev/tomcat-5.5.27/bin
2) ./shutdown.sh
ALTER DATABASE DATAFILE '/oracle/10g/dbs/UL_LIB.dbf' OFFlINE DROP;
alter database open;
4. Orclae 종료
1) > lsnrctl stop
5. server shutdown
'linux' 카테고리의 다른 글
[linux] cafe24 centos 개발환경 설치하기 (0) | 2017.01.06 |
---|---|
[linux] 하모니카 프로젝트 (0) | 2014.12.01 |
[linux] 라이팅 설정 (0) | 2013.07.29 |
linux 버전 체크 (0) | 2012.03.21 |
tar (0) | 2012.03.21 |