fixed the INSTALL file a bit...this really needs to be rewritten
This commit is contained in:
parent
f68066d5e3
commit
bf4e43f917
14
INSTALL
14
INSTALL
|
@ -6,7 +6,7 @@ Software requirements:
|
|||
|
||||
* Java 2 SDK version 1.3.0/1.3.1. Venice is normally run with the Blackdown
|
||||
JDK port, available at http://www.blackdown.org.
|
||||
* Java API for XML Parsing (JAXP) version 1.0.1, available from
|
||||
* Java API for XML Parsing (JAXP) version 1.1, available from
|
||||
http://java.sun.com.
|
||||
* Java Secure Socket Extension (JSSE) version 1.0.2, available from
|
||||
http://java.sun.com. (Venice does not (yet) require this, but Apache
|
||||
|
@ -29,11 +29,15 @@ Software requirements:
|
|||
If you plan on using Apache-Tomcat integration, get at least 3.2.2b3, as
|
||||
otherwise there will be a problem with file uploads (Bug#526 in the Apache
|
||||
Jakarta Bug Database).
|
||||
* Additional libraries; please see the document lib/README.lib for further
|
||||
details. (This section will be rewritten when the list of libraries used
|
||||
by Venice stabilizes enough.)
|
||||
|
||||
It is recommended that you install JAXP, JSSE, JavaMail, and JAF by copying
|
||||
or symbolically linking their JAR files to the <jdk>/jre/lib/ext
|
||||
directory, to avoid creating a huge CLASSPATH variable. The JDK /bin
|
||||
subdirectory should be in your PATH, naturally.
|
||||
The lib/README.lib file details which library JAR files should be
|
||||
placed in the <jdk>/jre/lib/ext directory, and which should be placed in
|
||||
the Venice "lib" subdirectory. You can symbolically link the JAR files
|
||||
instead of copying them. The JDK /bin subdirectory should be in your PATH,
|
||||
naturally.
|
||||
|
||||
You should have access to a mail server that can relay e-mail messages
|
||||
from the host on which Tomcat will be running. (If it's the same host,
|
||||
|
|
Loading…
Reference in New Issue
Block a user