Apache Software Foundation\Tomcat 6.0\conf\server.xml 내의 포트를 수정해 준다
<!-- A "Connector" represents an endpoint by which requests are received
and responses are returned. Documentation at :
Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)
Java AJP Connector: /docs/config/ajp.html
APR (HTTP/AJP) Connector: /docs/apr.html
Define a non-SSL HTTP/1.1 Connector on port 8088
-->
<Connector port="8088" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<!-- A "Connector" using the shared thread pool-->
<!--
<Connector executor="tomcatThreadPool"
port="8088" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
-->
'Computer > JSP Servlet JavaScript' 카테고리의 다른 글
Eclipse JSP 인코딩 설정 (0) | 2015.01.19 |
---|---|
Eclipse 한글 사용 설정 (0) | 2015.01.19 |
JavaScript 예제 (0) | 2015.01.15 |
JSP navigation 마우스오버 Script (0) | 2015.01.14 |
JSP SQL Injection 방어 기법 (0) | 2014.08.21 |