Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 RESTEasy 与部署到 TomEE 的 web 应用程序一起使用。如何禁用 CXF 使其不会尝试启动 REST 服务?
你可以设置disabled=true(conf/conf.d/cxf-rs.properties启动一次让tomee创建文件或自己创建,默认不存在)
disabled=true
conf/conf.d/cxf-rs.properties