update to older Venice sources to modernize things - revamped the build system
using techniques from newer Dynamo version, allow source to compile and work using newer versions of J2SDK, Tomcat, BSF, other libraries; bugfixes to get everything running in a newer environment
This commit is contained in:
5
INSTALL
5
INSTALL
@@ -4,8 +4,7 @@ INSTALLATION INSTRUCTIONS
|
||||
Software requirements:
|
||||
You must install the following software on your system:
|
||||
|
||||
* 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 2 SDK version 1.3.0 or higher.
|
||||
* 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
|
||||
@@ -46,7 +45,7 @@ Software requirements:
|
||||
Setting Up:
|
||||
After extracting the source from CVS, you will need to choose your
|
||||
deployment directory. This will need to be specified as the "deploy.home"
|
||||
property in the build.xml file. In addition, the three main Venice
|
||||
property in the build.properties file. In addition, the three main Venice
|
||||
configuration files (logging-config.xml, render-config.xml, and
|
||||
venice-config.xml) are all copied to the WEB-INF subdirectory of the
|
||||
deployment directory, and three parameters in web.xml point to them, so
|
||||
|
||||
Reference in New Issue
Block a user