I want to choose my own Server and own database in google app engine -


i newly in google app engine.. there 3 questoins on google app engine , in google app engine want choose java language.

  1. does google app engine provide private cloude ?

  2. i want deploy application own server( e.x.glassfish or jboss) on google app engine ?

  3. i want use own database instead of cloud sql in google app engine?

is possible or not?

with google cloud appengine - no, it's impossible.

with google cloud instances or google cloud containers - of possible.

appengine 1 piece of google cloud, designed specific job, infrastructure managed google. can write code (with lot of restrictions too) runs inside it. can read details code restritions there: https://cloud.google.com/appengine/docs/java/#java_the_sandbox

what you're looking google cloud instances, more standard virtual machines, can run want. see https://cloud.google.com/compute/

there still tools load balancing, health check, centralized logging cloud instances, , other stuff similar features provided appengine.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -