To install WebSphere Application Server using the GUI installer, do the following:
- Log onto your machine with superuser (root) privileges. Note that when installing WebSphere Application Server,
the user ID of this individual cannot contain angle brackets.
If your system does not grant you root authority even though you are logged on as
root, ensure /usr/ucb is in the path for the root login. Edit the
install.sh file by adding the following line before the call to the whoami command:
export PATH = $PATH:/usr/ucb
- If a Web server on your system is running, stop the Web server.
- If you plan to use a Web server or database at a level that exceeds
the current version required by WebSphere Application Server, you must disable the WebSphere
Prerequisite Checker before installing WebSphere Application Server.
To do this, perform the following steps:
- Copy the prereq.properties file from the /cdrom/cdrom0/sun directory to the /tmp directory on the
machine on which you will install WebSphere Application Server.
- Edit this file by finding the line
prereq_checker=1
and changing it to prereq_checker=0
.
- If you have not disabled the Prerequisite Checker as detailed in Step 3,
run the installation script file by entering the following command:
# /cdrom/cdrom0/sun/install.sh
If you have disabled the Prerequisite Checker as detailed in Step 3,
run the installation script file by entering the following command:
# /cdrom/cdrom0/sun/install.sh /prereqfile /tmp/prereq.properties
- Click Next to pass the introductory page.
- In the Install Options dialog, select Custom Installation;
then click Next.
- In the Choose Application Server Components dialog, select those components you
want and deselect those components you do not want. You will likely want to include
the default options. Ensure that Configure Default Server and Application
is selected. If you plan on running WebSphere Application Server with a supported
Web server, then also select Web Server Plugins.
- Click Next. If necessary, shut down all Web servers you plan to
run with WebSphere Application Server and proceed.
- If you opted to install a plug-in, the Choose Web Server Plugins dialog displays.
Select Netscape V4.0 plug-in.
Only IBM HTTP Server 1.3.12 is provided with WebSphere Application Server. You
must separately purchase and install the other supported Web servers.
- When prompted, specify the directory and file name for the Netscape Enterprise
Server configuration file.
- On the Database Options dialog, do the following:
- For Database Type, select Sybase.
- For Database Name, give the name of the database to use.
- For DB Home, specify the main Sybase installation directory.
- For DB URL, specify the URL for accessing the database. You will likely want
to take the default.
- For Database User ID, specify your user name. If you have already installed
Sybase 12, ensure that you specify the Username specified when
configuring Sybase 12 for use with WebSphere Application Server (for example,
EJSADMIN
).
- For Database Password and Confirm Password, enter your password. If you
have already installed Sybase 12, ensure that you specify the Password specified
when installing Sybase 12.
- Click Next.
- On the Security Options dialog, fill in the user ID, security password,
and confirming password to use for the application server. If you do not need
special key ring files, click Next to take the default key ring files and
to move to the Product Directory dialog.
If you need special key ring files, move to the key ring section, designate client
and server files and passwords, and then click Next until you are at the
Product Directory dialog.
- Specify the destination directory and click Next.
- Click Next again and then OK to begin the installation.
- The next page points you to the README. If you select to view the README and a Netscape
browser does not open on the README, look in the
<main_Application_Server_directory>/web/InfoCenter/was directory
for the readme.html file. For the most recent version of the README or release notes,
go to Library section of the product Web site at
http://www.ibm.com/software/webservers/appserv/.
Click Finish.