简体   繁体   English

通过使用特定的jar来创建Java类来在Google App Engine中部署War文件

[英]Deploying war file in google app engine by creating a java class using the jar specific to deploy it

i have searched for various solutions in need of creating a simple java class with a deploy method. 我已经搜索了各种需要使用deploy方法创建简单Java类的解决方案。 This deploy method should get the path of the war file and deploy it in app engine google account. 此部署方法应获取war文件的路径,并将其部署到App Engine的Google帐户中。 i tried to get the jars of it and use these methods.. but i didnt had any details for help even after searching. 我试图得到它的罐子,并使用这些方法..但即使搜索后,我也没有任何帮助的详细信息。 so any good suggestions? 有什么好的建议吗? on how to deploy it directly in google app engine 关于如何直接在Google App Engine中部署它

You mean programmatically deploy to GAE? 您是说以编程方式部署到GAE?

Sure, it's possible. 当然可以。 Take a look at AppCfg source and extract classes relevant to deploy. 看一下AppCfg的源代码并提取与部署相关的类。

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

相关问题 Google App Engine灵活部署WAR或JAR应用程序? - Google App Engine Flexible-Deploy WAR or JAR application? 我们可以将Java EE war文件部署到Google App Engine而不进行任何更改吗? - Can we deploy a Java EE war file to Google App Engine without any changes? 仅部署Java文件而不部署WAR - Deploy only java file without deploying the WAR 如何在不创建War文件的情况下部署Java Web App到AWS? - How to deploy java web app without creating war file to AWS? 无法部署到Google App Engine:java.lang.IllegalArgumentException:类文件是Java 8但最大支持是Java 7 - Unable to deploy to Google App Engine : java.lang.IllegalArgumentException: Class file is Java 8 but max supported is Java 7 Google应用引擎,未通过推送部署进行部署 - Google app engine, not deploying with push to deploy 迁移到OAuth以使用ant将war文件上传到Google App Engine - Migrating to OAuth for uploading war file to Google App Engine using ant 将 Google App Engine 应用程序部署为单个 JAR 时如何指定实例类? - How to specify an instance class when deploying a Google App Engine application as a single JAR? 使用 java11 在 Google App Engine 上部署单个 jar 时防止构建尝试 - Prevent build attempt when deploying single jar on Google App Engine with java11 使用Java命令部署jenkins war文件 - Deploying jenkins war file using java command
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM