티스토리 뷰
C:\JBoss\server\default\deploy\jboss-web.deployer\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 8080
-->
<Connector port="8080" address="${jboss.bind.address}"
maxThreads="250" maxHttpHeaderSize="8192"
emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
기본 8080을 변경하면 된다.
파일 수정
<!-- 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 8080
-->
<Connector port="8080" address="${jboss.bind.address}"
maxThreads="250" maxHttpHeaderSize="8192"
emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
기본 8080을 변경하면 된다.
'SEVER' 카테고리의 다른 글
[GlassFish] JDBC ConnectionPool 설정. (0) | 2008.04.10 |
---|---|
Tomcat 이년이 jsp examples나 servlet examples를 제대로 안뿌려줄 때. (1) | 2008.01.01 |
JBoss Port 변경 (0) | 2007.11.10 |
JBoss 설치 (0) | 2007.11.01 |
DataBaseConnectionPool 사용법 - (Tomcat 5.5.4) (0) | 2007.06.23 |
Mysql + Apache + JDK + Tomcat + Apache-Tomcat Connector 설치;; (7) | 2007.03.16 |
댓글
공지사항
- Total
- 366,236
- Today
- 19
- Yesterday
- 20
링크
TAG
- MySQL
- css
- eclipse
- Toad
- Linux
- port
- utf8
- tomcat
- javascript
- proxy
- Oracle
- java
- html
- Row
- DATABASE
- sql
- select
- JSP
- ubuntu
- apache
- plugin
- 오라클
- Encoding
- 한글
- NLS
- 연동
- html5
- Charset
- AJP
- Decompiler