일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 |
- plugin
- JavaScript
- GIT
- IntelliJ
- es6
- Python
- Java
- Eclipse
- NPM
- MSSQL
- mapreduce
- Kotlin
- react
- Sqoop
- 공정능력
- Spring
- xPlatform
- SSL
- tomcat
- R
- hadoop
- window
- SQL
- table
- Android
- vaadin
- 보조정렬
- SPC
- mybatis
- Express
- Today
- Total
목록2023/11/22 (2)
DBILITY
CATALINA_OPS에 옵션 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=PORT \ -Dcom.sun.management.jmxremote.ssl=false \ -Dcom.sun.management.jmxremote.authenticate=false \ -Djava.rmi.server.hostname=REAL_IP_ADDRESS 을 추가 후 재시작, 원격서버일 경우 localhost나 127.0.0.1을 입력하면 접근 안되더라는 socket오류 등이 발생한다면 서버측 방화벽 확인이 필요하다. #!/bin/sh export CATALINA_HOME=/opt/tomcat export CATALINA_OPTS="$CATALINA_O..
[root@webtest opt]# cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" RE..