I have installed the JAXWS JAR files at ${catalina.home}/jaxws/*.jar for Tomcat 6.0.20. This catalina.properties configurations works: common.loader=${catalina.home}/lib,${catalina.home}/lib/*.jar,${catalina.home}/jaxws/*.jar shared.loader=
This one does not: common.loader=${catalina.home}/lib,${catalina.home}/lib/*.jar shared.loader=${catalina.home}/jaxws/*.jar > From: chuck.caldar...@unisys.com > To: users@tomcat.apache.org > Date: Fri, 18 Feb 2011 22:08:59 -0600 > Subject: RE: Tomcat 6.0 and 7.0 Class Loaders > > > From: Duncan MacRae [mailto:dcmac...@hotmail.com] > > Subject: Tomcat 6.0 and 7.0 Class Loaders > > > There is no longer a shared class loader in Tomcat, so why does > > the catalina.properties still contain the shared.loader property? > > You can still configure a shared loader if you wish - even the server loader > is still available; it's just that neither is enabled by default in order to > minimize overhead. You're free to add paths to either in catalina.properties > - but why would you want to? > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you received > this in error, please contact the sender and delete the e-mail and its > attachments from all computers. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org >