톰캣 버전 : 8.0
STS 3.8


server -> tomcat 8.0 -> context.xml

1
2
3
4
5
6
7
8
9
10
11
12
<Resource
    name = "jdbc/oracle"
    auth = "Container"
    type = "javax.sql.DataSource"
    driverClassName = "oracle.jdbc.OracleDriver"
    url = "jdbc:oracle:thin:@localhost:xe"
    username = "DB_ID"
    password = "DB_PW"
    maxActive = "50"
    maxIdle = "20"
    maxWait = "-1"
 />
cs


'프로그래밍 > JAVA' 카테고리의 다른 글

JDK 설치 & 환경변수 설정  (0) 2016.05.05


2016년 5월 5일 기준

최신버전은 jdk-8u91



빨간 네모안에있는 Accept License Agreement 를 체크한 후에 자신의 운영체제와 맞는 버전을 다운 받는다.





'프로그래밍 > JAVA' 카테고리의 다른 글

톰캣 커넥션풀 설정  (0) 2016.07.06

+ Recent posts