Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 java 和 mongodb 开发了一个 Web 应用程序。我使用 glassfish 服务器。我试图将它部署在我上传了我的战争文件的 jelastic 云服务上。但是当我在部署 war 文件后运行它时,它会显示 404 错误。为什么?该项目在我的机器上运行良好。
至少有几个潜在的原因:
您的应用程序需要一些默认情况下未启动的资源(例如 DerbyDB)。在这种情况下,您可以查看 GlassFish 日志文件 - server_instance.log 以了解更多详细信息。
您正在尝试从错误的上下文中获取资源,请确保您正在尝试通过正确的上下文名称获取它