RE: [java ee programming] JSP and Servlets

2009-12-17 Thread James Boswell
Hi, I always found the Core Servlets series of books very useful. There are some free tutorials under this series that can be found here: http://courses.coreservlets.com/Course-Materials/ The JSP and Servlets Beginners course is here: http://courses.coreservlets.com/Course-Materials/csajsp2.ht

RE: [java ee programming] Re: Lab 4010 home work problem

2009-12-17 Thread peeter brunch
Hi everyone, Pls ignored the previous mail I sent prior to this one regarding this problem. Now everything works fine for me. The culprit is the URL is case sensitive. I entered a URL in wrong case that create the problem. Sorry again! Regards, Peeter Date: Tue, 15 Dec 2009 11:5

RE: [java ee programming] Re: Lab 4010 home work problem

2009-12-17 Thread peeter brunch
Hi Mihai, Sorry for creating the confusion. The fact is I just follow the instruction from the Lab material which said after starting the Tomcat server from window command prompt, from your browser, go to http://localhost/WebGoat/attack. So I enter http://localhost:8080/WebGoat/attach on