File: index.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 (181 lines) | stat: -rw-r--r-- 8,473 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!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>Installation and Configuration Instructions</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">Installation and Configuration Instructions</h1>
<div align="center"><center>

<table border="0" width="80%" bgcolor="#000000" cellspacing="0" cellpadding="0">
  <tr>
    <td><table border="0" width="100%" cellspacing="2" cellpadding="4">
      <tr>
        <td bgcolor="#c0c0c0" colspan="2"><p align="right"><big><strong>White Papers</strong></big></td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" colspan="2"><p align="left"><strong><a
        href="http://www.servletcentral.com/1999-01/jserv.dchtml" target="_top">Using Apache JServ
        1.0</a> by Ari Halberstadt</strong></td>
      </tr>
      <tr>
        <td width="10%" bgcolor="#FFFFFF"><br>
        </td>
        <td bgcolor="#F0F0F0" width="90%">This article contains a complete reference for those who
        want to install and configure Apache JServ 1.0 on their Apache Web Server.</td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" colspan="2"><strong><a
        href="http://java.apache.org/jserv/papers/techniques.pdf">Advanced Apache JServ Techniques</a>
        by Stefano Mazzocchi &amp; Pierpaolo Fumagalli (ApacheCon '98)</strong></td>
      </tr>
      <tr>
        <td width="10%" bgcolor="#FFFFFF"><br>
        </td>
        <td bgcolor="#F0F0F0" width="90%">Analyzing the problem of adding servlet support to a web
        server, several solutions have been<br>
        developed and many software packages are already available to achieve this result. Apache
        JServ is<br>
        one of these solutions and differs from others because its main target is the use on the
        widest range of<br>
        network environments. Here, we&#146;ll introduce Apache JServ advanced features and its
        inner workings to<br>
        allow both network administrators and servlet writers to achieve best results, both in
        network design<br>
        and servlet development.</td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" colspan="2"><strong><a
        href="http://java.apache.org/jserv/papers/performance.pdf">Servlet Performance and Apache
        JServ</a> by Stefano Mazzocchi &amp; Pierpaolo Fumagalli (ApacheCon '98)</strong></td>
      </tr>
      <tr>
        <td width="10%" bgcolor="#FFFFFF"><br>
        </td>
        <td bgcolor="#F0F0F0" width="90%">This article covers the most used dynamic content
        generators and evaluates their execution<br>
        paradigms as well as their performance results. This shows that servlets do have
        significant<br>
        performance benefits over other technologies. Present and future performance issues are
        also<br>
        covered for the Apache JServ servlet engine.</td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" colspan="2"><strong><a href="../howto.load-balancing.html">Load
        balancing Apache JServ</a> by Jean-Luc Rochat</strong></td>
      </tr>
      <tr>
        <td width="10%" bgcolor="#FFFFFF"><br>
        </td>
        <td bgcolor="#F0F0F0" width="90%">This paper covers the integrated load balancing features
        of Apache JServ, being able to load balance not only stateless requests but also stated
        requests without performance overhead. This allows Apache JServ to scale almost linearly
        and to grow with your request needs.</td>
      </tr>
      <tr>
        <td bgcolor="#FFFFFF" colspan="2"><strong>Note:</strong> please, let us know if any
        technical article or white paper available on the net is not listed here.</td>
      </tr>
    </table>
    </td>
  </tr>
</table>
</center></div>

<p align="center">&nbsp;</p>
<div align="center"><center>

<table border="0" width="80%" bgcolor="#000000" cellspacing="0" cellpadding="0">
  <tr>
    <td><table border="0" width="100%" cellspacing="2" cellpadding="4">
      <tr>
        <td bgcolor="#c0c0c0" colspan="2"><p align="right"><big><strong>Howto</strong></big></td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" colspan="2"><a href="howto.unix_install.html"><strong>How do I
        install Apache JServ to work with my Apache Web Server on UNIX systems?</strong></a></td>
      </tr>
      <tr>
        <td width="10%" bgcolor="#FFFFFF"><br>
        </td>
        <td bgcolor="#F0F0F0" width="90%">This section guides you through the process of
        installing and setting up the servlet engine on UNIX systems. Apache JServ, like the
        Apache Web Server, comes with installation scripts that guide and help you during the
        installation but sometimes is good to know how the installation process is done to do it
        by hand or to debug installation scripts.</td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" colspan="2"><a href="howto.win32_install.html"><strong>How do I
        install Apache JServ to work with my Apache Web Server on win32 systems?</strong></a></td>
      </tr>
      <tr>
        <td width="10%" bgcolor="#FFFFFF"><br>
        </td>
        <td bgcolor="#F0F0F0" width="90%">If you are reading this document on a win32 system and
        you chose the <em>typical</em> installation, you probably don't need any other
        instructions to install your servlet engine since the automatic installer did it for you.
        Otherwise, this section gives you the information you need to install the package.</td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" colspan="2"><a href="howto.status.html"><strong>How do I know my
        Apache JServ is working? or How do I get runtime information from my Apache JServ?</strong></a></td>
      </tr>
      <tr>
        <td width="10%" bgcolor="#FFFFFF"><br>
        </td>
        <td bgcolor="#F0F0F0" width="90%">Apache JServ has a built in dynamic status handler that
        is currently used to monitor configurations and proper installation. This section
        introduces you to the Apache JServ Status handler and to its benefits and dangers.</td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" colspan="2"><a href="howto.servlets.html"><strong>How do I add and
        execute my servlets now that Apache JServ is installed?</strong></a></td>
      </tr>
      <tr>
        <td width="10%" bgcolor="#FFFFFF"><br>
        </td>
        <td bgcolor="#F0F0F0" width="90%">Now that your servlet engine is up and running, your web
        server is able to execute Java servlets. This section shows you how to setup and run your
        servlets using Apache JServ. <em>Note</em>: this is not a servlet tutorial, please see the
        <a href="http://java.sun.com/products/servlet/index.html" target="_top">JavaSoft Servlet
        web site</a> for more info on servlets and links to other resources or the <a
        href="http://java.sun.com/docs/books/tutorial/index.html" target="_top">JavaSoft Java
        Tutorial</a> which has a section of servlets.</td>
      </tr>
      <tr>
        <td bgcolor="#e0e0e0" colspan="2"><a href="howto.security.html"><strong>How do I secure my
        servlet environment?</strong></a></td>
      </tr>
      <tr>
        <td width="10%" bgcolor="#FFFFFF"><br>
        </td>
        <td bgcolor="#F0F0F0" width="90%">Many servlet environments need a high degree of
        security. Apache JServ gives you the ability of protect you from outside intruders
        (network attacks and untrusted servlet execution) as well as inside ones, partitioning
        your servlets into restricted execution environments. This section show you how to secure
        your servlet engine.</td>
      </tr>
      <tr>
        <td bgcolor="#FFFFFF" colspan="2"><strong>Note:</strong> since open source projects never
        get good enough documentation, any contribution in this section is welcome!</td>
      </tr>
    </table>
    </td>
  </tr>
</table>
</center></div>

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