728x90
반응형
1. telnet ip port 로 cmd 에서 쳐보기
- telnet 128.129.230.1 12200
2. 내부 톰캣 떠있나 확인
- webapps/ROOT/index.jsp 만들고 ‘hello’ 라고 찍고
- webapps/ROOT/WEB-INF/web.xml
<web-app version="3.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemalocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> </web-app>
3. wget http://localhost:port/index.jsp 가 받아지나 확인
4. IPTABLE-config 에 방화벽 포트 정보 있음.
'Utils & Infra & Tool > Tomcat' 카테고리의 다른 글
Tomcat DataSource 비밀번호 암호화 (그 외 값들도 암호화 가능) (0) | 2017.11.24 |
---|---|
Tomcat 에 Atomikos 설정 (Mysql, Oracle) (0) | 2017.11.24 |
댓글