2012-10-27 5 views

답변

2

CloudBees 웹 프로파일 애플리케이션을위한 글래스 피쉬 v3에 배포 지원 생산에 배포 나도 몰라, 초기 단계에 있지만, 일반적으로는 작동합니다. 꿀벌 SDK 명령을 사용하여 배포 할 수 있습니다.

$ bees app:deploy a ACCT_NAME/APP_ID -t glassfish3 path-to-war-file 

또한 컨텍스트 루트 항목과 sun-web.xml에 팩을한다 :

<sun-web-app> 
    <context-root>/</context-root> 
</sun-web-app> 

보기이 지원이 사용 된 방법에 관심이 있다면 cloudbees - 지역 사회 GitHub의 프로젝트의 glassfish3-clickstack 플랫폼에서 : https://github.com/CloudBees-community/glassfish3-clickstack

관련 문제