It seems that this is a common problem whenever you need to access weblogic
from a non weblogic container. First the wl*client.jar files are not enough
to do what a weblogic client needs to do so you need to put the whole
weblogic.jar (34MB) in your classpath in order to make it work an not
getting CORBA exceptions. Then whenever you need to reload your application
you are going to get the java.lang.NoClassDefFoundError:
weblogic/rmi/extensions/server/Stub exception so it is mandatory to restart
the server instance, a very poor solution...

Johann
-- 
View this message in context: 
http://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 PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to