You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Andreas Schildbach <an...@schildbach.de> on 2006/01/31 10:05:59 UTC

Jetspeed2 Binary Distribution as a Webapp?

Hello there,

Is there anywhere a distribution of Jetspeed 2 that comes as a WAR, and 
not bundled with Tomcat? I've already got Tomcat up and running (already 
serving some other webapps), and I'd like to add a jetspeed instance for 
one domain.

Regards,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Jetspeed2 Binary Distribution as a Webapp?

Posted by David Sean Taylor <da...@bluesunrise.com>.
Andreas Schildbach wrote:
> Hello there,
> 
> Is there anywhere a distribution of Jetspeed 2 that comes as a WAR, and 
> not bundled with Tomcat? I've already got Tomcat up and running (already 
> serving some other webapps), and I'd like to add a jetspeed instance for 
> one domain.

Jetspeed consists of more than just one war file.

jetspeed.war -- the portal
5 common jar files -- distributed to tomcat's shared/lib
8 portlet applications (almost all of these are optional)

Best to take the installation, and copy out the files that you need
Although, you will not get the database properly initialized
Thus following the plugin instructions is probably the best way to go 
for now]

http://portals.apache.org/jetspeed-2/getting-started-binary.html

We are in the process of refactoring the build and deprecating  Maven-1 
to better suite different configurations. For example, you may not want 
all the sample portlet applications. You can really get by with just the 
j2-admin app.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Jetspeed2 Binary Distribution as a Webapp?

Posted by Raj Saini <ra...@gmail.com>.
I think you will need to build it yourself. Jetspeed as war may not be
enough for you as Jetspeed also creates and populates a database. You can
build from source or binary build using Maven Plugin. Build process will
create necessary database schema, populate database with seed data and
deploy jetspeed in an instance of Tomcat.

"Building" secion opf Jetspeed-2 home page have instructions for building
Jetspeed.

Regards,

Raj

On 1/31/06, Andreas Schildbach <an...@schildbach.de> wrote:
>
> Hello there,
>
> Is there anywhere a distribution of Jetspeed 2 that comes as a WAR, and
> not bundled with Tomcat? I've already got Tomcat up and running (already
> serving some other webapps), and I'd like to add a jetspeed instance for
> one domain.
>
> Regards,
>
> Andreas
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>
>