[WebLogic8.1 환경설정]

[WebLogic8.1 환경설정]
 - why? : EJB Container 사용

1. 웹로직 설치
2. configration wizard : mydomain 추가

[Web Context 추가 및 확인]
1. C:\bea8\user_projects\domains\mydomain\applications
   - webtest
        ㄴ WEB-INF
       ㄴ web.xml
       ㄴ weblogic.xml
        ㄴ index.html

2. console 에서 web application module 추가
   mydomain - deployments - web application modules
   Deploy a new Web Application Module...

   webtest target & deploy

3. http://localhost:7001/webtest/index.html 확인


[ejb deploy]
- java -> class
- 3개 java -> 3개 class (aaa.jar)
- web context -> 1개 war

html -> hello world
serlvet -> web.xml
jsp -> hello world
ejb -> hello world! -> 분산처리 -> ejb

by 치자씨 | 2008/03/20 14:09 | EJB | 트랙백

◀ 이전 페이지 다음 페이지 ▶