I am installing Tomcat 7 in my PC it works in Eclipse but when I try to open in bin/
tomcat7.exe it just open and closes, (I am stopping the server in Eclipse). Also, in Eclipse I'am trying to open admin console like URL:(localhost:1234/admin)
it shows 404 error. Can anyone who knows this problem explain a solution?
Most common issue with Tomcat note starting is that Java is not configured properly, user trying to start Tomcat does not have permissions to do so, or another program is using port 8080 on that server.
Open Task Manager, and select More details if not already expanded. Select the Services tab. Locate IDM Apps Tomcat Service and right-click over it. Select Start, Stop, or Restart.
If you are using Windows, you can follow the following to run tomcat7.exe
:
cmd
) JAVA_HOME
or JRE_HOME
. Eg. set JRE_HOME=C:\Program Files\Java\jre7
cd C:\Program Files\apache-tomcat-7.0.35\bin
startup.bat
file. Eg. startup
. This should start your tomcat server without using Eclipse.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With