Hello,

How do I set up an alias for a JSP using Tomcat in standalone mode ?
Here is an excerpt of my web.xml configuration file.

    <servlet>
      <servlet-name>routerJsp</servlet-name>
      <jsp-file>/some/where/CiscoRouterBoInfo.jsp</jsp-file>
    </servlet>
    <servlet-mapping>
      <servlet-name>routerJsp</servlet-name>
      <url-pattern>/RouterInfo</url-pattern>
    </servlet-mapping>

When I direct my browser to the JSP URL, /RouterInfo it does not work.
I get the following error message:

  Error: 404

  Location: /janet/mo/router/CiscoRouterBoInfo.jspnull

  File Not Found
  /some/where/CiscoRouterBoInfo.jspnull

Any ideas or pointers ?

Regards.
Eric.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to