Deploy on WebLogic

  1. 다운로드 "DEVELOPERSILAN.agent.installer.win32.win32.x86.zip"

  2. 압축을 풀어 설치 실행하기 "install.exe"

  3. WebSphere Customization Tollbox을 통해 프로파일 생성 후 첫 번째 단계(First steps) 실행

  4. 관리콘솔 실행

  5. CONFIG_PATH 추가

    • 위치 : 관리콘솔 > Servers > Server Types > WebSphere application servers > 서버선택

      ==> Configuration 탭 -> Server Intrastructure -> Java and Process Management -> Process definition 이동

      ==> Additional Properties -> Java Virtual Machine 이동

      ==> Generic JVM arguments 입력창

      -Dcom.ibm.xml.xlxp.jaxb.opti.level=3 -DCONFIG_PATH=C:/glueconf 
      

      ==> Apply

      ==> Save

      ==> 서버 Restart

  6. security-manager.properties 를 복사

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

    • 위치 : CONFIG_PATH로 지정된 곳 ( C:/glueconf )
  8. Shared library 구성

  9. DataSource 구성

  10. glue-security-manager-{version}.war 을 security-manager.war 로 파일명 변경 후 install

    • 위치 : 관리콘솔 > Applications > New Application > New Enterprise Application
  11. Shared library references 구성

    • 위치 : 관리콘솔 > Applications > Application Types > WebShpere enterprise applications > application 선택

      ==> Shared library references -> checkbox -> Reference shared libraries 클릭 -> Available 에서 Selected로 이동

  12. application 상태 변경

    • 위치 : 관리콘솔 > Applications > Application Types > WebShpere enterprise applications > application 선택

      ==> checkbox -> Start 클릭

  13. 로그인

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