Exception handling in action class - Reloading the same page

2003-11-05 Thread Giovani Salvador
Hi... I will try to explain my problem. I have this action mapping As all of you can see, i am using the "parameter" attribute so i can pass which method to call. There´s no "input" because depending on what method to call, i

Re: Class Reloading in Weblogic 6.1 - Using Struts 1.1 b2

2002-11-01 Thread David Graff

Class Reloading in Weblogic 6.1 - Using Struts 1.1 b2

2002-11-01 Thread Jain, Manish
Title: Message Hi   We are using Struts 1.1 b2 to replace our existing JSP's into Struts framework. Every change to Action Class and Form class requires RESTART of weblogic server. Is there a way around this problem ?   Thanx Manish     -- To unsubscribe, e-mail:

Re: Class reloading error in Tomcat on Sun Solaris

2002-02-21 Thread Demon
> I try to use Tomcat 4.0.2 with Struts 1.0.2 on Sun Solaris. After I upload > new Form class or Action class (without tomcat shutdowning) the errore > occure: "javax.servlet.ServletException: Parsing error processing resource > path /WEB-INF/struts-config.xml" or "javax.servlet.ServletException:

Re: Class reloading error in Tomcat on Sun Solaris

2002-02-21 Thread keithBacon
You can't complain then! If you are running multiple live web-apps on Tomcat you are pushing your luck! Maybe you need a commercial server. The more you pay the more flexible the operational environment (I would hope!!). --- Struts Newsgroup <[EMAIL PROTECTED]> wrote: > Subj

Re: Class reloading error in Tomcat on Sun Solaris

2002-02-21 Thread @Basebeans.com
Subject: Re: Class reloading error in Tomcat on Sun Solaris From: "Denis A.Vishniakov" <[EMAIL PROTECTED]> === > Are you saying restarting the server doesn't make it go away? Restart of Tomcat is the only way to restore work of the application. After restarting

Re: Class reloading error in Tomcat on Sun Solaris

2002-02-20 Thread keithBacon
;t have to. --- Struts Newsgroup <[EMAIL PROTECTED]> wrote: > Subject: Class reloading error in Tomcat on Sun Solaris > From: "Denis A.Vishniakov" <[EMAIL PROTECTED]> > === > > Hello! > > I try to use Tomcat 4.0.2 with Struts 1.0.2 on Sun Solar

Class reloading error in Tomcat on Sun Solaris

2002-02-20 Thread @Basebeans.com
Subject: Class reloading error in Tomcat on Sun Solaris From: "Denis A.Vishniakov" <[EMAIL PROTECTED]> === Hello! I try to use Tomcat 4.0.2 with Struts 1.0.2 on Sun Solaris. After I upload new Form class or Action class (without tomcat shutdowning) t

Re: Class reloading?

2001-03-04 Thread Craig R. McClanahan
Johan Compagner wrote: > > Tomcat 3.1 and 3.2 seem to reliably detect cases where the servlet class > > you are actually calling has been changed, but they do not always seem > > to catch the fact that other classes have been changed. > > > > Tomcat 4.0 uses a different mechanism that reliably ca

Re: Class reloading?

2001-03-02 Thread Johan Compagner
> Tomcat 3.1 and 3.2 seem to reliably detect cases where the servlet class > you are actually calling has been changed, but they do not always seem > to catch the fact that other classes have been changed. > > Tomcat 4.0 uses a different mechanism that reliably catches *all* > changes to classes

Re: Class reloading?

2001-03-02 Thread Craig R. McClanahan
David Winterfeldt wrote: > Do all version of Tomcat do this? > In theory. Tomcat 3.1 and 3.2 seem to reliably detect cases where the servlet class you are actually calling has been changed, but they do not always seem to catch the fact that other classes have been changed. Tomcat 4.0 uses a di

Re: Class reloading?

2001-03-01 Thread David Winterfeldt
Do all version of Tomcat do this? David --- "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > Ned Seagoon wrote: > > > Hi guys, > > > > Just wondering about the situation that arises > when an Action class is > > changed in a running struts environment. > > > > I was under the impression that

Re: Class reloading?

2001-03-01 Thread Craig R. McClanahan
Ned Seagoon wrote: > Hi guys, > > Just wondering about the situation that arises when an Action class is > changed in a running struts environment. > > I was under the impression that a single instance of an action class is > created and run inside multiple threads, yet if I recompile the class a

Class reloading?

2001-02-28 Thread Ned Seagoon
Hi guys, Just wondering about the situation that arises when an Action class is changed in a running struts environment. I was under the impression that a single instance of an action class is created and run inside multiple threads, yet if I recompile the class and re-run the action then th