~ubuntu-branches/ubuntu/gutsy/oscache/gutsy

« back to all changes in this revision

Viewing changes to docs/requirements.html

  • Committer: Bazaar Package Importer
  • Author(s): Kalle Kivimaa
  • Date: 2004-08-13 14:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20040813140000-lyugvinublk1x8y2
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>OSCache Requirements</title>
 
4
</head>
 
5
 
 
6
<body bgcolor="#FFFFFF">
 
7
<p><b>OSCache</b> can be used directly to provide caching for any Java application.
 
8
Using the OSCache tag library requires Servlet 2.3 and JSP 1.2 support to run properly.
 
9
There is no dependency on a servlet container if the OSCache API is used directly.
 
10
<p>So far OSCache has been tested in the following application servers and web containers:</p>
 
11
<ul>
 
12
  <li><a href="http://www.orionserver.com">OrionServer</a> (version 1.4.0 and
 
13
    above)</li>
 
14
  <li><a href="http://www.macromedia.com">Macromedia JRun</a> (version 3.0 and
 
15
    above)</li>
 
16
  <li><a href="http://www.weblogic.com">BEA Weblogic</a> (should work on version
 
17
    7.x and above)</li>
 
18
  <li><a href="http://www.ibm.com/websphere">IBM Websphere</a> (tested on version
 
19
    5.0)</li>
 
20
  <li><a href="http://www.ibm.com/websphere">Silverstream</a> (tested on version
 
21
    3.7.4)</li>
 
22
  <li><a href="http://www.caucho.com">Caucho Resin</a> (version 1.2.3 and above)</li>
 
23
  <li><a href="http://jakarta.apache.org/tomcat">Tomcat</a> (version 4.0 and above)</li>
 
24
  <li><a href="http://www.iplanet.com">iPlanet</a> (tested on version 6.0. Note that
 
25
    the caching filter has not been tested, only the taglibs)</li>
 
26
</ul>
 
27
<p>This does not mean it will not run on other servers! It should run on any specification
 
28
  compliant container. If you have run OSCache successfully in other servers, please
 
29
  <a href="&#109;a&#105;&#108;&#116;&#111;:chris&#64;swebtec.&#99;&#111;&#109;">let
 
30
  us know</a> and we'll add to this list.</p>
 
31
<p>The Caching Filter (for caching entire pages, and binary content such as GIFs
 
32
  and PDFs) requires Servlet 2.3 support. It is known to work on Orion, Weblogic
 
33
  and Tomcat 4.0.</p>
 
34
<p>OSCache is compatible with JRE 1.3 and higher. For best performance, JRE 1.4.x
 
35
  or higher should be used.</p>
 
36
<p>&nbsp;</p>
 
37
</body>
 
38
</html>
 
 
b'\\ No newline at end of file'