此内容没有您所选择的语言版本。

Chapter 2. Installing IBM WebSphere


You must download and install IBM Installation Manager before installing IBM WebSphere.

2.1. Downloading and installing IBM Installation Manager

  1. Download IBM Installation Manager version 1.8.5 or later from the IBM Installation Manager and Packaging Utility download links page.
  2. Extract the downloaded archive and run the following command as the root user in the new directory:

    sudo ./install

    IBM Installation Manager opens.

  3. Go to File Preferences and click Add Repository.

    The Add Repository dialog window opens.

  4. Enter the repository URL for IBM WebSphere 9.0. You can find all the repository URLs in the Online product repositories for WebSphere Application Server offerings page of the IBM Knowledge Center. For example:

    http://www.ibm.com/software/repositorymanager/V9WASILAN

2.2. Creating a WebSphere profile and user name

A profile defines the run time environment. The profile includes all the files that the server processes in the run time environment and that you can change. The user is required for login. In this example, we will use websphere for both the user name and password.

  1. From your terminal, navigate to the WebSphere Application Server folder location that you specified during the installation.
  2. Change to the /bin directory and run the following command:

    sudo ./manageprofiles.sh -create -profileName testprofile -adminUserName websphere -adminPassword websphere

2.3. Starting the server

  1. From your terminal, navigate to the WebSphere Application Server folder location that you specified during installation.
  2. Change to the /profiles/testprofile/bin directory and run the following command:

    sudo ./startServer.sh server1
  3. Navigate to http://TARGET_SERVER:9060/ibm/console in your web browser and log in with the user credentials created in the previous procedure. For example: http://localhost:9060/ibm/console.

    The WebSphere Integrated Solutions Console opens.

Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2026 Red Hat
返回顶部