private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery
Hightide RPM
Hightide RPM Installation
Using Yum
- First you will need to add JPackage Yum Repo so that 3rd party RPM Dependencies of Hightide can be automatically downloaded and installed, dependencies such as ant, crimson, xml-commons, and xml-commons-jaxp
cd /etc/yum.repos.d
wget http://jpackage.org/jpackage.repo
- Installing hightide can be done using the hightide RPM, below assumes that you have created a Hightide Repository but if not, See Creating Hightide Yum Repository
yum install hightide6
Manually Installing RPMS
- if you have not yet built the hightide rpm please see Building Hightide RPM, then build it
- download the 3rd party rpm dependencies of hightide rpm
wget http://mirrors.dotsrc.org/jpackage/1.7/generic/free/RPMS/ant-1.6.5-4jpp.noarch.rpm
wget http://mirrors.dotsrc.org/jpackage/1.7/generic/free/RPMS/crimson-1.1.3-17jpp.noarch.rpm
wget http://mirrors.dotsrc.org/jpackage/1.7/generic/free/RPMS/xml-commons-1.3.03-10jpp.noarch.rpm
wget http://mirrors.dotsrc.org/jpackage/1.7/generic/free/RPMS/xml-commons-jaxp-1.1-apis-1.3.03-10jpp.noarch.rpm
- first install the dependency rpms, install the rpms manually, note: that installing these should be done in a sequential way
rpm -isv xml-commons-1.3.03-10jpp.noarch.rpm
rpm -isv xml-commons-jaxp-1.1-apis-1.3.03-10jpp.noarch.rpm
rpm -isv crimson-1.1.3-17jpp.noarch.rpm
rpm -isv ant-1.6.5-4jpp.noarch.rpm
- now you are ready to install the hightide rpms, note: that installing these should be done in a sequential way
rpm -isv hightide6-servlet-2.5-api-6.1*.noarch.rpm
rpm -isv hightide6-jsp-2.1-api-6.1*.noarch.rpm
rpm -isv hightide6-lib-6.1*.noarch.rpm
rpm -isv hightide6-6.1*.noarch.rpm
Installing Hightide Examples
- Hightide Examples Includes, Auction Demo, Jetty Sample App and Other Examples
- To install these files, you need to install hightide6-examples RPM, execute the code below to install
yum install hightide6-examples
- installing manually
rpm -isv hightide6-examples-6.1*.noarch.rpm