I am using Eclipse for Java EE. I have installed Java EE SDK that include Glassfish server. But I do not see Glassfish in the list of servers when creating a web project. Ho
Eclipse does indeed not ship with a Glassfish plugin out the box. You need to install it separately. It's quite simple, just click the link Download additional server adapters in the New Server wizard.
Wait for the list to be populated and finally pick Oracle Glassfish Server Tools.
After a restart it'll be available among the options.
(those screenshots are borrowed from this JSF 2.0 tutorial on Eclipse + Glassfish)