This may be a very basic and simple question for experienced people, but I am a little confused about this :
If there are multiple connections to a website hosted on tomcat, will there be multiple threads or processes or what is the basic mechanism through which the underlying java, jsp code is accessed ?
Tomcat uses threads. There’s an article on java.net that among other things goes through the most important configuration values:
I’d recommend checking out the article.