Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Good day,

As we know tomcat 7 support servlet 3.1 which is non-blocking just like node.js server.

I would like to know how could i use tomcat as completely non-blocking server.

1) Should i have to change java io functionality to java nio?
2) How should i use database operation.

any good tutorial link on tomcat 7 nio will be best help for me.

thanks.

What I have tried:

I have already searched on google but unfortunately found nothing.
Posted
Updated 1-Mar-18 5:27am

1 solution

I find the documentation the best place to start Apache Tomcat 7 Configuration Reference (7.0.85) - The HTTP Connector[^]
But quite often the very first hit in a search-engine search will do the trick
Understanding the Tomcat NIO Connector and how to configure it[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900