Java – Tomcat: startup.bat is missing

batch-filejavatomcatwindows

In many materials about tomcat what I've looked I saw that authors uses exeternal batch script for start and stop tomcat.

I didn't see information about wrting this script. I think this script provided by tomcat.

I used exe file for installing my tomcat 7 on my windows 7. In tomcat directory I search startup.bat. This file is missed.

Can you help me?

Best Answer

It should be in the /bin directory. If you're missing this file possibly it means that you have installed Tomcat using Windows Installer. Try to download appropriate .zip archive, I believe that you will find startup script there.

Related Topic