2007년 08월 08일
Tomcat 5.5에서의 <Resource> 작성
5.5이전과 작성법이 바뀌었습니다.

참고 : http://developer.spikesource.com/wiki/index.php/Question:Problems_upgrading_to_tomcat_5.5

<?xml version="1.0"?>
<Context docBase="yourapp" path="/yourapp">
<Resource name="jdbc/yourapp" scope="Shareable" type="javax.sql.DataSource"
factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"
url="jdbc:mysql://localhost:3306/yourapp?autoReconnect=true"
driverClassName="com.mysql.jdbc.Driver"
username="youruser"
password="yourpassword"
maxIdle="5"
maxActive="50"
/>
</Context>


by -A2- | 2007/08/08 14:44 | 개발/플밍 | 트랙백 | 덧글(0)
트랙백 주소 : http://ani2life.egloos.com/tb/3325922
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글



<< 이전 페이지 | 다음 페이지 >>