• 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

Difficulties debugging using jbuilder, jboss and ant

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where I work, we use JBuilder 8 and JBoss 4.0.1. For a new web app I have started to work on, I decided to use Ant. Compiling and deploying with Ant and running it (from within JBuilder) works fine. However, when I try to run the project in debug mode, it takes about 18 minutes to start the server! Also, once it's finally started I can't debug any servlets.

This is what my build.xml looks like:


Do these problems sound familiar to anyone?
I've never had any problems debugging in Jbuilder/JBoss before I used Ant.

Thanks,
Iris
[ August 10, 2005: Message edited by: Iris Hoekstra ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic