Skip to content

Scouter Paper conf 설정 후 접근 시 403 Forbidden  #276

@audwl

Description

@audwl

안녕하세요

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:

Forbidden

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를 사용하고 싶은데, 어떻게 해야 하나요??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions