Correct assorted typographical, spelling, and grammar errors.

This commit is contained in:
Dima Dorfman 2001-07-06 02:12:16 +00:00
parent 2c41e2c96f
commit df8d901742
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9796
26 changed files with 97 additions and 97 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/links/servlets.sgml,v 1.3 2000/03/12 14:51:52 patrick Exp $">
<!ENTITY date "$FreeBSD: www/en/java/links/servlets.sgml,v 1.4 2000/04/30 22:57:45 nik Exp $">
<!ENTITY title "FreeBSD Java Project: Servlets">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -32,7 +32,7 @@
<li><A HREF="http://www.sun.com/software/jwebserver/">Java Web Server</A><BR>
This was the reference implementation of the servlet engine implemented in Java. Sun has turned over the source code to the Apache Project and is now implemented as Tomcat.
<li><a href="http://jakarta.apache.org">Tomcat (Jakarta Project)</a><BR>
The reference implementation of Java Servlets and Java Server Pages. The code is not yet availible aside from a nightly standalone build.
The reference implementation of Java Servlets and Java Server Pages. The code is not yet available aside from a nightly standalone build.
<li><a href="http://java.apache.org/jserv">Apache JServ</a><BR>
A 100% Pure Java implementation of the Servlet 2.0 API specification. Works with Apache.
<li><a href="http://www.newatlanta.com">ServletExec</a><BR>