huksley
huksley

Reputation: 137

TomEE 7.0.2 how to disable CXF + RS

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

Answers (1)

Romain Manni-Bucau
Romain Manni-Bucau

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

Related Questions