In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Enterprise web servers are used at work, such as weblogic, it is very convenient to configure JNDI data sources. If you have nothing to do at home, you want to use tomcat to configure JNDI, which is easy to build the system to use. It is found that there is no interface operation for versions above tomcat6.x.
I remember that JNDI was previously configured on the version of Tomcat5.x, or the interface is visual, which is more convenient to operate. Now the above version of tomcat6.x can only configure JNDI through configuration files.
Take notes below for later review.
Configure JNDI above Tomcat6.x
Step 1: put the driver jar package of the corresponding database jdbc into the lib of tomcat
What I use here is the oracle 10g version database. When using ojdbc14.jar, you need to note that different versions of Oracle correspond to different jdbc driver jar packages, and you need to use a matching jar file.
Step 2:
Add to the server.xml under the conf folder under tomcat:
This must be kept. It's new.
Step 2:
Add to the context.xml under the conf folder under tomcat:
WEB-INF/web.xml
Step 4:
Inject the data source bean into the configuration file of spring:
Java:comp/env/jdbc/oracle
The above configuration can complete the configuration of JNDI data source under tomcat6.x.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.