- Linux / Unix 기
1. DAS 종료
shell>dsdown
2. .profile, .bash_profile 파일 수정
export DOMAIN_NAME=jeus_domain
export DAS_HOSTNAME=~~~~
export DAS_PORT=9736
export DAS_URL=~~~~
export NODE_MANAGER_PORT=7730
3. 환경 설정 적용
Linux : source .bash_profile
Unix : . .profile
4. domain.xml 수정
$JEUS_HOME/domains/jeus_domain/config/domain.xml 파일 수정
<servers>
<name>adminServer</name>
<node-name>~~~ </node-name>
<listeners>
<base>BASE</bash>
<listener>
<name>BASE</name>
<listen-adderess>~~~</listen-address>
<listen-port>9736</listen-port>. -> 9736 부분 변경
..................................................
5. jeusEncode 파일 수정
$JEUS_HOME/bin/jeusEncode 파일 수정
jeus_domain:adminServer ~~~~~~
jeus_doamin:server1 ~~~~~
localhost:9736 ~~~~~~~
6. DAS 재기동
shell>reboot
'JEUS > JEUS7' 카테고리의 다른 글
[ JEUS 7 ] Application deploy (0) | 2016.12.08 |
---|---|
[ JEUS 7 ] Virtual Multicast 설정 (7) | 2016.12.08 |
[ JEUS7 ] DATASOURCE 설정 (0) | 2016.12.07 |
[ JEUS 7 ] 실행 ID / PASSWORD 암호화 (0) | 2016.12.07 |
[ JEUS 7 ] 설치 (0) | 2016.12.07 |
댓글