• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Debugging J2EE apps

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
got a problem trying to debug a j2ee application using JPDA. But both the IDE and app server live on the same machine. I set up the application server and the IDE for debugging. The the first time debugging works fine and the IDE can "attach" itself to the appserver debug port OK, step through, etc.
But when I stop debugging and start again, I get a message saying "Connection refused: connect". When I restart the applcation server I can now debug again. Is it the case that after each debug session the JVM has to be restated? or am i missing something? Im on windows xp, jdk1.4.2, J2EE1.4 RI, IDEA and NetBeans.
Cheers,
Smythe...
 
Hey cool! They got a blimp! But I have a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic