0 Replies Latest reply on Apr 5, 2005 7:09 PM by jbosss

    class loading and unloading

    jbosss

      We bundle our application with JBoss and have a Logon.jsp page for logging in. From the Logon.jsp you are directed to Page1.jsp. When the application is deployed it works fine, but after sometime, we get a 404 when we try to login from the Logon.jsp page. This is happening everyday

      Restarting the application makes the error go away. We have a compile script which compiles all the the jsps and running that also makes it go away. But what I dont understand is that once the page is accessed successfully, why do we get a 404 later on?

      Thanks!