11<!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 >
33
44< style type ="text/css ">
55html {
107107
108108</ head >
109109< 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 >
111111
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 >
116115 If you want to deploy the application to a servlet container
117116 such as Apache Tomcat you will probably want to use the
118117 < code > vnu.war</ code > package instead.
@@ -196,7 +195,7 @@ <h2>Deployment to servlet container</h2>
196195INFO: Deploying web application archive /var/lib/tomcat7/webapps/vnu.war
197196</ pre >
198197
199- Assuming your servlet container is configured to receive HTTP
198+ < p > Assuming your servlet container is configured to receive HTTP
200199 requests sent to < code > localhost</ code > on port < code > 80</ code >
201200 and the context root of this application is < code > vnu</ code >
202201 (often the default behavior is to use the WAR file's filename
@@ -205,6 +204,7 @@ <h2>Deployment to servlet container</h2>
205204 to < a href ="http://localhost/vnu/ "> http://localhost/vnu/</ a > .
206205
207206< div class =note >
207+ < p >
208208 < b > Note:</ b > You may want to customize the < code > /WEB-INF/web.xml</ code >
209209 file inside the WAR file (you can use any ZIP handing program)
210210 to modify the servlet filter configuration.
0 commit comments