How to do Localhost Development
Table of Contents
Important URLs
- Download Google App Engine Eclipse Plugin - Install both the Eclipse Plugin and App Engine SDK
- http://localhost:8888 - Localhost
- http://localhost:8888/index.cfm/dashboard:info.index/ - Mach-II Dashboard
- http://localhost:8888/_ah/admin - GAE Localhost Admin
Start / Stop GAE Localhost Engine
Start
- Right click on the project -> Select "Run-As" -> Select "Web Application" (you may have to indicate that you want to run with exceptions)
- At this point, you can access Enlist at http://localhost:8888
Stop
- Open the Eclipse Console. If you cannot find it, then follow these sub-instructions.
- Left click on "Window menu" -> "Show View" -> "Other..."
- Open "Other" -> select "Console" -> Click "Ok"
- In the Eclipse Console, you need to select the running GAE engine. The icon is a computer screen with drop down arrow (see screen shot).
- Select the running GAE version, it will be something like "com-machii-enlist [Web Application]"
- Click on the red "terminate" button.
Attachments
-
start_01.png
(223.8 KB) -
added by peterjfarrell 15 months ago.
Start 01
-
start_02.png
(275.5 KB) -
added by peterjfarrell 15 months ago.
Start 02
-
stop_01.png
(326.1 KB) -
added by peterjfarrell 15 months ago.
Stop 01
-
stop_02.png
(321.2 KB) -
added by peterjfarrell 15 months ago.
Stop 02
-
stop_03.png
(318.1 KB) -
added by peterjfarrell 15 months ago.
Stop 03
-
stop_04.png
(320.9 KB) -
added by peterjfarrell 15 months ago.
Stop 04






