[jboss-user] [JBoss and NetBeans] - Re: Configuring JBoss 5.0.0.GA in NetBeans 6.5

Adrigan do-not-reply at jboss.com
Tue Dec 23 16:03:45 EST 2008


Try putting this into your .nbattrs file (Click on Help --> About) in netbeans and it will tell you where your profile is at the value "user dir."  Add 
"config\J2EE\InstalledServers" to find the actual folder.

  |  <fileobject name="instance_3">
  |         <attr name="deploy-dir" stringvalue="C:\NewReadiness\lib\JBoss\jboss-5.0.0.GA\server\pilot\deploy"/>
  |         <attr name="displayName" stringvalue="JBoss Application Server"/>
  |         <attr name="host" stringvalue="localhost"/>
  |         <attr name="password" stringvalue=""/>
  |         <attr name="port" stringvalue="8080"/>
  |         <attr name="registeredWithoutUI" stringvalue="false"/>
  |         <attr name="root-dir" stringvalue="C:\NewReadiness\lib\jboss\jboss-5.0.0.GA"/>
  |         <attr name="server" stringvalue="pilot"/>
  |         <attr name="server-dir" stringvalue="C:\NewReadiness\lib\JBoss\jboss-5.0.0.GA\server\pilot"/>
  |         <attr name="url" stringvalue="jboss-deployer:localhost:8080#pilot&C:\NewReadiness\lib\JBoss\jboss-5.0.0.GA"/>
  |         <attr name="username" stringvalue=""/>
  |     </fileobject>
  | 
I already had a jb.properties file that looks like this in the ..\6.5\config\J2EE folder.  You may need to add one.


  | #
  | #Wed Dec 17 18:07:16 EST 2008
  | installRoot=C\:\\NewReadiness\\lib\\jboss\\jboss-5.0.0.GA
  | 

        Hope that  helps.  Enjoy!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198370#4198370

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198370



More information about the jboss-user mailing list