i extraction the files download from here ,but i encounter problem after i key in username and password from index.jsp.
"HTTP Status 404 - /daniwebtutorial/controller/login
type Status report
message /daniwebtutorial/controller/login
description The requested resource (/daniwebtutorial/controller/login) is not available.
Apache Tomcat/6.0.18"
Ver. Tomcat : Tomcat 6.0
paths to java :C:\Program Files\Java\jdk1.6.0_12\bin;
command compile : javac -classpath .;C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\servlet-api.jar LoginServlet.java
For the command compile, i got error message as below:
"javac: invalid flag: Files\Apache
Usage: javac <options> <source files>
use -help for a list of possible options"