Here we are going to register JBoss AS 7 (7.2.0.Final in particular) with NetBeans 7.3.1 or better.
- Download netbeans 7.3.1 from here . Choose Java EE version.
- Install JBoss AS 7.2 from the previous post
- Start netbeans
- Go to services tab
- Right click Servers and select Add Server.
- Select JBoss
- Select the jboss installation location.
- Click Next and Finish
- After the successful registration, you will see a jboss server entry under the Servers node.
- Right click that and choose Start
Comments
Post a Comment