RE: Cannot preload ActionServlet in JRun3.1using Struts1.1-b1

2002-04-16 Thread Jesse Alexander (KADA 12)
: 'Struts Users Mailing List' Subject: RE: Cannot preload ActionServlet in JRun3.1using Struts1.1-b1 Howdy, Thanks for the reply. By looking at the code in org.apache.commons.logging.LogFactory.findClassLoader() it seems to be doing what you've suggested. I've found similar mes

RE: Cannot preload ActionServlet in JRun3.1using Struts1.1-b1

2002-03-29 Thread Ronel Sumibcay
02 2:00 AM To: Struts Users Mailing List Subject: RE: Cannot preload ActionServlet in JRun3.1using Struts1.1-b1 Hi, having done some classloading lately... I would say it is a standard issue with J2EE-compatible servlet-engines. It depends where you have the struts- and logging-jars. If they ar

RE: Cannot preload ActionServlet in JRun3.1using Struts1.1-b1

2002-03-28 Thread Jesse Alexander (KADA 12)
(class_name); hope this helps Alexander -Original Message- From: Ronel Sumibcay [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 26. März 2002 00:32 To: 'Struts Users Mailing List' Subject: Cannot preload ActionServlet in JRun3.1using Struts1.1-b1 This may be a problem in JRun'

Cannot preload ActionServlet in JRun3.1using Struts1.1-b1

2002-03-25 Thread Ronel Sumibcay
This may be a problem in JRun's web app class loading implementation or in the commons-logging implementation. The exception occurs if you try to preload the ActionServlet. But if the ActionServlet is initialized from a request it is loaded just fine. It looks like the org.apache.commons.logging.L