Hi all,
I am new to
servlet 3.0. I'm using Eclipse Indigo(3.7) and
Tomcat 7.0.20.
I want to load my code to the browser using this url -
http://localhost:8080/SCWCD/HelloWorld
but it returns the HTTP status 404.
HelloWorld.java
I generated also a web.xml
After helping me out with loading it into the browser, now my question is does servlet 3.0 still needs web.xml to load this simple app?
Anyway, your help is highly appreciated!