Tomcat 5.5 connection pool configuration, how to make the project the default Project

Source: Internet
Author: User

You just need to add this between

CopyCode The Code is as follows: <context docbase = "C: /program files/Apache Software Foundation/tomcat5.5/webapps/fengyue "Path =" "DEBUG =" 0 "reloadable =" true "privileged =" true ">
<Resource Name = "Aaa/oracleds" type = "javax. SQL. datasource"
Password = "maxtie17061706"
Driverclassname = "oracle. JDBC. Driver. oracledriver"
Maxidle = "2"
Maxwait = "5000"
Username = "maxtie"
Url = "JDBC: oracle: thin: @ 192.168.0.13: 1521: MMIS"
Maxactive = "4"/>
</Context>

This is configured together with the connection pool for the default project. If you want to change the path, you just need to change the path.

If only the default project is configured:

Copy code The Code is as follows: <context docbase = "C: /program files/Apache Software Foundation/tomcat5.5/webapps/fengyue "Path =" "DEBUG =" 0 "reloadable =" true "privileged =" true "> </context>

This sentence is enough. The key is the path.

Finally, the test code must be run in the web project.

Copy code The Code is as follows: initialcontext CTX = new initialcontext ();
Datasource DS = (datasource) CTX. Lookup ("Java: COMP/ENV/AAA/oracleds ");
Conn = Ds. getconnection ();

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.