Node.js Variant Skip this step and go to 10 MyApp on NodeJS Site
At this point we are making sure the plumbing is working. Nothing in MyApp should be affected by the change in application that was
performed in Get GAE Site ID point 2.
MyApp
If MyApp is intended to be the default app then access it with a browser with URL localhost:8882
If MyApp is not intended to be the default app then access it with a browser with URL localhost:8882/apps/MyApp.htm
If the demo apps are removed from the x:\tri-devp\war\apps folder then their use will cause Error 404 to be displayed on the browser.
If they are not removed the signon page for each app will still be presented but it will be impossible to login.
If the intention was to keep them then each will need an AdminUser and User(s) to be created as well
as the loading of the Datastore using the WAKS Utility with the data provided in the
x:\tri-devp\data folder.
Once the local test has proved successful we are ready to proceed to the next step, 08 Upload to GAE Site