Skip to content

Commit 8c278ec

Browse files
Minor editorial refinements.
1 parent ad6b046 commit 8c278ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

service.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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">
55
html {
@@ -107,12 +107,11 @@
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>
196195
INFO: 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

Comments
 (0)