>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 present in the weblogic *client* library?

Filip
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


---------------------------------------------------------------------
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