RE: simple HelloWorld example - 404

2004-07-20 Thread Shapira, Yoav
HelloWorld example - 404 From: Scott D. Anderson [EMAIL PROTECTED] when I click on the link to servlet/HelloWorld I get a 404. Examples with /servlet/ in the URL usually depend upon the Invoker Servlet being enabled. It is now disabled by default, and although it's more frustrating in the beginning

simple HelloWorld example - 404

2004-07-19 Thread Scott D. Anderson
I'm a novice and I'm working through the Tomcat documentation. (I'm using Tomcat 5.) I've gotten to step 3, http://localhost:8080/tomcat-docs/appdev/deployment.html I'd previously compiled the HelloWorld example from the O'Reilly book on Java Servlet Programming by Hunter. I then wanted to

Re: simple HelloWorld example - 404

2004-07-19 Thread Schalk Neethling
Where is your web.xml located? And if it is located inside foo/WEB-INF/ then have you tried accessing the servlet when you remove the web.xml? Scott D. Anderson wrote: I'm a novice and I'm working through the Tomcat documentation. (I'm using Tomcat 5.) I've gotten to step 3,

Re: simple HelloWorld example - 404

2004-07-19 Thread Wendy Smoak
From: Scott D. Anderson [EMAIL PROTECTED] when I click on the link to servlet/HelloWorld I get a 404. Examples with /servlet/ in the URL usually depend upon the Invoker Servlet being enabled. It is now disabled by default, and although it's more frustrating in the beginning, it's better to