adspace
What are the types of batch file with the help of which we can start and stop apache tomcat server?
Answer Posted / 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 View All Answers