fixed the INSTALL file a bit...this really needs to be rewritten

This commit is contained in:
Eric J. Bowersox 2002-01-25 23:51:39 +00:00
parent f68066d5e3
commit bf4e43f917

14
INSTALL
View File

@ -6,7 +6,7 @@ Software requirements:
* Java 2 SDK version 1.3.0/1.3.1. Venice is normally run with the Blackdown * 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. 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. http://java.sun.com.
* Java Secure Socket Extension (JSSE) version 1.0.2, available from * Java Secure Socket Extension (JSSE) version 1.0.2, available from
http://java.sun.com. (Venice does not (yet) require this, but Apache 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 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 otherwise there will be a problem with file uploads (Bug#526 in the Apache
Jakarta Bug Database). 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 The lib/README.lib file details which library JAR files should be
or symbolically linking their JAR files to the <jdk>/jre/lib/ext placed in the <jdk>/jre/lib/ext directory, and which should be placed in
directory, to avoid creating a huge CLASSPATH variable. The JDK /bin the Venice "lib" subdirectory. You can symbolically link the JAR files
subdirectory should be in your PATH, naturally. 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 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, from the host on which Tomcat will be running. (If it's the same host,