2016-09-26 5 views
-1

를 찾을 수 없음 I 다운로드 및 대출 승인 튜토리얼을 배치하지만 매번 내가 인스턴스를 시작하려면 : 양식 실패 :다운로드하고 자습서를 배치하지만, 인스턴스를 시작하지 못할 : 양식 실패 :

할 수 있는지 어떤 생각을 찾을 수 없음을 잘못된? OS X에 바람둥이와

서버 7.5.0 - 튜토리얼에 의해 같은 아무것도 구성, 모든 표준 ..

+0

예외는 언제 표시됩니까? 'src/main/webapp/forms' 폴더에'request-loan.html'을 가지고 있습니까? – Zelldon

+0

약간의 추적을 해주시겠습니까? –

+0

@JanGalinski 로그가 비어 있습니다. –

답변

2

되는지 확인해야합니다 같이한다 request-loan.html 파일 :

<form name="requestLoan"> 
    <div class="form-group"> 
    <label for="customerId">Customer ID</label> 
    <input class="form-control" 
      cam-variable-type="String" 
      cam-variable-name="customerId" 
      name="customerId" /> 
    </div> 
    <div class="form-group"> 
    <label for="amount">Amount</label> 
    <input class="form-control" 
      cam-variable-type="Double" 
      cam-variable-name="amount" 
      name="amount" /> 
    </div> 
</form> 

src/main/webapp/forms 폴더에 있습니다. 작성되었습니다. here