검색결과 리스트
jeus에 해당되는 글 4건
- 2013.04.02 [Jeus] Jeus5 스펙
- 2012.07.07 [Jeus] encoding 설정
- 2012.06.20 [Jeus] Tmax jeus
- 2012.06.14 [Jeus] 환경셋팅
글
출처 : http://technet.tmax.co.kr/kr/edocs/jeus/50/server/server-0011.htm#1000
3.8 J2EE 스펙 구현
[표 1]은 Sun Microsystems에서 제정한 J2EE의 스펙 중에서 JEUS 5 를 구현한 목록이다.
표 1. JEUS 5 가 지원하는 J2EE 스펙
Specification/Technology | Version supported in JEUS 5 |
Java 2 Platform, Enterprise Edition Specification | 1.4 |
J2EE Connector Specification | 1.5 |
Enterprise JavaBeans Specification | 2.1 |
Java Server Pages Specification | 2.0 |
Java Servlet Specification | 2.4 |
Java Naming and Directory Interface Specification | 1.2.1 |
Java Message Service Specification | 1.1 |
JDBC Specification | 3.0 |
JavaMail API Specification | 1.2 |
Java Transaction API Specification | 1.0.1 |
Java Transaction Service Specification | 1.1 |
JMX Specification | 1.2 |
JNLP Specification | 1.0.1 |
JAAS | 1.0.1 |
SOAP | 1.1 |
WSDL | 1.1 |
JAX-RPC (Full) | 1.0 |
SAAJ (Full) | 1.1 |
J2EE Web Services | 1.1 |
JACC | 1.0 |
위 스펙에 대한 내용을http://java.sun.com/j2ee/docs.html에서 구할 수 있다.
중요: 사용하는 JEUS edition에 따라서 위 표에서 나열된 모든 기능이 구현되지 않을 수 있다. 자세한 것은 각 JEUS edition의 소개 문서를 참조한다.
'WAS > Jeus' 카테고리의 다른 글
[Jeus] encoding 설정 (0) | 2012.07.07 |
---|---|
[Jeus] Tmax jeus (0) | 2012.06.20 |
[Jeus] 환경셋팅 (0) | 2012.06.14 |
[Jeus 5.0] Eclipse 에서 Jeus 디버깅이 안될때... (0) | 2012.06.14 |
트랙백
댓글
글
[Jeus Home] -> config -> [node name] -> [nodename]_servlet_[engine name] -> WEBMain.xml 수정
default는 WAS가 인코딩을 결정할수 없을때 기본으로 선택하는것
forced는 모든것을 일률적으로 강제하는것
<!--?xml version="1.0"?-->
<!--?XML:NAMESPACE PREFIX = [default] http://www.tmaxsoft.com/xml/ns/jeus NS = "http://www.tmaxsoft.com/xml/ns/jeus" /--><web-container xmlns="http://www.tmaxsoft.com/xml/ns/jeus">
<context-group>
<group-name>MyGroup</group-name>
<print-error-to-browser>true</print-error-to-browser>
<encoding>
<request-encoding>
<default>UTF-8</default>
<forced>UTF-8</forced>
</request-encoding>
<response-encoding>
<default>UTF-8</default>
<forced>UTF-8</forced>
</response-encoding>
<postdata-encoding>
<default>UTF-8</default>
<forced>UTF-8</forced>
</postdata-encoding>
</encoding>
<webserver-connection>
<http-listener>
<listener-id>http1</listener-id>
<port>8088</port>
<thread-pool>
<min>10</min>
<max>20</max>
<step>1</step>
</thread-pool>
</http-listener>
<webtob-listener>
<listener-id>webtob1</listener-id>
<port>9900</port>
<output-buffer-size>8192</output-buffer-size>
<thread-pool>
<min>1</min>
<max>5</max>
<step>1</step>
<max-idle-time>30000</max-idle-time>
</thread-pool>
<webtob-address>localhost</webtob-address>
<registration-id>MyGroup</registration-id>
</webtob-listener>
</webserver-connection>
<logging>
<access-log>
<handler>
<file-handler>
<name>handler1</name>
<valid-day>1</valid-day>
</file-handler>
</handler>
</access-log>
</logging>
</context-group>
<session-cluster>
<session-routing>false</session-routing>
</session-cluster>
</web-container>
'WAS > Jeus' 카테고리의 다른 글
[Jeus] Jeus5 스펙 (0) | 2013.04.02 |
---|---|
[Jeus] Tmax jeus (0) | 2012.06.20 |
[Jeus] 환경셋팅 (0) | 2012.06.14 |
[Jeus 5.0] Eclipse 에서 Jeus 디버깅이 안될때... (0) | 2012.06.14 |
트랙백
댓글
글
소개 : http://technet.tmax.co.kr/kr/edocs/jeus/60/introduction/chapter_What_is_JEUS.html
환경 : http://technet.tmax.co.kr/kr/edocs/jeus/60/introduction/chapter_jeus_environment.html
* 호스트 변경시 유의사항
링크 : http://blog.naver.com/PostView.nhn?blogId=ssamba&logNo=124773497
'WAS > Jeus' 카테고리의 다른 글
[Jeus] Jeus5 스펙 (0) | 2013.04.02 |
---|---|
[Jeus] encoding 설정 (0) | 2012.07.07 |
[Jeus] 환경셋팅 (0) | 2012.06.14 |
[Jeus 5.0] Eclipse 에서 Jeus 디버깅이 안될때... (0) | 2012.06.14 |
트랙백
댓글
글
'WAS > Jeus' 카테고리의 다른 글
[Jeus] Jeus5 스펙 (0) | 2013.04.02 |
---|---|
[Jeus] encoding 설정 (0) | 2012.07.07 |
[Jeus] Tmax jeus (0) | 2012.06.20 |
[Jeus 5.0] Eclipse 에서 Jeus 디버깅이 안될때... (0) | 2012.06.14 |
RECENT COMMENT