[원본 출처] http://karaf.apache.org/manual/latest-2.3.x/users-guide/web-console.html
Web console(웹 콘솔)
The Karaf web console provides a graphical overview of the runtime.
Karaf Web 콘솔은 실행환경의 그래픽한 개요를 제공한다.
You can use it to: 그것을 할 수 있다.
- install and uninstall features (설치 및 설치 제거 기능)
- start, stop, install bundles (시작, 종료 번들 설치)
- create child instances ( 하위 인스턴스 생성하기)
- configure Karaf (Karaf 환경 구성하기)
- view logging informations (로깅 정보 보기)
Installing the web console (웹콘솔 설치하기)
The web console is not installed by default. To install it, run the following command from the Karaf prompt:
웹콘솔은 기본으로 설치되어있지 않다. 웹콘솔을 설치하기 위해 Karaf 프롬프트에 다음 명령어를 실행하라.
root@karaf> features:install webconsole
Accessing the web console (웹콘솔 접속하기)
To access the console for an instance of Karaf running locally, enter the following address in your web browser:
로컬에 실행중인 Karaf 의 인스턴스에 콘솔로 접속하기 위해, 웹브라우저에 다음 주소를 쳐라.
http://localhost:8181/system/console
Log in with the username karaf and the password karaf. If you have changed the default user or password, use the one you have configured.
사용이름 karaf 비밀번호 karaf 로 로그인 하라 만약 당신이 디폴트 사용자와 비밀번호를 변경했다면 당신이 환경구성한 사용자와 비밀번호를 사용하라.
Changing the web console port number (웹콘솔 포트 변경하기)
By default, the console runs on port 8181. You can change the port number by creating the properties file, etc/org.ops4j.pax.web.cfg, and adding the following property setting (changing the port number to whatever value desired):
기본적으로 콘솔은 8181 포트에 실행된다. 당신이 프로퍼티 파일 etc/org.ops4j.pax.web.cfg을 생성함으로써 포트를 변경 할 수 있고 프로퍼티 설정은 다음을 추가한다. (원하는 값이 무엇으로 포트번호를 변경하기)
org.osgi.service.http.port=8181
'Apache Karaf' 카테고리의 다른 글
Karaf User Guide - 보안 (0) | 2014.09.24 |
---|---|
Karaf User Guide - 하위 인스턴스 관리하기 (0) | 2014.09.24 |
Karaf User Guide - 원격 콘솔 접속하기 (0) | 2014.09.24 |
Karaf User Guide - 콘솔 사용하기 (0) | 2014.09.24 |
Karaf Users Guide - 서비스 Wrapper (0) | 2014.09.24 |