Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    2,623

    Re: Help with JSP and Servlets

    Did you try it?
  2. Replies
    10
    Views
    2,623

    Re: Help with JSP and Servlets

    <url-pattern>/miami</url-pattern>

    The above line indicates the url may be specified a bit differently...try:
    /nameofwar/miami
  3. Replies
    10
    Views
    2,623

    Re: Help with JSP and Servlets

    Please post your web.xml
  4. Replies
    10
    Views
    2,623

    Re: Help with JSP and Servlets

    I don't use netbeans, but am guessing by default the url of the servlet is set to root (eg '/Register'), so try accessing the servlet like:
    '/nameofwar/Register'
    where nameofwar is the name of the...
  5. Replies
    10
    Views
    2,623

    Re: Help with JSP and Servlets

    I assume your Register servlet is in a package named website? Depending upon how you've configured the url in the web.xml, there should be no need to specify the package name (you should however...
Results 1 to 5 of 5