Reputation: 91
I am a new user of JBoss application server, and need to configure it with Eclipse IDE.
Upvotes: 7
Views: 83636
Reputation: 479
To enable Eclipse to manage JBoss Application Server, you need to install the JBoss AS tools in Eclipse:
Upvotes: 19
Reputation: 3500
JBoss Tools is what you are looking for. It's a plugin that integrates jboss with eclipse, so you can start the server, deploy apps, etc.
You can install it using eclipse marketplace, and there are tutorials out there that show you how to set up your server in eclipse, and deploy apps (for example http://www.mastertheboss.com/eclipse/jboss-eclipse/jboss-and-eclipse)
Upvotes: 7