[Jeus] Jeus5 스펙

WAS/Jeus 2013. 4. 2. 15:25

출처 : 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
posted by 뚱2

[Jeus] encoding 설정

WAS/Jeus 2012. 7. 7. 20:59

[Jeus Home] -> config -> [node name] -> [nodename]_servlet_[engine name] -> WEBMain.xml 수정 

default는 WAS가 인코딩을 결정할수 없을때 기본으로 선택하는것

forced는 모든것을 일률적으로 강제하는것





    
        MyGroup
        true
        
            
				UTF-8
                UTF-8
            
            
				UTF-8
                UTF-8
            
            
				UTF-8
                UTF-8
            
        
		
            
                http1
                8088
                
                    10
                    20
                    1
                
            
            
                webtob1
                9900
                8192
                
                   1
                   5
                   1
                   30000
                
                localhost
                MyGroup
            
        
        
            
                
                    
                        handler1
                        1
                    
                
            
        
    
    
        false
    


'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
posted by 뚱2

[Jeus] Tmax jeus

WAS/Jeus 2012. 6. 20. 14:17

소개 : 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
posted by 뚱2

[Jeus] 환경셋팅

WAS/Jeus 2012. 6. 14. 16:43

링크 : http://blog.naver.com/PostView.nhn?blogId=lsv400&logNo=100128102099 

'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
posted by 뚱2

Jeus 연동해서 작업하면서 별 삽질을 다 하네요.


1. JEUS_HOME 위치로 이동

2. config -> [노드명] 이동

3.  JEUSMAIN.xml 수정




'WAS > Jeus' 카테고리의 다른 글

[Jeus] Jeus5 스펙  (0) 2013.04.02
[Jeus] encoding 설정  (0) 2012.07.07
[Jeus] Tmax jeus  (0) 2012.06.20
[Jeus] 환경셋팅  (0) 2012.06.14
posted by 뚱2