2 Replies Latest reply on May 31, 2004 1:17 PM by treespace

    Precompiled Welcome file failure

      Using tomcat configuration in JBoss 3.2.3. I precompiled my JSPs but my default page stopped working. This works with loose files but not when I precompile servlets:

      http://localhost:8080


      This always works, precompiled or not:

      http://localhost:8080/sentry.jsp

      The welcome-file-list has an entry for sentry.jsp. The servlet mapping for the precompiled JSPs is /sentry.jsp. I tried adding a welcome-file with the leading slash but that did not work. Any ideas?

      TIA