在 Bluemix 上部署修改后的示例应用程序 - 它显示示例的 index.html 而不是我的 index.jsp

Deployed modified sample app on Bluemix - it shows the sample's index.html instead of my index.jsp

我已经使用 Liberty 创建了示例 Web 应用程序 Java。在我的 eclipse 中下载并导入代码。删除默认的 index.html & index.js。创建了我自己的 index.jsp 并在 web.xml 中提及了欢迎页面。 在云上推送时,它显示旧的默认值 index.html 而不是我的 index.jsp。我尝试在 eclipse 中使用 CF 插件进行清理和推送。 请让我们知道如何解决此问题。

您可能需要进入 Bluemix 应用程序并明确删除 index.html 文件。如果您正在使用 Git,那么虽然您可能已经提交了您的更改,但您可能还没有推送您的更改。