|
CryptoEngine makes the assumption that the GlassFish Application Server is installed in the /usr/local/strongauth directory. You can, however choose to install it in another location. Whichever location you choose, this documentation will also refer to it as $GLASSFISH_HOME.
Make sure that JAVA_HOME is in your environment, pointing to the location of the JDK. If it is not, then you need to specify the -javahome parameter with the path to the JDK directory.
- Download the free GlassFish Server Open Source Edition - 3.1 Final from the below URL, into a temporary location. http://download.java.net/glassfish/3.1/release/glassfish-3.1.zip
- Extract the zip file glassfish-3.1.zip in the /usr/local/strongauth directory.
- To start the Application Server in Linux, go to /usr/local/strongauth/glassfish3/glassfish/bin directory and issue the command:
./asadmin start-domain domain1
- To start the Application Server in Windows, go to C:\usr\local\strongauth\glassfish3\glassfish\bin directory and double click the startserv.bat file
- To stop the Application Server in Linux go to /usr/local/strongauth/glassfish3/glassfish/bin directory and issue the command:
./asadmin stop-domain domain1
- To stop the Application Server in Windows, go to C:\usr\local\strongauth\glassfish3\glassfish\bin directory and double click the stopserv.bat file
- To go to the Administration Console, startup a browser window, and type in http://localhost:4848 in the browser's address bar.
- You will see a login screen for the Application Server.
- Type in the user ID and the password you chose for the Admin User during the installation process. If your ID and password were correct, you will see the Application Server's administrative interface.
|