Tuesday, October 6, 2009

Installing Glass Fish

Step:1

Extracting the glassfish installer jar file.

Command: java -jar fileName.jar

The above command will extract the jar file.

Step:2

Get into that extracted glassfish folder.

Step:3

Install glassfish by executing proper command for installation.

Command: lib/ant/bin/ant -f setup.xml

The above command may vary for Fedora Linux environment. Use internet to find the exact command.

Step:4

Get into glassfish/bin/

Double click asadmin file. This will open up one terminal.

Then type start-domain domain1

This will start the server.

Then GOTO browser and type http://localhost:4848

This should open up the server login page.

No comments:

Post a Comment