Procedure to create user defind domain in GlassFish 2.x server

Type                                           Application server
vendor                                        Sun Ms(oracle corporation)
Opensource
Default port no                          4848(For Admin)
                                                   8080(For Http)
Version                                      2.x(Compatable with jdk1.5+)
Built-in Registry software        GlassFishRegistry
------------------------------------------------------------------------



  • Allow to create user defined domains default domain is "domain1"
  • NetBeans IDE software installation gives GlassFish2.x software.
:/sun/AppServer/bin>asadmin   create-domain   --adminport   4343   --user  
                                                        
admin password
.............................
.............................
.............................

Procedure to observe the GlassFish Registry

step:-1   start above created domain server
              asadmin  start-domain  
step:-2   open the admin console of   server
              open browser window type the following url
               "http://localhost:4343"

stepe:-3   Launch Jndi tree of GlassFish Registry

               Admin console----->Application server----->Jndi browser

Jndi Properties of GlassFish Registry:

Initial Context Factory class name  :  com.sun.enterprise.naming.SerialInitContextFactory
Provider url                                   :  iiop://:  
                                                Eg :  iiop://localhost:4343

No comments:

Post a Comment