diff --git a/docs/javaBootcampNoEclipse.org b/docs/javaBootcampNoEclipse.org index c5f05fe..6bdb3d5 100644 --- a/docs/javaBootcampNoEclipse.org +++ b/docs/javaBootcampNoEclipse.org @@ -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