Reputation: 3
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. Can any body give me a hint? thanks~~
Upvotes: 0
Views: 2227
Reputation: 352
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.
Adding the pertinent documentation to complement previous answer:
Upvotes: 2
Reputation: 211
Create an instance (I suggest Debian) and access it by ssh and install jdk, tomcat and deploy you app. I do that with a script that run on start up and takes the war file of cloud storage. Another way is create an image after the manual configuration.
Upvotes: 1