Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

how do you add jboss-5.0.0.CR2 as new server on netbeans 6.9.1 ?

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all
i have downloaded a zip of jboss called jboss-5.0.0.CR2-jdk6.zip that i unzipped. when i tried to add a new server and add the path in red it says please put a valid path. please help me. thank you!
 
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
Do not use 5.0.0.CR2 - it is a very old candidate release. You should be using 5.1.0.GA instead.

As for the problem you are experiencing, the JBoss team kept those of us tracking the various beta and CR versions of JBoss AS 5.0.0 on our toes by changing the names and locations of files in each prerelease. Netbeans looks for key files to ensure that the directory you gave it is a valid JBoss AS installation. I suspect that Netbeans will look in the correct locations for JBoss AS 5.0.0.GA, 5.0.1.GA and 5.1.0.GA. But it cannot find the files in 5.0.0.CR2 (or an of the other prereleases) because the files are in the wrong location. So using 5.1.0.GA should solve this.

By the way, Eclipse provides a config file that can be modified to reference the key files, but the last time I looked at Netbeans the file locations were hard-coded.
 
shankhas sanyal
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Peter Johnson wrote:Do not use 5.0.0.CR2 - it is a very old candidate release. You should be using 5.1.0.GA instead.

As for the problem you are experiencing, the JBoss team kept those of us tracking the various beta and CR versions of JBoss AS 5.0.0 on our toes by changing the names and locations of files in each prerelease. Netbeans looks for key files to ensure that the directory you gave it is a valid JBoss AS installation. I suspect that Netbeans will look in the correct locations for JBoss AS 5.0.0.GA, 5.0.1.GA and 5.1.0.GA. But it cannot find the files in 5.0.0.CR2 (or an of the other prereleases) because the files are in the wrong location. So using 5.1.0.GA should solve this.

By the way, Eclipse provides a config file that can be modified to reference the key files, but the last time I looked at Netbeans the file locations were hard-coded.





yes thank you very much! i just now downloaded 5.1.0.GA and my netbeans has accepted it
That was brilliant!
reply
    Bookmark Topic Watch Topic
  • New Topic