Startup DASH and Update DASH Connection

From MT Marvelit
Revision as of 21:27, 25 January 2007 by Rmortensen (Talk | contribs)

Jump to: navigation, search

Start-up and Shutdown

Starting up the Jetspeed portal for the first time will expand all the wars and create a dashboard environment for you. The startup and shutdown scripts are in the /DASH/bin folder.

Windows

To start the portal on windows, navigate to the bin folder and double click on the startup.bat file. A DOS window id displayed and messages will display as the portal is started and WARs expanded. The first time the portal is started - it will expand the Jetspeed WARs and build initial configuration files.

Dash can be set to start as a service. See ------ for instructions on how to set this up. Once this done, you will start and stop DASH via services in the Windows Management panel. Dash can be set to start on Windows startup using this method.

To shutdown the portal - double click on shutdown.bat file or close the DOS window to shutdown the portal.

Macintosh, Linux or Unix

To start the portal - you need to execute several commands in a terminal session. Start terminal and navigate to the bin folder. You can navigate to the /DASH folder in the finder, type cd in your terminal window and drag the bin folder to your open terminal window. Terminal will place the path to that folder after your cd entry. Press enter to set the path.

To start the portal - type:

sudo ./catalina.sh start

Hit the return key. Enter your admin password and hit return. Several messages will display. If there is a JAVA_HOME error - it will display in the window.

To shutdown the portal - type:

sudo ./catalina.sh stop

Hit the return key. Enter your admin password and hit return. Several messages will display. To close the terminal window - type logout and hit enter.

Execute Startup Scripts

Execute the startup script for your platform.

After the portal is started - wait several minutes DASH to startup.