TomEE 7.0.2 how to disable CXF + RS

755 views Asked by At

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?

1

There are 1 answers

1
Romain Manni-Bucau On BEST ANSWER

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)