Code Monkey home page Code Monkey logo

Comments (9)

hkjang avatar hkjang commented on May 13, 2024 1

@high-high 대답이 늦었네요~ ;;

JEUS 설정

JEUSMain.xml 의 container 설정 command-option 추가하시면 됩니다.

설명 Engine Container의 JVM에 들어가는 옵션을 적어준다.
예제 <command-option>-Xms64m -Xmx128m -javaagent:/xxx/scouter/agent.java/scouter.agent.jar -Dscouter.config=/xxx/scouter/agent.java/scouter.jeus.conf</command-option>

scouter.jeus.conf 파일

obj_name=jeus_container1
obj_type=java
#hook_method_patterns=com.class.*.*
#_trace_auto_service_enabled=true
hook_service_patterns=com.Class
hook_method_access_public_enabled=true
hook_method_access_private_enabled=true
hook_method_ignore_classes=com.log.Class.*.*,com.util.Class
hook_method_patterns=com.Class.method, ....

@holdenkim

ibm websphere 설정

command 옵션에 아래와 같이 추가하고 컨테이너 실행하시면 될것 같네요.

-javaagent:/xxx/scouter/agent.java/scouter.agent.jar -Dscouter.config=/xxx/scouter/agent.java/scouter.wp.conf

scouter.wp.conf 파일

obj_name=wp_container1
obj_type=java
#hook_method_patterns=com.class.*.*
#_trace_auto_service_enabled=true
hook_service_patterns=com.Class
hook_method_access_public_enabled=true
hook_method_access_private_enabled=true
hook_method_ignore_classes=com.log.Class.*.*,com.util.Class
hook_method_patterns=com.Class.method, ....

scouter client(eclipse rcp client) 에서는 server명 - java - xlog 선택하시면 xlog 창이 열립니다.

from scouter.

gunlee01 avatar gunlee01 commented on May 13, 2024

Scouter의 Java Agent는 Java로 만들어진 어플리케이션에 사용 가능합니다.
WAS는 Tomcat에 테스트되었으며 Tomcat에 최적화된 기능 및 특화된 기능을 제공합니다.
타 상용 WAS에 대해서는 특별히 테스트하지 않습니다.

from scouter.

hkjang avatar hkjang commented on May 13, 2024

JEUS는 테스트 해봤는데 XLog 잘 잡히네요~ 참고해주세요~
아마 웹로직도 작동할 것으로 예상합니다.

from scouter.

high-high avatar high-high commented on May 13, 2024

혹시 JEUS설정을 어떻게 하셨는지 알려 주실수 있나요?

from scouter.

wall72 avatar wall72 commented on May 13, 2024
  1. agent 관련 JAVA_OPTS 설정은 JEUSMain.xml에 command-option 에 기술하시면 됩니다. (제니퍼와 동일)
  2. XLog 가 안나오는 이유는 obj_type=java 로 자동설정되어 그렇습니다. agent 설정 conf 파일 하나 만드시고 obj_type=tomcat 이라고 속이시면 됩니다.

from scouter.

holdenkim avatar holdenkim commented on May 13, 2024

IBM Websphere 설정 할 수 있는 방법이 있을까요?

from scouter.

23king avatar 23king commented on May 13, 2024

Weblogic 이상없이 적용되는것 확인했습니다

from scouter.

mcwony avatar mcwony commented on May 13, 2024

혹시 JEUS 7 버전에 적용해 보신 분 계실까요?

Filter가 적용된 Web Application을 모니터링 하려고 설정해 봤는데,
Deploy가 계속 실패하네요.

from scouter.

gaiajeon avatar gaiajeon commented on May 13, 2024

오늘 JEUS7에 적용했습니다.
아직까지는 아무 문제가 없는 상태이구요.

어떤 필터가 적용된 것인지 알 수가 있을까요?

혹시 발생한 에러메시지가 있다면 같이 첨부해주시면 감사하겠습니다.

from scouter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.