简体   繁体   English

部署Java EE应用程序

[英]Deploy a Java EE application

I wonder if it is possible to deploy a web application that is not developped using google app engine. 我想知道是否可以部署未使用Google App Engine开发的Web应用程序。 I mean if I have already a developed web application for example a Java EE project and I want just to deploy it using app engine. 我的意思是,如果我已经开发了Web应用程序(例如Java EE项目),并且只想使用应用程序引擎进行部署。 Is this possible ? 这可能吗 ?

It can be done. 可以办到。 Google recommends the use of eclipse to create projects. Google建议使用eclipse创建项目。 A J2EE eclipse enforces standard J2EE JSRs. J2EE Eclipse强制执行标准J2EE JSR。 So it will work fine in an ideal case scenario. 因此,它将在理想情况下正常工作。

Yes it's possible just configure the Google App Engine Jetty server in eclipse just like you configure tomcat. 是的,可以像配置tomcat一样在eclipse中配置Google App Engine Jetty服务器。 Develop the project with a conventional J2EE web app structure. 使用常规的J2EE Web应用程序结构开发项目。 While running add the project in the GAE Jetty server and run it. 运行时,将项目添加到GAE Jetty服务器中并运行它。 It will automatically generate the app-engine.xml and other required files. 它将自动生成app-engine.xml和其他所需文件。

Check this 检查一下

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM