1 Reply Latest reply on Apr 6, 2005 6:08 PM by treespace

    getting a 404

    jbosss

      Hi,

      We are using JBoss 3.2.1
      Everything is fine and runs good, but after some time, we start getting 404 for all the jsps. Is there some problem with the class loading?

        • 1. Re: getting a 404

          Try capturing the 404 and poking around from there.

          <web-app>
           <error-page>
           <error-code>404</error-code>
           <location>/jbossssss/whaddup.jsp</location>
           </error-page>
          </web-app>