We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요
net_http_server_enabled=true net_http_api_enabled=true net_http_port=6180 net_http_port=6188
#api access allow ip addresses net_http_api_allow_ips=localhost,127.0.0.1,0:0:0:0:0:0:0:1,::1
아래 도메인에 접근시, 다음과 같은 결과 화면이 도출됩니다.
http://{Server IP}:6180/extweb -> HTTP ERROR 403 Problem accessing /. Reason:
Forbidden
Powered by Jetty:// 9.4.6.v20170531
http://{Server IP}:6180/extweb/index.html -> welcome scouter!
현재 Scouter 프로세스는 다음과 같이 떠있습니다
root 757 1 0 06:00 ? 00:00:15 java -cp ./scouter.webapp.jar:./lib/:. scouterx.webapp.main.WebAppMain root 21176 1 2 07:24 pts/0 00:00:14 java -Xmx2048m -Xms2048m -classpath ./scouter-server-boot.jar scouter.boot.Boot ./lib root 29001 19659 0 07:35 pts/0 00:00:00 grep --color=auto scouter root 29748 1 0 05:55 ? 00:00:16 java -cp ./scouter.webapp.jar:./lib/:. scouterx.webapp.main.WebAppMain
Port 정보
tcp6 0 0 :::6180 :::* LISTEN off (0.00/0/0)
tcp6 0 0 :::6188 :::* LISTEN off (0.00/0/0)
Scouter Paper를 사용하고 싶은데, 어떻게 해야 하나요??
The text was updated successfully, but these errors were encountered:
No branches or pull requests
안녕하세요
Scouter Paper를 사용하기 위해 Scouter conf 파일을 아래와 같이 구성하였습니다.
scouter-paper
net_http_server_enabled=true
net_http_api_enabled=true
net_http_port=6180
net_http_port=6188
#api access allow ip addresses
net_http_api_allow_ips=localhost,127.0.0.1,0:0:0:0:0:0:0:1,::1
아래 도메인에 접근시, 다음과 같은 결과 화면이 도출됩니다.
http://{Server IP}:6180/extweb
-> HTTP ERROR 403
Problem accessing /. Reason:
Powered by Jetty:// 9.4.6.v20170531
http://{Server IP}:6180/extweb/index.html
-> welcome scouter!
현재 Scouter 프로세스는 다음과 같이 떠있습니다
ps -ef | grep scouter
root 757 1 0 06:00 ? 00:00:15 java -cp ./scouter.webapp.jar:./lib/:. scouterx.webapp.main.WebAppMain
root 21176 1 2 07:24 pts/0 00:00:14 java -Xmx2048m -Xms2048m -classpath ./scouter-server-boot.jar scouter.boot.Boot ./lib
root 29001 19659 0 07:35 pts/0 00:00:00 grep --color=auto scouter
root 29748 1 0 05:55 ? 00:00:16 java -cp ./scouter.webapp.jar:./lib/:. scouterx.webapp.main.WebAppMain
Port 정보
netstat -ano | grep 6180
tcp6 0 0 :::6180 :::* LISTEN off (0.00/0/0)
netstat -ano | grep 6188
tcp6 0 0 :::6188 :::* LISTEN off (0.00/0/0)
Scouter Paper를 사용하고 싶은데, 어떻게 해야 하나요??
The text was updated successfully, but these errors were encountered: