HTTP Error 404 for localhost:8080/openmrs/index.htm

Application Name: openmrs Version Number: 2.1.0-SNAPSHOT

Question: Followed the steps mentioned in URL https://wiki.openmrs.org/display/docs/Installation+for+Developers+on+Mac+OS I am getting HTTP ERROR 404 Problem accessing /openmrs/index.htm. Reason: Not Found

======================================= Kesavas-MBP:openmrs-core Kesav$ mvn jetty:run [INFO] Scanning for projects… [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] OpenMRS [INFO] openmrs-tools [INFO] openmrs-test [INFO] openmrs-api [INFO] openmrs-web [INFO] openmrs-webapp [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building OpenMRS 2.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> jetty-maven-plugin:9.2.6.v20141205:run (default-cli) > test-compile @ openmrs >>> [INFO] [INFO] — buildnumber-maven-plugin:1.1:create (default) @ openmrs — [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. [INFO] ShortRevision tag detected. The value is ‘6’. [INFO] Executing: /bin/sh -c cd /Volumes/DATA/workspaces/OpenMRS/code/openmrs-core && git rev-parse --verify --short=6 HEAD [INFO] Working directory: /Volumes/DATA/workspaces/OpenMRS/code/openmrs-core [INFO] Storing buildNumber: cb249b at timestamp: 1464180269583 [INFO] ShortRevision tag detected. The value is ‘6’. [INFO] Executing: /bin/sh -c cd /Volumes/DATA/workspaces/OpenMRS/code/openmrs-core && git rev-parse --verify --short=6 HEAD [INFO] Working directory: /Volumes/DATA/workspaces/OpenMRS/code/openmrs-core [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] — build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs — [INFO] [INFO] <<< jetty-maven-plugin:9.2.6.v20141205:run (default-cli) < test-compile @ openmrs <<< [INFO] [INFO] — jetty-maven-plugin:9.2.6.v20141205:run (default-cli) @ openmrs — [INFO] Logging initialized @3174ms [INFO] Configuring Jetty for project: OpenMRS [INFO] webAppSourceDirectory not set. Trying src/main/webapp [INFO] webAppSourceDirectory /Volumes/DATA/workspaces/OpenMRS/code/openmrs-core/src/main/webapp does not exist. Trying /Volumes/DATA/workspaces/OpenMRS/code/openmrs-core/target/webapp-tmp [INFO] Reload Mechanic: automatic [INFO] Classes directory /Volumes/DATA/workspaces/OpenMRS/code/openmrs-core/target/classes does not exist [INFO] Context path = / [INFO] Tmp directory = /Volumes/DATA/workspaces/OpenMRS/code/openmrs-core/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = null [INFO] Webapp directory = /Volumes/DATA/workspaces/OpenMRS/code/openmrs-core/target/webapp-tmp [INFO] jetty-9.2.6.v20141205 [INFO] Started o.e.j.m.p.JettyWebAppContext@f8f56b9{/,file:/Volumes/DATA/workspaces/OpenMRS/code/openmrs-core/target/webapp-tmp/,AVAILABLE}{file:/Volumes/DATA/workspaces/OpenMRS/code/openmrs-core/target/webapp-tmp/} [WARNING] !RequestLog [INFO] Started ServerConnector@7ce7e83c{HTTP/1.1}{0.0.0.0:8080} [INFO] Started @3915ms [INFO] Started Jetty Server

Output of mvn clean install and mvn jetty:run are attached in a separate file. Sorry, as I am a new user, I am not allowed to upload console output.

Request your help here please. Any pointers for troubleshooting?

https://wiki.openmrs.org/display/docs/User+Interface+Modules

follow the instructions given here . i think this is what you are looking for