On Apr 2, 2007, at 4:56 AM, Abhishek Agarwal wrote:
Hi all
I'm trying to deploy Jetspeed 2.1 to Tomcat 5.0.30. i want to install
jetspeed 2.1 in clustered way..
can any one send me info thread so that i can proceed further..
You can build Jetspeed 2.1 to automatically deploy to Tomcat 5.0.30
The key is getting this property correct for a Maven-1 build:
# note set to "5" and not "5.5"
org.apache.jetspeed.catalina.version.major = 5
For Maven-2, your settings.xml:
<org.apache.jetspeed.catalina.version.major>5</
org.apache.jetspeed.catalina.version.major>
Then everything should work as described in the online documentation
for building Jetspeed itself or with custom builds:
http://portals.apache.org/jetspeed-2/getting-started-binary.html
or
http://wiki.apache.org/portals/Jetspeed2/Maven2BuildSupport
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]