Websphere 애플리케이션 서버 8.5를 Ubuntu 12.04에 설치할 수 있습니까? 그리고 어떻게?

Websphere 애플리케이션 서버 8.5를 Ubuntu 12.04에 설치할 수 있습니까? 그리고 어떻게?

Ubuntu에 WAS를 설치할 수 있는 경우 구성 및 설치 방법은 무엇입니까?

답변1

다음 링크에는 WebSphere Application Server 8.5에서 공식적으로 지원하는 Linux 배포판이 있습니다.

http://pic.dhe.ibm.com/infocenter/prodguid/v1r0/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1307977887217&osPlatform=Linux

AsianLinux, Red Hat Enterprise Linux 및 Suse Linux Enterprise만 공식적으로 지원되며 Ubuntu는 지원되지 않습니다.

답변2

Ubuntu는 IBM에서 WebSphere용으로 지원하는 OS는 아니지만 개발 환경용 Ubuntu에 WAS(WebSphere Application Server) 8.5를 설치할 수 있습니다.

  1. 전제조건

몇 가지 필수 구성 요소 패키지를 설치해야 합니다. 다음 명령을 실행하여 동일한 것을 설치하십시오.

sudo apt-get libxtst6 libgtk2.0-0 libc6:i386 libgcc1:i386 libgtk2.0-0:i386 libswt-glx-gtk-3-jni:i386 libswt-gnome-gtk-3-jni:i386 libstdc++6 :i386

기본 쉘을 변경하십시오. sudo mv /bin/sh /bin/sh.org sudo ln -s /bin/bash /bin/sh

  1. IBM 웹 사이트에서 바이너리를 다운로드하십시오.
  2. 임시 위치에 바이너리를 추출합니다.
  3. 설치 관리자를 시작합니다.
  4. Repository.config 파일을 추가합니다. 추출된 바이너리로 이 파일을 얻을 수 있습니다.
  5. 설치 버튼을 클릭하면 설치가 시작됩니다

원천 :Ubuntu에 WebSphere Application Server를 설치하는 방법

답변3

IBM Websphere Application Server Network 배포는 이제 버전 이후 Ubuntu 14.04 LTS를 지원하는 것 같습니다.8.5.5.5

http://www-969.ibm.com/software/reports/compatibility/clarity-reports/report/html/softwareReqsForProduct?deliverableId=1345529544358&osPlatform=Linux

관련 정보