WebSphere Application Server installation information
Installation requirements, examples, and other information for installing and uninstalling WebSphere® Application Server. The WebSphere Application Server offering is the main product offering and provides the application server, which uses Java™ technology to extend web server capabilities to handle web application requests.
About WebSphere Application Server
IBM® WebSphere Application Server Network Deployment is an integrated platform that contains an application server, web development tools, a web server, and additional supporting software and documentation.
Before you install the product, plan what other optional components you want to install and determine where to install each component.
For examples of possible topologies, see Planning to install WebSphere Application Server.
The installation of the application server product installs a shared set of core product files. Afterward, you create at least one profile, which is a separate file system that includes the files that define a runtime environment for an application server process, such as a deployment manager or an application server.
After installation, you can create an application server profile, a management profile, a cell set of profiles that contains a deployment manager and a federated application server, or a custom profile. At least one profile must exist to have a functioning application server environment. You can use the manageprofiles command or the Profile Management Tool to create profiles.
Requirements
In addition to the following requirements, your system might require other prerequisites so that you can install WebSphere Application Server offerings.
For more information, see Preparing the operating system for product installation.
For transitioning users: IBM SDK, Java Technology Edition is no longer embedded with any WebSphere Application Server offerings. The Java SDK is available as a separate offering that must be installed when you install the product.IBM SDK, Java Technology Edition, Version 8 is the Java SDK version for WebSphere Application Server Version 9.0.trns
- WebSphere Application Server requires up to 2 GB of disk space, depending on how many features you install.
Repositories and offering IDs
http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90
Offering ID | Optional feature IDs | Default features |
---|---|---|
WebSphere Application Server, Network Deployment
|
Note: You cannot use Installation Manager to modify, update, or rollback
functions to later add or remove core.feature. Only the subfeatures can be added or
removed.
|
|
For a complete list of product repositories and offering IDs, see Online product repositories for WebSphere Application Server offerings and WebSphere Application Server product offerings for supported operating systems.
Installation examples
All WebSphere Application Server offerings are installed by using IBM Installation Manager. For step-by-step instructions for installing product offerings, see Installing the product offerings.
![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
- Command-line examples
For step-by-step instructions for installing by using the command line, see Installing the product offerings by using the command line.
- Response file example
For step-by-step instructions for installing by using a response file, see Installing the product offerings by using response files.
<?xml version="1.0" encoding="UTF-8"?> <agent-input clean="true" temporary="true"> <server> <repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90" /> </server> <install modify='false'> <offering id='com.ibm.websphere.ND.v90' profile='IBM WebSphere Application Server V9.0' features='core.feature,ejbdeploy,thinclient,embeddablecontainer' installFixes='none'/> <offering id='com.ibm.java.jdk.v8' profile='IBM WebSphere Application Server V9.0' features='com.ibm.sdk.8'/> </install> <profile id='IBM WebSphere Application Server V9.0' installLocation='C:\Program Files\IBM\WebSphere\AppServer'> <data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppServer'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> </agent-input>
<?xml version="1.0" encoding="UTF-8"?> <agent-input clean="true" temporary="true"> <server> <repository location="http://www.ibm.com/software/repositorymanager/com.ibm.websphere.ND.v90" /> </server> <install modify='false'> <offering id='com.ibm.websphere.ND.v90' profile='IBM WebSphere Application Server V9.0' features='core.feature,ejbdeploy,thinclient,embeddablecontainer' installFixes='none'/> </install> <profile id='IBM WebSphere Application Server V9.0' installLocation='/QIBM/ProdData/WebSphere/AppServer/V9/ND'> <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppServer/V9/ND'/> <data key='was.install.os400.profile.location' value='/QIBM/UserData/WebSphere/AppServer/V9/ND'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> </agent-input>
Usage notes
The versionInfo and historyInfo commands return version and history information for the WebSphere Application Server based on all of the installation, uninstallation, update, and rollback activities performed on the system.
After you install the product, create the profiles that define the application server runtime environment. See Setting up the application serving environment.
![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)

- Instead of the Configuration Migration Tool, use a combination of the WASPreUpgrade, manageprofiles, and WASPostUpgrade commands.
- Instead of the Profile Management Tool, use the manageprofiles command.
Uninstallation examples
All WebSphere Application Server offerings are uninstalled by using IBM Installation Manager.
For step-by-step instructions for uninstalling product offerings, see Uninstalling the product offerings.

- Command-line examples
For step-by-step instructions for uninstalling by using the command line, see Uninstalling the product offerings by using the command line.
- Response file example
For step-by-step instructions for uninstalling by using a response file, see Uninstalling the product offerings by using response files.
<?xml version="1.0" encoding="UTF-8"?> <agent-input clean='true' temporary='true'> <uninstall modify='false'> <offering id='com.ibm.websphere.ND.v90' profile='IBM WebSphere Application Server V9.0'/> <offering id='com.ibm.java.jdk.v8' profile='IBM WebSphere Application Server V9.0'/> </uninstall> <profile id='IBM WebSphere Application Server V9.0' installLocation='C:\Program Files\IBM\WebSphere\AppServer'> <data key='eclipseLocation' value='C:\Program Files\IBM\WebSphere\AppServer'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> </agent-input>
<?xml version="1.0" encoding="UTF-8"?> <agent-input clean='true' temporary='true'> <uninstall modify='false'> <offering id='com.ibm.websphere.ND.v90' profile='IBM WebSphere Application Server V9.0'/> </uninstall> <profile id='IBM WebSphere Application Server V9.0' installLocation='/QIBM/ProdData/WebSphere/AppServer/V9/ND'> <data key='eclipseLocation' value='/QIBM/ProdData/WebSphere/AppServer/V9/ND'/> <data key='user.import.profile' value='false'/> <data key='cic.selector.nl' value='en'/> </profile> </agent-input>