Home
 

User login

 
 

Navigation

 
 

Events

« September 2008
SunMonTueWedThuFriSat
123456
78910111213
14151617181920
21222324252627
282930
 

Installing Cape Clear Server 7.0.1

Cape Clear consists of two main components:

  • Cape Clear Server: the following sections describe how to install the Cape Clear Server component only.

  • Cape Clear Studio: for installation instructions for the Cape Clear Studio development environment, see Installing Cape Clear Studio.

To install Cape Clear Server, run the installer for your target platform (see “Before You Install Cape Clear Server”).

Note

To run the installer on Windows, you should be logged on as a user with administrator privileges. On UNIX, you should be logged into your system with root access.

Downloading Cape Clear Server for Windows

To download Cape Clear Server from the Cape Clear Web site:

  1. Click the Windows self-extracting EXE (119 MB) link under Cape Clear 7 Server Install (7.0.<patch-number.build-number>-server.exe)

  2. To copy the file to your computer, click Save or Save this program to disk.

Installing Cape Clear Server on Windows

To install Cape Clear Server:

  1. Ensure that you are logged in as a user with administrator privileges.

  2. Save the Cape Clear license files from the Cape Clear license e-mail (which has been sent to you from Cape Clear) to your computer. You will need to specify the location of the licenses during Cape Clear installation.

  3. Double-click the Cape Clear self-extracting .EXE installation file 7.0.<patch_number.build_number>-server.exe. A confirmation message is displayed.

  4. Click Yes.

  5. Follow the procedure under “Running the Cape Clear Server Installer”.

Cape Clear Server is now installed on your system and ready to run. For Cape Clear Studio installation instructions, see Cape Clear Studio Installation Guide.

Running Cape Clear Components on Windows

This section describes how to run the Cape Clear Server, Manager, and Orchestration Manager components:

  • To run Cape Clear Server, from the Windows Start menu, select All Programs->Cape Clear 7->Start Server. Alternatively, you can start Cape Clear Server from within the Cape Clear Studio Eclipse-based environment: In the Web Service Browser view, click .

  • To run Cape Clear Manager, from the Windows Start menu, select All Programs->Cape Clear 7->Manager. Alternatively, you can start Cape Clear Manager from within Cape Clear Studio: In the Web Service Browser view, click .

  • To run Cape Clear Orchestration Manager, from the Windows Start menu, select All Programs>-Cape Clear 7->Orchestration Manager. Alternatively, you can start Cape Clear Orchestration Manager from within Cape Clear Studio: In the Web Service Browser view, click .

Downloading Cape Clear Server for UNIX

To download Cape Clear Server for UNIX from http://www.capeclear.com/download:

  1. Click Download Cape Clear ESB Platform Version 7.0.1.

  2. Click Continue Download.

  3. Click the Linux JAR (122MB) link under Cape Clear 7 Server Install (7.0.<x.patch-number.build-number>-server.jar). To copy the file to your computer, click Save or Save this program to disk.

For information on the availability of Cape Clear Server and Studio on Solaris or Linux, contact sales@capeclear.com.

 

Installing Cape Clear Server on UNIX

To install Cape Clear Server:

  1. Ensure that you are logged into your system with root access.

  2. Save the Cape Clear license files from the Cape Clear license e-mail (which has been sent to you from Cape Clear) to your computer. You will need to specify the location of the licenses during Cape Clear installation.

  3. The command to start the installer includes a build number for the product. Refer to the name of your downloaded package to determine this number. Run the following command:

    java -jar "7.0.<patch-number.build-number>-server.jar"
  4. Follow the procedure under “Running the Cape Clear Server Installer”.

    Alternatively, if you are installing Cape Clear on a remote machine or do not have access to a graphical terminal, you can install the product on a UNIX machine in console mode by running the following command:

    java -jar "7.0.<patch-number.build-number>-server.jar"

    With this installation method, you follow the same general procedure as described under “Running the Cape Clear Server Installer”, but without the use of a graphical interface.

Cape Clear Server is now installed on your system and ready to run.

Running Cape Clear Server Components on UNIX

  • To run Cape Clear Server, run the following executable file in your Cape Clear Server installation, depending on your container:

    • For JBoss or Tomcat: Server/bin/startup.sh

    • For WebSphere or WebLogic, use the startup script provided for that container.

  • To run Cape Clear Manager, go to the URL: http://hostname:port_number/ccmanager

  • To run Cape Clear Orchestration Manager, go to the URL: http:/hostname:port_number/orchestrationManager

< Back Next >