Search code examples
javagoogle-app-enginermi

How to deploy RMI Server in Google App Engine?


I have built applications with Java RMI, but ran as a service on a windows machine. The goal now is to migrate to Google App Engine, but I have no idea how I will implement this, can someone help me?

Or is it only possible to deploy the application developed with Java SE and start the server RMI??

Thank you!


Solution

  • Google App engine doesn't support neither RMI protocol nor its libraries. GAE is PaaS, meaning you'll never get to modify the server environment. You'll have to adjust your solution to their platform.