How to know your apache tomcat version?



How to know your apache tomcat version?..

Answer / Rohit Sharma

To find out the Apache Tomcat version, you can check the server log files or access the Manager Web Application (if enabled) at http://localhost:8080/manager/html. The version information is displayed on the main page.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Tomcat Interview Questions

What is application server clustering?

1 Answers  


How can we put a restriction to upload files on our web server?

1 Answers  


What is the directory structure of a web application deployed on tomcat?

1 Answers  


What do you understand by mpm in apache?

1 Answers  


Explain the concepts of tomcat servlet container?

1 Answers  


Mention what is the output of select * from tab?

1 Answers  


What are the different ways in which we can secure the websites hosted on tomcat server?

1 Answers  


How do you create multiple virtual hosts?

1 Answers  


How many valves is tomcat configured with?

1 Answers  


I have a "webb app" in Tomcat that serves only HTML, and I'd like to make the path component of the URL case- insensitive. So if the client navigates to http://<domain.host>/Pics or http://<domain.host>/pics or http://<domain.host>/PIcs they'll get the same resource.

1 Answers  


Why is tomcat used?

1 Answers  


Do apache tomcat generate log files? If yes name them?

1 Answers  


Categories