1 / 48

BEA WebLogic 5.1.0 version Practice

BEA WebLogic 5.1.0 version Practice. 장성봉 http://ejavaschool.com.ne.kr. Below is a list of the J2EE 1.3 APIs included in BEA WebLogic Server 7.0. EJB 2.0 J2EE Connector Architecture1.0 JDBC 2.0 JSP 1.2 Servlet 2.3 JTA 1.0.1 JMS 1.0.2 JNDI 1.2 Java RMI 1.0 RMI/IIOP 1.0

beyla
Download Presentation

BEA WebLogic 5.1.0 version Practice

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BEA WebLogic 5.1.0 version Practice 장성봉 http://ejavaschool.com.ne.kr

  2. Below is a list of the J2EE 1.3 APIs included in BEA WebLogic Server 7.0 • EJB 2.0 • J2EE Connector Architecture1.0 • JDBC 2.0 • JSP 1.2 • Servlet 2.3 • JTA 1.0.1 • JMS 1.0.2 • JNDI 1.2 • Java RMI 1.0 • RMI/IIOP 1.0 • JAAS 1.0 • JavaMail 1.1 • JAXP 1.1 • 참조:http://www.bea.com/products/weblogic/server/j2ee_13_compliance.shtml

  3. 1. Download • http://beasys.co.kr/download.shtml/ • Notice : Platform은 win 2000 을 사용권장. 평가판 다운 받으려면 사용자 등록을 요구함. • 다운 순서 : • 먼저 BEA Web Logic Server 5.1.0 다운 • 서비스 팩 설치 : WebLogic Server 5.1.0 Service Packs, 반드시 4번 설치요망.. • 순서 -

  4. http://beasys.co.kr/download.shtml(1) Menu 중 BEA WebLogic Server click

  5. http://beasys.co.kr/downloads/weblogic_server.shtml#wls(2) Platform 선택 (windows NT)

  6. (3) click

  7. (4) I Accept click

  8. (5) Http Download click

  9. http://beasys.co.kr/download.shtml/(6) WebLogic Server 5.1.0 Service Pack Download

  10. http://beasys.co.kr/downloads/weblogic_server.shtml#wls(7) Servic pack 4번 선택

  11. (8) Proceed to Download Button Click

  12. (9) I Accept Button Click

  13. (10) WebLogic service pack 4 Downloading

  14. WebLogoc 설치

  15. Servic Pack File sets1

  16. Servic Pack, WebLogic Directory안으로 압축 해제 설치2

  17. 압축 해제 후 D:\weblogic directory 3

  18. Jar File Copy 4

  19. D:\weblogic\lib Dirctory에 Jar File Paste 5

  20. Jar File Paste 확인 6

  21. Licence File 확인 7

  22. 각 Directory 기능 설명

  23. bin directory -WebLogic Server, Consol, 각종 Utility와 Library 제공 1

  24. classes - WebLogic Server를 위한 각종 class File 제공 2

  25. examples – WebLogic에서 제공하는 기본 예제 제공 3

  26. licence –라이센스 내용 설명 4

  27. lib –각종 Platform별 library와jar 파일 제공 5

  28. myserver –각종 log file과 개발자가 개발한 JSP, Servlet file 제공 6

  29. WebLogic Environment set – setEnv bat file edit

  30. Path 추가 • Set WL_HOME=d:\weblogic • Set JAVA_HOME=d:\j2sdk1.4.0 • Set CLASSPATH = 뒷 부분에 d:\samples\classes 추가 • Windows 탐색기에서 D:\에 sample\classes directory 생성할 것. • 실습 작업 공간임.

  31. set WL_HOME, set JAVA_HOME

  32. set CLASSPATH

  33. d:\sample\classes 폴더 생성

  34. startWebLogic bat file edit

  35. JVM Class Path 추가 1 • SetJAVA_CLASSPATH=d:j2sdk\jre\lib\ext\jkjdbc.jar;d:j2sdk\jre\lib\ext\classes12.zip;d:\weblogic\lib\weblogic510sp4boot.jar; .\lib\weblogic510sp12boot.jar;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar • Class loder에는 JVM loder와 WebLogic 자체 loder가 있는데 각 각 load되는 class를 등록해야 한다. • 서비스 팩과 JDBC DRIVER 등록.

  36. Weblogic class path 등록 2 • set WEBLOGIC_CLASSPATH=d:\weblogic\lib\weblogic510sp4.jar;.\license;.\lib\weblogic510sp12.jar;.\classes;.\lib\weblogicaux.jar;.\myserver\serverclasses;d:\sample\classes • WebLogic Service Pack과 개발 실습용으로 생성한 classes 폴더 경로를 등록한다.

  37. sartWeblogic bat file save 3

  38. weblogic.properties file

  39. weblogic.properties file 기능 • WebLogic Server의 모든 환경 속성 정의. • EJB compinent 등록, connection pool 설정, JSP, Servlet Service 등록. • WebLogic Server 설치할 때 등록한 password가 이 파일에 기록되어 있음. • System password 설정 기능.

  40. WebLogic Server start

  41. http://localhost:7001/index.htmlWebLogic 실행 Test

  42. Server Adminhttp://localhost:7001/AdminMain

  43. ID-system, Password-설치 시 입력한 Password

  44. 서버 관리 모니터링 servlet

  45. WebLogicConsol-Server 상태 모니터링

  46. webLogic Server와 연결Password 입력

  47. Dos Command 사용법 1 • WebLogic Consol 실행 명령어D:\weblogic>java weblogic.Consol • WebLogic start 1 D:\weblogic>setenv.cmd • WebLogic start 2 D:\weblogic>startweblogic.cmd • Shut down D:\weblogic> java weblogic.Admin http://localhost:7001/ SHUTDOWN system password

  48. Dos Command 사용법 2 • Server version 확인 D:\weblogic> java weblogic.Admin http://localhost:7001/ VERSION • DB Pool Reset D:\weblogic> java weblogic.Admin http://localhost:7001/ RESET_POOL poolname system password • Ping D:\weblogic> java weblogic.Admin http://localhost:7001/ PING ping횟수 packet의 수

More Related