0 Replies Latest reply on Apr 29, 2004 4:46 PM by aroller

    Beware: Welcome File of Root Context cannot have leading sla

    aroller

      The welcome file of my web application is not found when I change the web app context from "/content" to "/" .

      <welcome-file-list>
      <welcome-file>/index.jsp</welcome-file>
      </welcome-file-list>

      works fine under "/content", but not under "/" context.

      I change /index.jsp to index.jsp and it works fine. I hope this post will save someone more time then I spent looking for this problem.