[JBOSS_HOME]/standalone/configuration/standalone.xml
~
<interfaces>
<interface name="management">
<!-- <inet-address value="${jboss.bind.address.management:127.0.0.1}"/> -->
<any-address/>
</interface>
<interface name="public">
<!-- <inet-address value="${jboss.bind.address:127.0.0.1}"/> -->
<any-address/>
</interface>
</interfaces>
~
'Infra Structure > WAS' 카테고리의 다른 글
[Tomcat] JSESSIONID 변경(한서버에 여러대 톰켓운영시 로그인 튕김방지) (0) | 2021.09.02 |
---|---|
[JBoss] Context root 설정 (0) | 2021.08.29 |
[Apache] 아파치 실행 (0) | 2021.08.29 |
[web]Java Thread Dump Analyzer (0) | 2021.08.23 |
[Tomcat] 서버 정보 노출 방지 (0) | 2021.08.20 |