Glassfish Integration in Eclipse for Java EE

I am using Eclipse for Java EE. I installed the Java EE SDK, which includes the Glassfish server. But I do not see Glassfish in the list of servers when creating a web project. How to add Glassfish to Eclipse?

+2
source share
3 answers

Eclipse does not really come with the Glassfish plugin. You need to install it separately. It's quite simple, just click the Download additional server adapters link in the Create New Server Wizard.

enter image description here

Wait until the list is full and finally select Oracle Glassfish Server Tools.

enter image description here

After a reboot, it will be available among the options.

enter image description here

( JSF 2.0 Eclipse + Glassfish)

+5

GlassFish Eclipse Java EE 6, :

http://blogs.oracle.com/arungupta/entry/web_app_development_using_java

Oracle Enterprise Pack Eclipse (OEPE), GlassFish.

0

All Articles