How do I can change the default home page loaded by tomcat?
Answer / Akhilesh Kumar Ojha
To change the default home page loaded by Tomcat, you need to modify the 'web.xml' file of your web application located in the 'WEB-INF' directory. Add a Welcome File List with the desired HTML file as the first entry.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you understand by tomcat-users.xml configuration file?
What is the configuration file in tomcat server?
What are tomcat threads?
Is tomcat good for production?
How can we put a restriction to upload files on our web server?
if i delete my java class files after the compile?but it does not goes to the recyclebin.Now i want to get the java class file
Why is tomcat not an application server?
Which is best web server?
How do I know what version of java tomcat is using?
Who according to you is responsible for the tomcat foundation?
Does tomcat need apache web server?
what is recommended way for spawning threads from a servlet in tomcat?