2013-07-12 2 views
2

에 내 응용 프로그램을 배포 할 Apache Geronimo 3.0.1 with Tomcat 7 and Axis2 응용 프로그램 서버를 설치했습니다. Geronimo에서 응용 프로그램을 만들었습니다. 내가 무엇을 구성 요소가 아파치 제로니모 특히 Apache CXF, this link 통해 구성 할 수 있습니다 알고 싶어요 제로니모의 구성 요소에 대해 알게되었습니다.구성 아파치 CXF는 제로니모

는 지금은 제로니모에 Apache CXF을 구성 할. Configure JAX-WS engine 링크는 Geronimo에서 Apache CXF을 구성하는 방법을 말해줍니다. Apache Geronimo 3.0.1 with Tomcat 7 and Axis2을 설치 한 이후 은 given link에 따라 Apache Geronimo와 번들로 제공됩니다. 그래서,

내가 환경 변수를 설정 않았다
1.Remove the condition attribute and add the load="false" attribute to org.apache.geronimo.configs/axis2-deployer/2.0/car module. 
2.Remove the condition attribute and add the load="true" attribute to org.apache.geronimo.configs/cxf-deployer/2.0/car module. 

뿐만 아니라

GERONIMO_OPTS="-Dorg.apache.geronimo.jaxws.provider=axis2" 

하지만 아무 소용이 같은 Configure JAX-WS engine 가이드의 절차에 따라 Geronimo의 cxf을 구성 할 수 없습니다.

Geronimo에서 Apache CXF를 어떻게 구성 할 수 있으며 내 애플리케이션에서이 서비스를 사용하는 방법을 알려줄 수 있습니까?

참고 : 내가 var에 \ config 디렉토리를 \ 대신 Apache axis

답변

0
  • 이동의 Apache cxf를 사용하고 싶었 그 이유는 Apache cxf에서 RESTfull HttpLocal Transport 서비스를 사용하고 싶습니다. config.xml 파일을 엽니 다.
  • 확인 "org.apache.geronimo.configs/CXF/3.0.1/차", "org.apache.geronimo.configs/CXF-전개/3.0.1/차"
  • 설정로드 = "true"로 그것이 존재한다면. 그렇지 않으면 다운로드하여 설치하십시오.
  • 설정 GERONIMO_OPTS = "- Dorg.apache.geronimo.jaxws.provider = CXF"
관련 문제