RE: App reloading classloading issue?

2007-09-28 Thread Caldarale, Charles R
From: bajistaman [mailto:[EMAIL PROTECTED] Subject: App reloading classloading issue? Don't suppose you'd care to give us a hint about the version of Tomcat you're using? The weblogic client libs are placed in $CATALINA_HOME/common/lib. Are you sure the weblogic jars/classes aren't also

Re: App reloading classloading issue?

2007-09-28 Thread Filip Hanik - Dev Lists
The weblogic client libs are placed in $CATALINA_HOME/common/lib. yes, but the class that is trying to be loaded is java.lang.NoClassDefFoundError: weblogic/rmi/extensions/server/Stubbajistaman wrote: does the weblogic/rmi/*server*/... hint that it is trying to load a server class, maybe not

RE: App reloading classloading issue?

2007-09-28 Thread Clinton J. Totten
why is this happenning? is there a classloading issue when reloading an app? Thanks, Johann -- View this message in context: http://www.nabble.com/App-reloading-classloading-issue--tf4535643.html#a 12944398 Sent from the Tomcat - User mailing list archive at Nabble.com

App reloading classloading issue?

2007-09-28 Thread bajistaman
is this happenning? is there a classloading issue when reloading an app? Thanks, Johann -- View this message in context: http://www.nabble.com/App-reloading-classloading-issue--tf4535643.html#a12944398 Sent from the Tomcat - User mailing list archive at Nabble.com

Re: App reloading classloading issue?

2007-09-28 Thread bajistaman
a class that was found before doing the reload? By the way I'm using Tomcat 5.5.20.0 with Sun JVM 1.4.2_15-b02 Thanks, Johann -- View this message in context: http://www.nabble.com/App-reloading-classloading-issue--tf4535643.html#a12946585 Sent from the Tomcat - User mailing list archive

RE: App reloading classloading issue?

2007-09-28 Thread bajistaman
Caldarale, Charles R wrote: From: bajistaman [mailto:[EMAIL PROTECTED] Subject: App reloading classloading issue? Don't suppose you'd care to give us a hint about the version of Tomcat you're using? The weblogic client libs are placed in $CATALINA_HOME/common/lib. Are you sure

RE: App reloading classloading issue?

2007-09-28 Thread bajistaman
://www.nabble.com/App-reloading-classloading-issue--tf4535643.html#a12946776 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

RE: App reloading classloading issue?

2007-09-28 Thread Caldarale, Charles R
From: bajistaman [mailto:[EMAIL PROTECTED] Subject: Re: App reloading classloading issue? I get your point but actually the class is part of the classpath. You just mentioned a dirty word. Do you have CLASSPATH set for the Tomcat execution or included that jar in the -cp parameter

RE: App reloading classloading issue?

2007-09-28 Thread bajistaman
-reloading-classloading-issue--tf4535643.html#a12947529 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: App reloading classloading issue?

2007-09-28 Thread bajistaman
://www.nabble.com/App-reloading-classloading-issue--tf4535643.html#a12950164 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

RE: App reloading classloading issue?

2007-09-28 Thread Caldarale, Charles R
From: bajistaman [mailto:[EMAIL PROTECTED] Subject: Re: App reloading classloading issue? Then whenever you need to reload your application you are going to get the java.lang.NoClassDefFoundError: I suspect that the prior instance of the webapp is actually still around, or at least its