Configure spy as a JNDI Data Source

Source: Internet
Author: User

 

Current image: P6Spy preparationSQL monitoring software. Prepare according to the website examples and descriptions. An error is reported when the server is started. Data source not found

Cause: 1. datasource prepared by spring adopts the JNDI method. And p6spy introduction. If you change the JDBC driver of the JDBC data source to com. p6spy. Engine. Spy. p6spydriver, you cannot replace the realjdbc driver with p6spy. Startup Error

 

Solution: Modify the spring. xml configuration file. Data Source Preparation Method

 

<Bean id = "datasourcetarget" class = "org. springframework. JNDI. jndiobjectfactorybean" lazy-init = "false">
<Property name = "jndiname">
<Value >$ {JDBC. jndiname} </value>
</Property>
<Property name = "resourceref">
<Value> true </value>
</Property>
</Bean>
 
<Bean id = "datasource" class = "com. p6spy. Engine. Spy. p6datasource" Destroy-method = "close">
<Constructor-Arg>
<Ref bean = "datasourcetarget"/>
</Constructor-Arg>
</Bean>

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.