[JEUS] DB password 암호화 DB password 암호화 패스워드 암호화 /jeus/jeus50/bin# ./encryption base64 test [BASE64] --> [test] --> [encode:dGVzdA==] [BASE64] --> [dGVzdA==] --> [deencode:test] 암호화된 패스워드 설정 추가 /jeus/jeus50/bin# vi JEUSMain.xml 미들웨어/Web Application Server 2014.05.26
[WebLogic] WebLogic 11g 설치 및 도메인 구성 (GUI mode) * WebLogic 11g 설치 및 도메인 구성 (GUI mode) - WebLogic 11g 설치 - WebLogic Domain 구성 (test_domain) 미들웨어/Web Application Server 2013.07.26
[WebLogic] WebLogic 11g Domain 구성 (console mode) * WebLogic 11g Domain 구성 juhee:/weblogic/Oracle/Middleware/wlserver_10.3/common/bin > ./config.sh -mode=console Welcome: -------- Choose between creating and extending a domain. Based on your selection, the Configuration Wizard guides you through the steps to generate a new or extend an existing domain. ->1|Create a new WebLogic domain | Create a WebLogic domain in your projects directory. 2|Ext.. 미들웨어/Web Application Server 2013.07.26
[WebLogic] WebLogic 11g 설치 (console mode) * WebLogic 11g 설치 (console mode) juhee:/weblogic> java -Xms512m -Xmx1024m -Djava.io.tmpdir=/weblogic/tmp/ -jar wls1034_generic.jar Unable to instantiate GUI, defaulting to console mode. Extracting 0%....................................................................................................100% Welcome: -------- This installer will guide you through the installation of WebLogic 10.3.4.0... 미들웨어/Web Application Server 2013.07.26
[JEUS] TeraData 연동 * JEUS에서 TeraData 연동 JEUSMain.xml 파일에서 아래와 같이 설정 # jcfg # vi JEUSMain.xml DSName java.lang.String 127.0.0.1 DSName java.lang.String TestDB //이중화되어 있는 여러 서버의 Alias 입력 미들웨어/Web Application Server 2013.07.17
[WebSphere] fileServingEnabled 설정 * WebSphere의 fileServingEnabled 설정 fileServingEnabled="true" - WebModule이 static, dynamic contents을 모두 처리 - Plugin에 이 존재해야함 fileServingEnabled="false" - Web Server가 static contents, Web Application Server가 dynamic contents을 처리 - Plugin에 이 존재해야함 미들웨어/Web Application Server 2011.11.08
[WebSphere] global security 설정 및 해제 * WebSphere 글로벌보안설정 * WebSphere 글로벌보안설정 해제 WAS 관리콘솔의 Admin Password를 분실하거나 보안해제가 필요할 경우 1. 실행중인 AppServer를 중지 2. 다음과 같은 경로에 있는 security.xml에서 tag안에 있는 enabled="true"를 "false"로 변경 후 저장 {WAS_install_root}/AppServer/profiles/{Server_name}/config/cells/{Cell_name}/security.xml 3. AppServer를 시작 4. 글로벌 보안 설정 적용 전과 같이 패스워드 없이 로그인 5. 아이디 및 패스워드 설정변경 후 global security를 사용 가능으로 설정 변경 미들웨어/Web Application Server 2011.11.08