JTrac
jtrac 폴더에 jtrac.properties 생성
jtrac.home=D:\xampp\htdocs\jtrac
설치 후 접속
jtrac 폴더에서 start.bat 실행
접속
localhost:8888
admin/admin
https://blog.naver.com/joomanba/30014190267 |
1.JVM 및 WAS 설치
- java 5 설치
- tomcat 5.5 이상 설치 (servlet 2.4 표준 지원)
2. 어플리케이션 배포
jtrac.war를 풀어서 톰캣서버 webapp 디렉토리에 복사
3. jtrac 홈디렉토리 생성
ex) d:\jtrac
4. jtrac-init.properties 수정
jtrac 어플리케이션의 WEB-INF/classes 폴더 밑에 있는 jtrac-init.properties 파일에
jtrac 홈디렉토리를 설정한다.
ex) jtrac.home=d:/jtrac
5. jtrac 데이타베이스 생성
create table jtrac character set utf8 collate utf8_general_ci;
6. mysql 연동
jtrac 홈디렉토리에 jtrac.properties 파일을 생성하고 아래와 같이 DB 연결정보를 설정한다.
database.driver=com.mysql.jdbc.Driver
database.url=jdbc:mysql://localhost/jtrac?useUnicode=true&characterEncoding=UTF8
database.username=root
database.password=
hibernate.dialect=org.hibernate.dialect.MySQLDialect
hibernate.show_sql=false
그리고 mysql JDBC 드라이버를 WEB-INF/lib 디렉토리에 복사한다.
7. mysql UTF8 셋업
윈도우 : MySQL 프로그램 홈디렉토리 밑의 my.ini
Unix : /etc/my.cnf
/etc/my.cnf
[mysqld]
default-character-set=utf8
8. mysql를 재구동하고 jtrac 스키마를 생성
[출처] JTrac 설치하기|작성자 elon
'컴퓨터 활용(한글, 오피스 등) > 기타' 카테고리의 다른 글
Windows Redmine 수동 구축 하기 (0) | 2025.04.11 |
---|---|
리눅스 사용자 계정 생성 및 권한 부여 (0) | 2025.04.11 |
Cockpit 설치 및 구성 (0) | 2025.04.11 |
특정 금융거래정보의 보고 및 이용 등에 관한 법률 분석 (0) | 2025.04.11 |
'빈칸' 의 띄어쓰기 (0) | 2025.04.10 |