"Alex Tavera V." wrote:

> Hi,
>
> I'm using Tomcat-Apache as my JSP server.
> Calling a JSP file from a web browser (test.jsp) it works, but when I call
> it with the jsp extension uppercase (test.JSP) actually I can see all the
> JSP code!!
>
> Does anybody knows, how to deal with this problem?
>

Yes -- you've got two options:

* Type your URL correctly -- they are case sensitive (so Tomcat
  is correctly checking only for "*.jsp").

* Add <servlet-mapping> entries for all the other variations you
  want to use that map to the JSP page compiler servlet.

>
> Thanks.
>
> Alex
>

Craig McClanahan

===========================================================================
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