Re: ActionServlet class loading problem

2004-08-06 Thread Craig McClanahan
On Fri, 06 Aug 2004 23:26:12 -0400, Erik Weber <[EMAIL PROTECTED]> wrote: > > Anyone have any idea what is going on here? I sense that there is a > problem with "unloading" of classes here, but this only seems to happen > with Struts apps (though I can't say I have tested extensively with > JBoss

Re: ActionServlet class loading problem

2004-08-06 Thread Erik Weber
Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 11:23 AM To: Struts Users Mailing List Subject: Re: ActionServlet class loading problem There is nothing an application (or an application framework) can really do to affect how servlet containers do application reloads. I&

Re: ActionServlet class loading problem

2004-08-06 Thread Erik Weber
e. --Brad -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 11:23 AM To: Struts Users Mailing List Subject: Re: ActionServlet class loading problem There is nothing an application (or an application framework) can really do to affect how

Re: ActionServlet class loading problem

2004-08-04 Thread Erik Weber
Subject: Re: ActionServlet class loading problem There is nothing an application (or an application framework) can really do to affect how servlet containers do application reloads. I've had lots of success on pure Tomcat 5 installations, but I have heard hearsay about problems with the JBoss

RE: ActionServlet class loading problem

2004-08-02 Thread Brad Balmer
. Try changing it to false to use the Tomcat one. --Brad -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 11:23 AM To: Struts Users Mailing List Subject: Re: ActionServlet class loading problem There is nothing an application (or an

Re: ActionServlet class loading problem

2004-08-02 Thread Craig McClanahan
There is nothing an application (or an application framework) can really do to affect how servlet containers do application reloads. I've had lots of success on pure Tomcat 5 installations, but I have heard hearsay about problems with the JBoss class loader scheme (which completely replaces the st

Re: ActionServlet class loading problem

2004-08-02 Thread jacob skariah
Hi Mr Weber, I have also experienced the same problem with my applictaion. If more than one application deployed in Tomcat, this happens if we run one application after another. I couldnt yet find a better solution than deleting the work folder contents and reloading the application again.

ActionServlet class loading problem

2004-08-01 Thread Erik Weber
During hot deployment in JBoss 3.2.4 and 3.2.5 / Tomcat 5 (both on Red Hat and Windows 2000), ActionServlet is failing to initialize and logging this message to standard out not every time, but quite often: Error: [ActionServlet] javax.servlet.UnavailableException: Cannot initialize RequestProc