Re: Tomcat 8 Connection Pooling

2017-07-18 Thread Avinash Krishnan
cat : localhost log, catalina log, manager log, > host manager log, localhost access log) > > > On 18/07/2017 13:55, Avinash Krishnan wrote: > >> Hello Riccardo , >> >> Thanks for the response. This didn't work for me. Connections are not >> getting initated

Re: Tomcat 8 Connection Pooling

2017-07-18 Thread Avinash Krishnan
t; > > in web/WEB-INF/web.xml add in tag : > > > jdbc/tomcattest > > > javax.sql.DataSource > > > > and in a java class add this : > > public class T3Servlet extends HttpServlet > { > @Resource(name="jdbc

Tomcat 8 Connection Pooling

2017-07-18 Thread Avinash Krishnan
I am trying to implement Apache Tomcat 8.5.15 "Tomcat JDBC Connection Pool" using the steps mentioned in the guide. Can some one help me to understand how this connection pooling has to be done. Is the Plain Java Method,by implementing Pool Properties is an alternative to the JNDI lookup based p