According to the diagrams on the following pages:
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html
http://tomcat.apache.org/tomcat-7.0-doc/class-loader-howto.html
There is no longer a shared class loader in Tomcat, so why does the
catalina.properties still contain the shared.loader property?
I am trying to deploy JAXWS RI on Tomcat 6.0.20.
I have tried the shared.loader and server.loader properties. Neither worked,
but the comon.loader property worked. Should these be removed or is there
something I am missing?