일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- Stock ipo
- 7월 공모주 청약 일정
- 오라클
- 제이쿼리
- linux
- 주식
- codeigniter
- MYSQL
- css
- Eclipse
- 주식 청약
- jquery
- JavaScript
- 자바
- 6월 공모주 청약 일정
- 맥
- 공모주 청약
- 공모주
- 자바스크립트
- Stock
- java
- 주식 청약 일정
- Oracle
- 코드이그나이터
- html
- 리눅스
- SQL
- 공모주 청약 일정
- php
- IPO
- Today
- Total
개발자의 끄적끄적
[was] jboss 설치방법 [펌] 본문
[was] jboss 설치방법 [펌]
우선 jboss 설치 파일은 아래의 url에서 다운로드할 수 있다.
http://jbossas.jboss.org/downloads/

위의 그림에서 필요한 버전을 다운로드 받는다. 다운로드 완료 후
해당 폴더 내 bin폴더로 이동하여 add-user.bat를 실행한다.
add-user.bat 파일은 관리자 계정을 생성할 수 있는 배치파일이다.

이후 먼저 type 설저에서 a(관리자 계정생성)을 선택 한 후 username값과 password 값을 입력하면
정상적으로 계정이 생성된다.
What type of user do you wish to add?
a) Management User (mgmt-users.properties)
b) Application User (application-users.properties)
(a): a
Enter the details of the new user to add.
Realm (ManagementRealm) :
Username : crehacktive
Password :
Re-enter Password :
About to add user 'crehacktive' for realm 'ManagementRealm'
Is this correct yes/no? yes
Added user 'crehacktive' to file 'C:\jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\s
tandalone\configuration\mgmt-users.properties'
Added user 'crehacktive' to file 'C:\jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\d
omain\configuration\mgmt-users.properties'
이후 아래의 그림과 같이 bin폴더 내 standalone.bat 파일을 실행하여 서버를 실행시킨다.

정상적으로 구동 완료 후 http:/localhost:8080 페이지 접근 시 jboss start page를 확인할 수 있다.
그리고 http://localhost:9990 으로 접근 시 jboss 관리자 페이지에 접근할 수 있으며, 해당 생성한 계정 입력 후 정상적으로 관리자 페이지 이용이 가능하다.

'개발 > was & server' 카테고리의 다른 글
[apache] CentOS7 SSL 인증서 설치하기 (0) | 2020.03.24 |
---|---|
[was] apache 보안 설정 (0) | 2020.03.22 |
[JBOSS AS 7 팁] eclipse 사용시 jsp 등 자원 변경 즉시 적용 팁 ( auto deploy ) [펌] (0) | 2020.03.11 |
[iis] ssl 인증서(*.pfx) 갱신 [펌] (0) | 2020.03.09 |
[was] Apache CORS 설정 [펌] (0) | 2020.02.07 |