• 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

JBoss in Netbeans

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I am a beginner at JBOSS. I usually use Netbeans 7. I have added the JBOSS 6.10 as a server in Netbeans 7 and unfortunately it doesn't work. It can't find the "logging.properties" file.
Can you please help me fix this? Or please suggest a better IDE for working with JBOSS.

Thanks in advance
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Eclipse is best to work with Jboss
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which "logging.properties" file do you mean? What version of JBoss AS are you using?

JBoss Tools is a series of extensions to Eclipse that provide very good integration with JBoss AS (all versions).
 
Andrei Antonescu
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Thanks for the Eclipse tip. I shall try it.

I am using Netbeans 7.1 and JBoss 6.10. I don't really know what logging.properties Netbeans is talking about. It doesn't give me any details.
It seems Netbeans 7.1 seems to "work" with JBoss 6.0, but It makes my Netbeans very slow, and sometimes it just crashes.

So If Eclipse is that good, I shall stop using Netbeans at this project.

 
reply
    Bookmark Topic Watch Topic
  • New Topic