OpenShift中没有反映更改?

OpenShift中没有反映更改?,openshift,Openshift,现在我在两个地方提交应用程序更改 git中心存储库 openshift git中心存储库 我对git存储库和openshift git存储库做了几处更改,但这些更改没有得到批准 git存储库示例: openshift存储库示例:ssh://12131212000005@testing.rhcloud.com/~/git/test.git Questions: 1. In which tomcat folder i need to check whether the files are updat

现在我在两个地方提交应用程序更改

  • git中心存储库
  • openshift git中心存储库
  • 我对git存储库和openshift git存储库做了几处更改,但这些更改没有得到批准

    git存储库示例:
    openshift存储库示例:ssh://12131212000005@testing.rhcloud.com/~/git/test.git

    Questions:
    1. In which tomcat folder i need to check whether the files are updated? i
       check in app-root and app-deployments (repo-target-test-pages- 
       display.html) and it is having the latest files but this is not being used 
       in the application. when i removed the files still sees the application 
       is working successfully without any issues.
    
     2. Do we need to always commit in 2 places? Is there a way the openshift 
        automatically takes the git repository and use the same? In heroku the 
        changes are being automatically incorporated as Git hub can be directly 
        associated.
    
    我可以通过putty登录访问文件夹

    我可以访问openshift控制台并进行更改

    请指导我如何解决这个问题


    谢谢。

    我认为,如果您提供更详细的描述,确切地说明您推送的内容(似乎您正在将源文件推送到Tomcat应用程序;还有更多),以及推送OpenShift repo时的输出,那么您得到答案的机会就会增加(Maven构建可能会失败,所以旧的工作部署仍在使用吗?)我已经将源文件推送到git hub存储库以及openshift中的git存储库。推送成功,Maven工作正常。我想知道文件将放在哪个目录下,以及如何导航到确切的tomcat和project文件夹??