File: features.html

package info (click to toggle)
jserv 1.1.2-2
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 4,584 kB
  • ctags: 3,019
  • sloc: sh: 7,715; java: 6,635; ansic: 5,013; makefile: 814; perl: 39; xml: 32
file content (136 lines) | stat: -rw-r--r-- 5,060 bytes parent folder | download | duplicates (2)
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
<!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>Apache JServ Feature List</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>

<h1 align="center">Apache JServ Features</h1>
<div align="center"><center>

<table border="0" width="80%" bgcolor="#000000" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%"><table border="0" width="100%" cellpadding="5">
      <tr>
        <td bgcolor="#e0e0e0" valign="middle"><ul>
          <li><strong><a href="http://java.sun.com/products/servlets/index.html" target="_top">JavaSoft
            Servlet API 2.0</a> specification complete compliance allows portable execution of
            servlets</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#f0f0f0" valign="middle"><ul>
          <li><strong>100% pure <a href="http://java.sun.com/" target="_top">Java</a> application
            allows complete portability of the servlet engine</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" valign="middle"><ul>
          <li><strong>Works as a multi-threaded servlet server separated from web servers, to increase
            web server stability and save system resources</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#f0f0f0" valign="middle"><ul>
          <li><strong>Integrated load balancing features allow your servlet serving power to scale
            with your needs</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" valign="middle"><ul>
          <li><strong>Smart redirection of requests allow load balancing request sessions</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#f0f0f0" valign="middle"><ul>
          <li><strong>The use of a specific network protocol (<a href="protocol/AJPv11.html">AJP</a>)
            allows the creation of very complex network environments (many web servers connecting to
            many servlet engines on different machines)</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" valign="middle"><ul>
          <li><strong>Servlets may be separated into different logical containers (servlet zones) to
            ease servlet administration and allow context separation between different servlets.</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#f0f0f0" valign="middle"><ul>
          <li><strong>Servlets may be run from a directory or an archive file (jar or zip)</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" valign="middle"><ul>
          <li><strong>Servlets classes may be reloaded automatically when they are changed
            (autoreloading)</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#f0f0f0" valign="middle"><ul>
          <li><strong>MD5 based connection authentication and connection IP filtering guarantees
            trusted servlet execution</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" valign="middle"><ul>
          <li><strong>Complete support for the <a href="http://www.apache.org/" target="_top">Apache
            Web Server</a> 1.2.x and 1.3.x through the <code>mod_jserv</code> module</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#f0f0f0" valign="middle"><ul>
          <li><strong>Easier administration with separated configuration files and dynamic web pages
            showing status and configurations</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" valign="middle"><ul>
          <li><strong>Complete support for page compilation, Java server pages, server side include
            and template systems. (not included in this package, and available as <a
            href="http://java.apache.org/jserv/modules/index.html" target="_top">external modules</a>)</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#f0f0f0" valign="middle"><ul>
          <li><strong>Extended logging and tracing capabilities for fine tuning and debugging</strong></li>
        </ul>
        </td>
      </tr>
      <tr>
        <td bgcolor="#FFFFFF" valign="middle"><ul>
          <li><strong>And, of course, all the benefits of open source...</strong></li>
        </ul>
        </td>
      </tr>
    </table>
    </td>
  </tr>
</table>
</center></div>

<p align="center"><font SIZE="-1">Copyright (c) 1997-99 <a HREF="http://java.apache.org/">The
Java Apache Project</a>.<br>
$Id: features.html,v 1.7 1999/06/09 05:21:22 jonbolt Exp $<br>
All rights reserved.</font></p>
</body>
</html>