One more question :
1. Why do we have 3 versions of class loaders : UnifiedClassLoader,
UnifiedClassLoader2 and UnifiedClassLoader3 ? Similarly for
UnifiedLoaderRepository, again why 3 versions?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872947#3872947
We are using JBoss 3.2.1
I have a few questions about the class loading architecture.
As I understand it, whenever a class is needed, the UnifiedClassLoader3 tries
to get it from the ClassLoaderRepository cache. If it does not find it there,
it tries to see if it can itself load the class. If t
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?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872919#3872919
Reply to the post :
http:
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 t
We are observing this on a number of our instances. We have a Logon.jsp on
which after entering the username/pass you are directed to another page.
Everything is fine and after sometime, when you try to login, instead of
rendering the other page, a blank page appears. No errors thrown on the Jav