Reputation: 137
I would like to use RESTEasy with my webapp deployed to TomEE. How do I disable CXF so it will not try to start REST services?
Upvotes: 1
Views: 808
Reputation: 3422
you can set disabled=true
in conf/conf.d/cxf-rs.properties
(start once to let tomee create the file or create it yourself, it is not there by default)
Upvotes: 5