Deploy on WebLogic

Deploy on WebLogic

  1. 다운로드 “wls1213_dev.zip”

  2. 압축풀기 “wls1213_dev.zip”

  3. "README_WIN.txt 참고해서 설치

    cd D:\wls12130
    set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_75
    set MW_HOME=D:\wls12130
    configure.cmd
    
  4. CONFIG_PATH 추가

    • 위치 : WAS_HOME /bin/setDomainEnv.cmd
      set JAVA_OPTIONS=%JAVA_OPTIONS%  -DCONFIG_PATH=C:/glueconf  %JAVA_PROPERTIES%
      
  5. security-manager.properties 를 복사

    • 위치 : CONFIG_PATH로 지정된 곳 ( C:/glueconf )
      queryLoader.rootPath=query
      glue-security-dataSource.jndiname=jdbc/oracle/GlueSecurityDS
      glueUserService.crc=true
      log.file.path=C:/logs/security-manager.log
      
  6. 라이센스 정보 파일 복사

    • 위치 : CONFIG_PATH로 지정된 곳 ( C:/glueconf )
  7. WebLogic 실행후 console 로그인

  8. console을 통해 DataSource 추가

    • 위치 : Home Page > Domain Configurations > Services > Data Sources
    • DBMS가 Oracle이 아닌 경우 library 추가 할 것.
    • 위치 : WAS_HOME /lib 또는 console > Home Page > Domain Configurations > Your Deployed Resources > Deployments
    • DBMS 별로 JDBC Driver 설치 필요
      edb-jdbc16.jar
      mysql-connector-java.jar
  9. glue-security-manager-{version}.war 을 security-manager.war 로 파일명 변경 후 deploy

    • 위치 : WAS_HOME /autodeploy
  10. 로그인