> > ClassCastException occurs in my web app, because classloaders load > > the same class twice, when two web apps share WebLogic > wlfullclient.jar. > > Any idea how to avoid that? Details below. > > Don't share the jar. Deploy a separate copy with each web application.
We've been considering this. It solves the error indeed. But the problem is wlfullclient.jar has over 50 MB, so both WARs will increase a lot, which will have impact on our releases. So we were hoping there's some other solution. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org