File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ We will be using a [Vagrant][] managed VirtualBox install as a base system.
31
31
32
32
config.vm.box = "precise32"
33
33
34
- 5 . Uncomment the following line in the generated ` Vagrantfile ` to enable port
35
- forwarding:
34
+ 5 . Uncomment and edit the following line in the generated ` Vagrantfile ` to
35
+ enable port forwarding:
36
36
37
37
config.vm.forward_port 8080, 8080
38
38
@@ -95,14 +95,14 @@ To build the CSS Validator WAR file, run:
95
95
96
96
### 5. Deploy CSS Validator
97
97
98
- Deploy the CSS Validator WAR file:
98
+ Deploy the CSS Validator WAR file with :
99
99
100
100
sudo cp ~/build/2002/css-validator/css-validator.war /var/lib/tomcat7/webapps
101
101
102
102
### 6. Launch Tomcat
103
103
104
104
* Note* : Ubuntu's default configuration starts Tomcat on install and at system
105
- startup.
105
+ startup.
106
106
107
107
Start Tomcat using:
108
108
You can’t perform that action at this time.
0 commit comments