I've started using TCServer and CXF as my home for my web services. I've built a couple of CXF web services and noticed that the CXF jars increase the size of the service.war files. Is there a way to install the CXF jars directly onto TC Server instead of having to wrap the jars in each of my service.war files?

Essentially only having the jars on the server once and each war referencing them?

Thanks