Skip to content

Commit

Permalink
Clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybrown8 committed May 7, 2016
1 parent 5664e07 commit 7ba6d57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -43,7 +43,13 @@ view those.
## What does development workflow look like?

You will create servlets in `src/main/java/your.package.name/` and jsps in `src/main/webapps/*.jsp` (or
optionally in folders within that). You will start jetty running, and go to:
optionally in folders within that).

You will start jetty running,

`test/main/java/com.codeforanyone.codergirl.edujavajsp/Start.java` (right click, Run as Java Application)

and then go to:

http://localhost:8080/

Expand Down

0 comments on commit 7ba6d57

Please sign in to comment.