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 로그인

    • 위치 : WAS_HOME /startWebLogic.cmd
    • 콘솔(Administration Console) : http://127.0.0.1:7001/console
  8. console을 통해 DataSource 추가

    • 위치 : Home Page > Domain Configurations > Services > Data Sources
    • DBMS가 Oracle이 아닌 경우 library 추가 할 것.
  9. glue-security-manager-{version}.war 을 security-manager.war 로 파일명 변경 후 deploy

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

    • 주소 : http://127.0.0.1:7001/security-manager
    • 로그인 : admin / pass
      3일간 유효하므로 관리자계정을 추가할 것.