[JBoss-user] [HTTPD, Servlets & JSP] - Re: jboss classloading question

2005-04-06 Thread jbosss
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

[JBoss-user] [HTTPD, Servlets & JSP] - jboss classloading question

2005-04-06 Thread jbosss
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

[JBoss-user] [HTTPD, Servlets & JSP] - getting a 404

2005-04-06 Thread 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? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872919#3872919 Reply to the post : http:

[JBoss-user] [HTTPD, Servlets & JSP] - class loading and unloading

2005-04-05 Thread 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 t

[JBoss-user] [HTTPD, Servlets & JSP] - _jsp.java and _jsp.class files disappearing

2005-04-04 Thread jbosss
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