Tomcat JNDI Settings

Source: Internet
Author: User

I. Configuration in the spring configuration file <bean id= "DataSource" class= "Org.springframework.jndi.JndiObjectFactoryBean" > <property Name= "Jndiname" > <value>java:comp/env/jndi/mybatis</value> </property> </bea N>

Second, the configuration of Web. XML in the project (these tags are used to establish the current application environment to the server resource mapping)

<resource-ref>

<description>jndi datasource</description> <res-ref-name>jndi/mybatis</res-ref-name> < Res-ref-type>javax.sql.datasource</res-ref-type> <res-auth>container</res-auth></ Resource-ref>

Third, in the Conf context.xml

<resource name= "Jndi/mybatis"                   auth= "Container"                   type= "Javax.sql.DataSource"                   driverclassname= "Com.mysql.jdbc.Driver"                  url= " Jdbc:mysql://localhost:3306/3dback "                  username= "Root"                   password= "123456"                   maxactive= "       "       &nbSp;   maxidle= "Ten"                   maxwait= "10000"/>   

Tomcat JNDI Settings

Related Article

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.