service - How to reference apache cxf library from apache web server -
when deploy apache cxf web service using eclipse have include apache cxf library in web deployment assembly in order work when deploy on production apache web server. problem because makes war file large because cxf library included. if exclude library war file smaller web service not work when deployed on live server though apache cxf library on live server.
my assumption need kind of classpath reference live server can see apache cxf installation not familiar how new apache.
thanks, jesse
put cxf jars on folder tomcat/lib.
Comments
Post a Comment