Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to setup JBoss server with Netbeans?

Tags:

jboss

netbeans

I'm trying to setup jBoss 7 server with NetBeans Wizard but it says "Provide a valid jBoss Application Server 6, 5 or 4 Location". I downloaded version 6 too to give it a try and it worked fine. What is the proper way of adding jBoss 7 on netbeans IDE 7.1.2??

Any help would be appreciated...

like image 823
Tolga Evcimen Avatar asked Jul 19 '12 09:07

Tolga Evcimen


People also ask

What is JBoss?

Chapter 1. Installing and Building the JBoss Server JBoss, a free J2EE 1.4 certified application server, is the most widely used Open Source application server on the market.

Does NetBeans support JBoss 7?

The development Version of netbeans has support for jboss 7. Have not tested it though. Because my problem is that my jboos install is on a diffrent machine and it looks like it need to be local to be supported. : ( Thanks for contributing an answer to Stack Overflow!

How do I install NetBeans on my server?

Launch the executable binaries which will install Netbeans on a path of your like. Once installed we will try adding a new server by moving into the “ Services ” tab and right-clicking “ Add Server ”

What is the default JBoss configuration file set?

The defaultJBoss configuration file set is located in the JBOSS_DIST/server/defaultdirectory. JBoss allows you to add more than one configuration set so a server can easily be run using alternate configurations.


1 Answers

The official support for JBoss AS 7 is not available yet for Netbeans 7.1.x.

  • Netbeans Bug report : Bug 200132 - Add support for JBoss AS 7

  • List of Netbeans supported technologies (JBoss 6.1 is the last supported version)

But according to this link, there is an unofficial plugin, that can manage server, but can't deploy application on JBoss AS 7.

like image 176
alain.janinm Avatar answered Sep 29 '22 12:09

alain.janinm