wiki:how-to-do-localhost-development

How to do Localhost Development

Important URLs

Start / Stop GAE Localhost Engine

Start

  1. Right click on the project -> Select "Run-As" -> Select "Web Application" (you may have to indicate that you want to run with exceptions)
  2. At this point, you can access Enlist at  http://localhost:8888

Start 01

Start 02

Stop

  1. Open the Eclipse Console. If you cannot find it, then follow these sub-instructions.
    1. Left click on "Window menu" -> "Show View" -> "Other..."
    2. Open "Other" -> select "Console" -> Click "Ok"
  2. 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).
  3. Select the running GAE version, it will be something like "com-machii-enlist [Web Application]"
  4. Click on the red "terminate" button.

Stop 01

Stop 02

Stop 03

Stop 04

Attachments