• Home
  • About
    • Junseok photo

      Junseok

      개발자 블로그

    • Learn More
    • Facebook
    • Instagram
    • Github
  • Posts
    • All Posts
    • All Tags
  • Java
    • java-basic
    • java-solid
    • java-pattern
    • java-logging
  • Javascript
  • Angular
  • spring
    • spring-framework
    • spring-boot
    • spring-test
  • server
    • jeus
    • webtob
    • tomcat
  • test
    • junit
    • assertj
    • hamcrest
    • dbunit
    • spring
  • docker
  • unix
  • maven
  • db
  • network
  • eclipse
  • intellij
  • microservices
  • etc

이클립스에서 JEUS6 디버깅

07 Sep 2017

Reading time ~1 minute

eclipse 디버깅

  • JEUSMain.xml
<node>
  <engine-container>
    <command-option>기존 내용 한칸 띄우고 -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -server<command-option>
  • 이클립스
Run -> Debug Configurations
  Remote Java Application
  Project : 해당 프로젝트
  Connection Type : Standard (Socket Attach)
  Host : localhost
  Port : 8000


eclipsedebugjeus Share Tweet +1