2 Replies Latest reply on Dec 27, 2006 12:20 AM by siddharthags

    Loigin.jsp limitation?

    siddharthags

      does tomcat have any limitation that my webapp cannot have a file called Login/.jsp in its war? i have something like webapp/jsp/Login.jsp which if i try to reference gives me an error saying that the serve is not reachable redirecting it to https://lh:8080/war/jsp/Login/.jsp..


      any help?

        • 1. Re: Loigin.jsp limitation?
          peterj

          I cannot tell if you mistyped the file names (you mention both Login/.jsp and Login.jsp, which one is correct?) in your post, or if your mistyped you configuration (for example, the file is really named Login.jsp but you have indicated Login/.jsp in the web.xml).

          In my application, my login JSP is called login.jsp, so there is no issue with using that name.

          Perhaps you should post the security settings within your web.xml file.

          • 2. Re: Loigin.jsp limitation?
            siddharthags

            yes it is Login.jsp it was a typo for the slash in the name, saw it after I posted it. well as weird as it sounds login.jsp (note the lower case L) works and Login.jsp (the cap letter one) does not.. the lower case one without any security setting works ok.. I did see some verbiage online that someone else ran into some problem similar to this because of some conflict with root context having something similar..not sure how they got around it.