What are the types of batch file with the help of which we can start and stop apache tomcat server?



What are the types of batch file with the help of which we can start and stop apache tomcat server?..

Answer / Ashutosh Singh Chauhan

For starting Apache Tomcat, you would typically use the script 'startup.sh' (Unix) or 'startup.bat' (Windows). To stop it, you can use 'shutdown.sh' (Unix) or 'shutdown.bat' (Windows). These batch files are located in the bin directory of your Tomcat installation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Tomcat Interview Questions

Mention what are the connectors used in tomcat?

1 Answers  


How you can deploy a web application using war files?

1 Answers  


What is catalina?

1 Answers  


How do I can change the default home page loaded by tomcat?

1 Answers  


What do you understand by tomcat default port and can it used ssl?

1 Answers  


what is webserver? why it is used ?

3 Answers   Saahi,


Does apache need java?

1 Answers  


Who according to you is responsible for the tomcat foundation?

1 Answers  


How to know your apache tomcat version?

1 Answers  


Is tomcat single threaded?

1 Answers  


Why is tomcat not an application server?

1 Answers  


How to use jndi datasource provided by tomcat in spring?

1 Answers  


Categories