Prathap
Prathap

Reputation: 727

How to deploy an ear file in jboss using Eclipse?

I wanted to deploy an ear project in to jboss using eclipse Helios. Is it possible?

Upvotes: 1

Views: 13193

Answers (2)

Prathap
Prathap

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

sordyl
sordyl

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

Related Questions