I'm writing web application with using Spring, Velocity and Tomcat as container. My problem is that everything worked fine when I launched application on Windows 7, but some day I was forced to replace it with Windows 8. I've installed Eclipse IDE for Java EE Developers, m2e for Maven Integration, Velocity tools and Tomcat 7.x. When I started application, and typed "http://localhost:8080/web/hello" I've got "HTTP Status 404 - The requested resource is not available" error. I have no idea what is going on, because it worked earlier. If it's needed I can paste some source code, but I think problem is with some wrong path after installing new Windows. Thanks in advance for help
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Check your console log from the application startup. It probably shows you an error there and isn't starting up your application. Otherwise it should you the log from Spring starting up successfully. |
|||||||||||
|