Following the steps in this chapter will allow the user to easily become familiar with JEUS.
The following example assumes that the JEUS server is named "server1". Change this to the actual name of the JEUS server that is installed.
Verify that JEUS is installed properly and that the system paths and variables are set properly. Verify that the directory "JEUS_HOME/bin/" is included in the system path.
In this guide, "JEUS_HOME" refers to the root of the JEUS installation directory. For example, “/home/user/jeus7”.
Refer to "JEUS Installation & Getting Started" for more information about installing JEUS.
At least one connection must exist on a web engine of a managed server. Refer to "Chapter 2. Web Connection Management" for more information about configuring web connections.
An HTTP listener with a port set to '8088' can be added as described in "2.3.3. HTTP Listeners".
After completing the configurations, enter the following command to execute the JEUS launcher. The arguments '-u' and '-p' are used to specify the administrator name and password that were set during the installation.
The following example assumes that the administrator name and password have been set to 'jeus'.
startDomainAdminServer -domain domain1 -server server1 -u jeus -p jeus
Open a different command window and execute 'jeusadmin -u jeus -p jeus'. (If '-u' and '-p' values are missing, enter 'login' again).
user1@jeus$jeusadmin JEUS7 Administration Tool To view help, use the 'help' command. offline>login
After entering the server address, administrator name, and password that were set during the installation, the console tool will start.
offline>login Enter the server address: localhost User name: jeus Password: Attempting to connect to 127.0.0.1:9736. The connection has been established to Domain Administration Server adminServer in the domain domain1. [DAS]domain1.adminServer>
Execute the following command to list the commands that can monitor and control the web engine.
[DAS]domain1.adminServer>help -g Web
Execute a web engine control or monitoring command.
Refer to "JEUS Reference Guide" for more information about web engine commands.
WebAdmin can be used to perform the same operations.
Refer to JEUS WebAdmin Guide. "2.2. Logging In" for more information about how to execute WebAdmin.
If a problem occurs in the previous steps, check and adjust the JEUS environment configurations. To find the source of the problem, refer to the log records in the JEUS manager console log.
Refer to "JEUS Installation and Getting Started" and "JEUS Server Guide" for more information about configuring a JEUS environment.