On May 10, 2007, at 6:34 AM, [EMAIL PROTECTED] wrote:

Hi,

We have a custom portal, let's call it "foo" in jetspeed 2.1-dev and are
looking to have this custom portal running in 2.1 .

The problem being, i wasn't fully involved in setting up the original portal
and now am struggling to figure out how i should go about doing this.

The first question i have is: Is this possible using the Jetspeed 2.1
Installer?


Not directly with the installer. Although you can change your context name in Tomcat pretty easily:

- shutdown Tomcat
- rename the directory name webapps/jetspeed -> webapps/foo
- rename  conf/Catalina/localhost/jetspeed.xml foo.xml
- edit foo.xml:

<Context path="/foo" docBase="foo" crossContext="true">

- restart Tomcat





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to