I had been thru this link before i ask this question.
Generally when we browse http://localhost:80/
we see that ../tomcat/conf/web.xml
(file1) is getting picked by servlet container but not ../tomcat/webapps/ROOT/WEB-INF/web.xml
(file2), and there is nothing in file2.
Now, I have access to enterprise application which is available as default tomcat servlet(DTS), When i say DTS, it mean, when i type http://localhost:80/
I get the application page as http://localhost/ent-app/
My question:
In the link , it says to place the required app in ROOT folder to make specific servlet as DTS. But in my case, ROOT folder's WEB-INF/web.xml has nothing related to ent-app, Please help me understand, How my ent-app is being picked by servlet container as DTS?
What are the things that i need to check in tomcat folder of my machine for this to understand?