1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<meta NAME="Author" CONTENT="Stefano Mazzocchi">
<title>The Apache JServ Project</title>
</head>
<body BGCOLOR="#FFFFFF">
<p align="center"><a href="http://java.apache.org/" target="_top"><img SRC="images/java-apache-project.gif" BORDER="0" WIDTH="609"
HEIGHT="100" ALT="The Java Apache Project"></a></p>
<table border="0" width="100%" bgcolor="#000000" cellspacing="0" cellpadding="0">
<tr>
<td><table border="0" width="100%" cellpadding="5">
<tr>
<td bgcolor="#E0E0E0" valign="top" align="left"><div align="left"><table border="0"
cellspacing="0" cellpadding="2" bordercolor="#000000" width="209">
<tr>
<td colspan="2" valign="top" align="left" nowrap width="205"><strong>Distributions</strong></td>
</tr>
<tr>
<td valign="top" align="left" nowrap width="16" rowspan="2"></td>
<td valign="top" align="left" nowrap width="185"><a
href="http://java.apache.org/jserv/dist/">Download Apache JServ</a></td>
</tr>
<tr>
<td valign="top" align="left" nowrap width="185"><a href="modules.html">Download external
modules</a></td>
</tr>
<tr>
<td colspan="2" valign="top" align="left" nowrap width="205"><strong>Legal Information</strong></td>
</tr>
<tr>
<td width="16" align="left" nowrap></td>
<td align="left" nowrap width="185"><a HREF="license.html">Public License</a></td>
</tr>
<tr>
<td colspan="2" align="left" nowrap width="205"><strong>Documentation</strong></td>
</tr>
<tr>
<td align="left" nowrap width="16" rowspan="5"></td>
<td align="left" nowrap width="185"><a href="support.html">Supported Platforms</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a href="features.html">Feature List</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a href="glossary.html">Glossary</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a href="install/index.html">Instructions and Howto's</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a HREF="upgrade.html">Upgrade Notes</a></td>
</tr>
<tr>
<td rowspan="7" width="16" align="left" nowrap></td>
<td align="left" nowrap width="185"><a href="bugs.html">Known Bugs List</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a href="FAQ.html">Frequently Asked Questions</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a href="zones.html">Servlet Zones</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a href="operation.html">Mode of Operation</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a href="security.html">Security Considerations</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a href="y2k.html">Year 2000 Compliance</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a href="protocol/AJPv11.html">Communication Protocol</a></td>
</tr>
<tr>
<td colspan="2" nowrap align="left" width="205"><strong>Developer Information</strong></td>
</tr>
<tr>
<td rowspan="5" align="left" nowrap width="16"></td>
<td align="left" nowrap width="185"><a href="sendbug.html">Submit Bug Report</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a HREF="changes.html">Changes History</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a HREF="api/index.html">Javadoc Code Documentation</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a href="future/index.html">Future Roadmap</a></td>
</tr>
<tr>
<td align="left" nowrap width="185"><a HREF="contributing.html">How to contribute</a></td>
</tr>
<tr>
<td colspan="2" align="left" nowrap width="205"><strong>Acknowledgements</strong></td>
</tr>
<tr>
<td width="16" align="left" nowrap></td>
<td align="left" nowrap width="185"><a HREF="contributors.html">Contributors</a></td>
</tr>
</table>
</div></td>
<td bgcolor="#F0F0F0"><table border="0" width="100%" height="100%" cellspacing="0"
cellpadding="3">
<tr>
<td width="100%"><h1 align="center">The Apache JServ Project</h1>
<div align="center"><center><table border="0" width="80%" bgcolor="#000000"
cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><table border="0" width="100%" cellpadding="10">
<tr>
<td width="100%" bgcolor="#FFFFFF">Apache JServ is a 100% pure Java servlet engine fully
compliant with the<i> </i><a href="http://java.sun.com/products/servlet/index.html"
target="_top">JavaSoft Java Servlet APIs 2.0</a> specification. Since we believe in the
great value <u>complete</u> portability between different servlet platforms, together with
portability of Java binary code, we worked very close with JavaSoft and other JVM
implementers to provide correct interpretations or Java specifications both for servlets
and for the Java language itself. <p>The result is a pure servlet engine that works on any
"version 1.1 compliant" Java Virtual Machine (see <a href="support.html">supported
platform</a> for more information on this topic) and may execute any Java servlet
compliant with version 2.0.</p>
<p>To obtain such complete abstraction from native environments, Apache JServ 1.0 was
designed as a server application serving requests made with a specific protocol (simply
enough named <a href="protocol/AJPv11.html">Apache JServ Protocol</a>). Then, included
modules allow the web server to "translate" servlet requests and forward them to
the right servlet engine. </p>
<p>At this moment, the Apache JServ distribution contains only a module for the Apache Web
Server (mod_jserv).</p>
<p align="right">Thanks for your support.<br>
<strong>The Java Apache Project</strong></td>
</tr>
</table>
</td>
</tr>
</table>
</center></div><p> </td>
</tr>
<tr>
<td width="100%"><small><small>Sun, Sun Microsystems, Solaris, Java, JavaSoft, are
trademarks or registered trademarks of Sun Microsystems, Inc. UNIX is a registered
trademark in the United States and other countries, exclusively licensed through X/Open
Company, Ltd. WinNT and Win32 are registered trademark of Microsoft Corp. All other
product names mentioned herein and throughout the entire distribution package are
trademarks of their respective owners.</small></small></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|