I'm currently deploying applications to Tomcat using a context file placed
inside $CATALINA_HOME/conf/[enginename]/[hostname]/ directory, they have the
following content:

<Context docBase="/someDir/AppName.war"></Context>

If I update the file AppName.war it is reloaded and the changes are
reflected but it throws an exception
java.lang.NoClassDefFoundError: weblogic/rmi/extensions/server/Stub whenever
it has to access some remote Ejbs in Weblogic so it forces me to restart the
Tomcat server to make it work. The weblogic client libs are placed in
$CATALINA_HOME/common/lib. Any idea 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#a12944398
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