default 1 true <" /> default 1 true <" /> default 1 true <"/>

Play framework 3.0 with scala 2.13 How to deploy on Google app engine

59 Views Asked by At
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
    <application>default</application>
    <version>1</version>
    <threadsafe>true</threadsafe>
    <runtime>java17</runtime>
    <instance-class>F2</instance-class>
    <automatic-scaling>
        <target-cpu-utilization>0.65</target-cpu-utilization>
        <min-instances>1</min-instances>
        <max-instances>5</max-instances>
        <max-concurrent-requests>50</max-concurrent-requests>
    </automatic-scaling>
</appengine-web-app>

getting not found error with gae url

how to deploy on Google app engine?

0

There are 0 best solutions below