wiki/amazon-ec2-create-new-app-instance.md
... ...
@@ -25,7 +25,7 @@ Leave Kernel and RAM disk to Default. Then put the configuration for this server
25 25
BUILD_BEFORE_START=True
26 26
BUILD_FROM=master
27 27
RUN_TESTS=False
28
-SERVER_STARTUP-NOTIFY=simon.marcel.pamies@sap.com
28
+BUILD_COMPLETE_NOTIFY=simon.marcel.pamies@sap.com
29 29
SERVER_NAME=LIVE1
30 30
MEMORY=1024m
31 31
REPLICATION_HOST=172.31.25.253
... ...
@@ -40,9 +40,10 @@ REPLICATE_MASTER_SERVLET_HOST=
40 40
REPLICATE_MASTER_SERVLET_PORT=
41 41
REPLICATE_MASTER_QUEUE_HOST=
42 42
REPLICATE_MASTER_QUEUE_PORT=
43
+SERVER_STARTUP_NOTIFY=
43 44
</pre>
44 45
45
-It does not really matter which SERVER_PORTS you use because there is only one app per instance. But this makes it easier to configure instances for Apache, a Load Balancer or other uses. If you want to create a cluster that is self-replicating and has a load balancer in front of it then make sure that all your instances are running on the same port.
46
+It does not really matter which SERVER_PORT you use because there is only one app per instance. But this makes it easier to configure instances for Apache, a Load Balancer or other uses. If you want to create a cluster that is self-replicating and has a load balancer in front of it then make sure that all your instances are running on the same port.
46 47
47 48
<img src="/wiki/images/amazon/StartInstance5.JPG" width="70%" height="70%"/>
48 49