java - i keep getting 404 tomcat error -
i've wamp installed , working fine using port 80 installed tomcat apatche use java ee , keep getting 404 tomcat error on first project http://localhost:8080/test/ (a simple , empty html page) server [started,synchronised] i've set system variables below catalina_home c:\apache-tomcat-8.0.24 java_home c:\program files\java\jdk1.8.0_51 and added ;%java_home%;%java_home%\bin path it doesnt work i've stopped server, switched server location "use tomcat installation(take control of tomcat installation)" , didn't fix either had tomcat year before working wamp wasn't installed i'm running out of options here . can me please ? i think indeed wamp guilty. if running listening port 80, tomcat cannot start listening port (if configured in server.xml). when turn localhost/test arrive wamp instead of tomcat. so, first check whether wamp running , port tomcat expected listen to. either stop wamp or change configuration of 1 of severs avoid po...