How to debug Java Service

for me issue is resolved

i’m using wm9.6 (windows)

i’ve just followed service development guide (debugging java services)

summary

  • change setenv.bat), make debug_enabled=true
  • restart Integration server (in my case, running as console application)
  • verified the wrapper.log (located in profiles/IS_default/logs folder (searched for 9191 debug port)
  • on designer
    • in java perspective, create java application, with IS/instances/default/package/
    • created remote java application debug configuration, set the IS host(localhost) and debug port (9191)
    • open the java project, java service to debug, set the breakpoint
  • to test, i have written flow service which invokes the java service i wanted to debug. just run the flow service
  • yes the java service stops its execution where i set breakpoint

thanks a lot