Sunday, September 4, 2011

Starting GlassFishServer Manually

Sometimes glassfish server is installed but its not visible in the program files.
Here is how you can start it manually by going to glassfish installation folder.

Use command prompt and navigate to "bin" folder of glassfish and type the following command

C:\Program Files\glassfish-v2\bin>   asadmin start-domain domain1


where domain1 is the default domain name.

Now server will be started.

No comments:

Post a Comment