1
1
<!doctype html> < html > < head > < meta charset =utf-8 >
2
- < title > Using vnu.jar or vnu.war for web-based markup checking </ title >
2
+ < title > Web-based markup checking with vnu.jar & vnu.war</ title >
3
3
4
4
< style type ="text/css ">
5
5
html {
107
107
108
108
</ head >
109
109
< body >
110
- < h1 > Using vnu.jar or vnu.war for web-based markup checking </ h1 >
110
+ < h1 > Web-based checking with vnu.war and vnu.jar </ h1 >
111
111
112
- < p > The < code > vnu.jar</ code > application is a portable standalone
113
- version of the validator.nu markup checker.
114
- It is well suited to < a href ="./ "> command-line use</ a > or as a simple,
115
- < a href ="#web-based-usage "> stand-alone HTTP server.</ a >
112
+ < p > Along with < a href ="./ "> command-line use</ a > ,
113
+ the < code > vnu.jar</ code > package is suited to use
114
+ as a simple < a href ="#web-based-usage "> stand-alone HTTP server.</ a >
116
115
If you want to deploy the application to a servlet container
117
116
such as Apache Tomcat you will probably want to use the
118
117
< code > vnu.war</ code > package instead.
@@ -196,7 +195,7 @@ <h2>Deployment to servlet container</h2>
196
195
INFO: Deploying web application archive /var/lib/tomcat7/webapps/vnu.war
197
196
</ pre >
198
197
199
- Assuming your servlet container is configured to receive HTTP
198
+ < p > Assuming your servlet container is configured to receive HTTP
200
199
requests sent to < code > localhost</ code > on port < code > 80</ code >
201
200
and the context root of this application is < code > vnu</ code >
202
201
(often the default behavior is to use the WAR file's filename
@@ -205,6 +204,7 @@ <h2>Deployment to servlet container</h2>
205
204
to < a href ="http://localhost/vnu/ "> http://localhost/vnu/</ a > .
206
205
207
206
< div class =note >
207
+ < p >
208
208
< b > Note:</ b > You may want to customize the < code > /WEB-INF/web.xml</ code >
209
209
file inside the WAR file (you can use any ZIP handing program)
210
210
to modify the servlet filter configuration.
0 commit comments