Hi David
thanks for your reply.
actually now tomcat version change now it is 5.5.9 instead of 5.0.30.
can u suggest me how i will deploy Jetspeed 2.1 to Tomcat 5.5.9. i want to
install
jetspeed 2.1 in clustered(fail over cluster) way..
send me info thread so that i can proceed further..
Regards,
abhi
On 4/3/07, David Sean Taylor <[EMAIL PROTECTED]> wrote:
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]