0 Replies Latest reply on Dec 20, 2005 11:26 AM by demsei

    Remove .jsp extension from URL

    demsei

      I need to setup an evironment that can call a JSP page without the *.jsp extension. I can't change code at this point which currently makes calls to jsp pages without the .jsp extension. Is there a way to do this in JBoss AS? Would this be something I could do as a new context?

      Example:

      http://someserver/thispage.jsp

      INSTEAD CALL IT AS

      http://someserver/thispage

      Thanks for any help