I am just learning JSP and am having the following problem :

I am running Java Web Server and have created a new Web Application (per the
FAQ).
I created a very simple form with a simple bean to look at the form
variables.  My question is how should the mapping.properties and the
servlet.properties files look?  The following is the directory structure :

jswdk101
   WebApplication
       jsp
           login
              login.jsp
       web-inf
           jsp
              beans
                 login
                    LoginBean.java

Where everything is a directory except for the .java and .jsp files.  I have
tried setting up the mappings correctly, but whenever I hit the page
http://localhost/WebApplication/login/login.jsp I get a 404 error.  There is
no information in the web server window, and no other message.  According to
the FAQ this is occurring due to the fact that something in one of the
properties files is not setup correctly.  If anyone can help me configure
these files I would be eternally greatful.

Thanks in advance for any help you may be able to lend.

Quenten Van Egeren

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to