Reputation: 727
I wanted to deploy an ear project in to jboss using eclipse Helios. Is it possible?
Upvotes: 1
Views: 13193
Reputation: 727
I installed jboss tools plugin from http://www.jboss.org/tools/download/installation/update_3_2 It takes care of the deployment in to the jboss server.
Upvotes: 2
Reputation: 82
In eclipse setup JBoss as a Server: File -> New -> Other -> Server
Then right-click on the top-level project name of your ear and select Run As -> 1 Run On Server
Upvotes: -1