I want to deploy my Jax-WS2.2 based application on CloudFoundry tomcat instance.
In my local development environment, as I am using JDK6 I created endorsed directories in JRE/lib and CATALINA_HOME and copied jaxws-api.jar and jaxb-api.jar into endorsed dirs to resolve jaxws version conflicts and it is working fine.
But how can I do this while deploying onto CloudFoundry?
-Siva
You can’t override jars provided in the JRE with your own (Unless you have access to the JRE which you don’t on cf.com)
This cannot be done at this time.
You can however open a request at http://cloudfoundry.atlassian.net
in the Frameworks & Runtime-Java section.