简体   繁体   English

如何在谷歌云计算机引擎上将Web应用程序部署到tomcat

[英]how to deploy web app to tomcat on google cloud computer engine

Do any one know how to deploy web application to tomcat on google cloud computer engine? I can't find document about it 2 days. 是否有人知道如何将Web应用程序部署到Google云计算机引擎上的tomcat?2天我找不到有关它的文档。 Can any body give me a hint? thanks~~ 有人可以给我一个提示吗?谢谢~~

Create an instance (I suggest Debian) and access it by ssh and install jdk, tomcat and deploy you app. 创建一个实例(我建议Debian)并通过ssh访问它,并安装jdk,tomcat并部署您的应用程序。 I do that with a script that run on start up and takes the war file of cloud storage. 我使用启动时运行的脚本来执行此操作,并使用云存储的war文件。 Another way is create an image after the manual configuration. 另一种方法是在手动配置后创建映像。

You could also try the Cloud Launcher , search for 'Tomcat' and you will have an instance with Devian 9, Apache And JDK installed and ready to be used. 您还可以尝试使用Cloud Launcher ,搜索“ Tomcat”,您将拥有一个实例,该实例安装了Devian 9,Apache和JDK,可以使用了。

Adding the pertinent documentation to complement previous answer: 添加相关文档以补充先前的答案:

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

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