Questions tagged [servlet-4]

17 questions
0
votes
1 answer

How to serve a static content with tomcat?

I'm learning j2ee and try to develop my first web application with servlet api 4. But I have some problems with static content such as css files or images. Tomcat doesn`t skip the request to static content. How can I resolve this problem? Here is my…
0
votes
1 answer

How can i get connection from connection pool tomcat 8

I am learning how to work with Servlet api and trying to develop my first web application. And I have a problem with JDBC connection. I understand how I can connect to my DB, but I want to get connection from connection pool. I dont understand how I…
1
2