Three different types of installers are available for GlassFish
- Zip Installers
- Package Installers and
- Jar Installers
Zip Installers:
It doesn’t need any installation you can directly unzip and use it.
It doesn’t need any installation you can directly unzip and use it.
Package Installers:
GUI Installation:
Go to the file location and type the following command
C:\apps> InstallerName.exe -j “JAVA_PATH”
The above command will launch a GUI; you can complete the rest of installation by following the on screen messages.
GUI Installation:
Go to the file location and type the following command
C:\apps> InstallerName.exe -j “JAVA_PATH”
The above command will launch a GUI; you can complete the rest of installation by following the on screen messages.
Console Mode Installation:
* It doesn’t support the console mode installation
* It doesn’t support the console mode installation
Silent Mode Installation:
Silent mode is a non-interactive installation based on user-defined parameters captured in an answer file. The answer file can be used later to install GlassFish Server on one or more systems.
Silent mode is a non-interactive installation based on user-defined parameters captured in an answer file. The answer file can be used later to install GlassFish Server on one or more systems.
0 comments:
Post a Comment