This commit is contained in:
Éibhear Ó hAnluain 2017-08-12 20:41:12 +01:00
parent 00ebbb4f0b
commit 8f8b702586
1 changed files with 22 additions and 0 deletions

View File

@ -137,3 +137,25 @@
: rm -fr ${DEV_HOME}/webapp
: git checkout lesson-4
** Lesson 4 -- deploy and test
*** Starting point
A clean working area with two additional class files, one
additional jar file and one additional war file.
*** Goal
A deployed, working application
*** Steps
0. [@0] Some pre-steps
- If this isn't the first time to deploy, be sure to /undeploy/
the previous version of the application.
1. Navigate to =http://server:8080/manager=
2. Go to the /WAR file to deploy/ section and use the /Browse.../
button to select the war file to deploy.
3. Press the /Deploy/ button. If successful, you'll see your
application shown in the list.
4. Go to =http://server:8080/javaBootcampNoEclipse= to access your
app.
5. Test the application. If all is well, move on to lesson 5:
: git checkout lesson-5