git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@943733
13f79535-47bb-0310-9956-
ffa450edef68
<p>
If you just want to browse the contents, you can unpack the war file
with the <b>jar</b> command.
- <source>
- jar -xvf sample.war
- </source>
</p>
+ <pre>
+ jar -xvf sample.war
+ </pre>
</body>
</html>
\ No newline at end of file
</tr>
</table>
-<p>To prove that they work, you can execute either of the following links:
+<p>To prove that they work, you can execute either of the following links:</p>
<ul>
-<li>To a <a href="hello.jsp">JSP page</a>.
-<li>To a <a href="hello">servlet</a>.
+<li>To a <a href="hello.jsp">JSP page</a>.</li>
+<li>To a <a href="hello">servlet</a>.</li>
</ul>
</body>