샘플을 설치하거나 프로파일을 관리할 때, 기본 WebSphere Application Server 환경에서 사용되는 명령은 종종 IBM WebSphere Application Server Hypervisor Edition이 있는 환경에서 사용되는 명령과 다릅니다.
virtuser@leolpar04:/opt/IBM/HTTPServer/bin> sudo -u root ./adminctl start
virtuser@leolpar04:/opt/IBM/HTTPServer/bin> sudo -u root ./adminctl stop
virtuser@leolpar04:/opt/IBM/HTTPServer/bin> sudo -u root ./apachectl start
virtuser@leolpar04:/opt/IBM/HTTPServer/bin> sudo -u root ./apachectl stop
manageprofiles 명령 사용 시 약간의 차이가 있습니다. WebSphere Application Server에 포함된 샘플 애플리케이션이 기본적으로 IBM WebSphere Application Server Hypervisor Edition 버전 8.5의 가상 이미지에 설치됩니다. 기본 WebSphere Application Server GUI 설치 프로그램 사용 시, 기본적으로 샘플 애플리케이션이 설치되지 않습니다. 관리 보안이 사용되고 manageprofiles.sh 스크립트를 사용하여 추가 프로파일을 작성하는 경우, 유효성 검증 오류를 피하기 위해 다음 옵션을 포함하십시오.
프로파일 작성과 기능 보강 조작에 대한 로그 위치는 서로 다릅니다. 가상 이미지의 경우, 로그가 profile_root/logs/manageprofiles 디렉토리에 있습니다. 이는 모든 프로파일에 적용됩니다.
기본 WebSphere Application Server 환경에서, 프로파일은 opt/IBM/WebSphere/AppServer/Profiles 디렉토리에 저장됩니다. IBM WebSphere Application Server Hypervisor Edition은 다른 위치를 사용합니다. 가상 이미지에서, 프로파일은 opt/IBM/WebSphere/Profiles 디렉토리에 저장됩니다. 이와 유사하게, 가상 이미지에 대해 profileRegistry.xml 파일이 <profile_root>/properties 디렉토리에 저장되지만, 기본 환경에서는 <app_server_root>/properties 디렉토리에 저장됩니다.