Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以前使用过 Tomcat 的 JDBC 连接池,它可以在 Java 中轻松配置。
现在我使用 Jetty 8。
如何在 Jetty 中使用 JDBC 连接池?我看了这里,但是我不知道把这些 XML 片段放在哪里。
您可以在 jetty.xml 文件或 WEB-INF/jetty-env.xml 文件或上下文 XML 文件中配置所有 JNDI 资源。有关更多信息,请参阅 JNDI。
您还需要将池实现 jar 文件添加到类路径中。