Jetspeed-2 Installer

Getting Started with the Installer

Once you have downloaded the intaller. Jetspeed-2 provides 2 installers:

To install Jetspeed-2 with the installer, run depending on which installer you've downloaded:

java -jar Jetspeed2.0-MultiDB-install.jar
or
java -jar Jetspeed2.0-derby-install.jar
			

For the Multi-DB installer you will need to supply:

  • A Database type. Valid values [derby, mssql, mysql, oracle, hsql, postgres, sapdb]
  • A username
  • A password
  • A JDBC connection string
  • A JDBC driver name
  • The location of a valid JDBC driver. The installer will copy this to the installed location.
With the exception of Derby, you will need to create an empty database schema in your particular database to store the Jetspeed tables. With the exception of Derby, you can not run the installer twice against the same database schema. You have to manually drop the tables yourself before running the installer a second time.

Starting Jetspeed-2

Startup Tomcat. On linux, execute :

/usr/local/ApacheJetspeed2.0/bin/startup.sh
			

On windows, execute :

c:\Program Files\Apache Jetspeed 2.0\bin\startup.bat
   			

The very first invocation of the portal requires approximately one minute for initial startup and final installation. Please wait one minute, and then start up a web browser and navigate to http://localhost:8080/jetspeed/portal.

Login to Jetspeed-2

Sample accounts to login as:

admin/admin
manager/manager
user/user