From 2d795eb3c1d2b9abb885011abf4fe2da6470bcda Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 4 Jul 2013 07:28:09 -0700 Subject: [PATCH] Updated Doc_Getting_Started (mediawiki) --- Doc_Getting_Started.mediawiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc_Getting_Started.mediawiki b/Doc_Getting_Started.mediawiki index f3eebb63..a3d22099 100644 --- a/Doc_Getting_Started.mediawiki +++ b/Doc_Getting_Started.mediawiki @@ -30,7 +30,6 @@ Once the project is compiled, we will adapt the root class to point to port numb To do this, we will redefine the feature initialize as follows: - class APPLICATION @@ -51,7 +50,7 @@ To do this, we will redefine the feature initialize as follows: set_service_option ("port", 9090) end end - + After one more compile, you can now launch the application and point your browser to [http://localhost:9090]. You should now see a simple page with Hello World. \ No newline at end of file