File: README

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 (54 lines) | stat: -rw-r--r-- 1,500 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

                         A P A C H E   J S E R V
                           Version 1.0 (and up)


  What is it? 
  -----------
  
  Apache JServ is a 100% pure Java servlet engine designed to implement 
  the Sun Java Servlet API 2.0 specifications and add Java Servlet
  capabilities to the Apache HTTP Server <http://www.apache.org/>.


  The Latest Version
  ------------------

  Details of the latest version can be found on the Java Apache 
  Project web site <http://java.apache.org/>.


  Documentation
  -------------

  Documentation is available in HTML format, in the docs/ directory.
  The most up-to-date documentation can be found at
  <http://java.apache.org/jserv/>.


  Installation
  ------------

  Installation instructions for UNIX systems are included in the INSTALL 
  file or in the installation section of the documentation. Win32 users are 
  highly recommended to use the auto-installing distribution 
  (the "exe" distribution) or read the instructions in the
  docs/install/ directory.
  
  Building
  --------

  If you are a developer and are interested with working with the build 
  system for Apache JServ, on the Win32 side, you will need MSVC 6.0. On 
  the Unix side, please refer to the README.build document.

  Licensing
  ---------

  Please see the license file: docs/license.html
  

  Thanks for using Apache JServ.

                                           The Java Apache Project
                                           <http://java.apache.org/>