











Signup for Training
- San Francisco, CA, Sept 8-10
- Quito, Ecuador, Sept 16-18
- Brussels, BE, Sept 16-18
- Frankfurt, DE, Sept 22-24
- BPMN Online, Sept. 26
More trainings...
Intalio|BPMS Webinars
Login
HELP Getting Started with Intalio|Server
This document describes how to install and configure Intalio|BPMS Server.
Note that Intalio|BPMS Server embeds Intalio|BPMS Workflow runtime components and no additional installation is required for Intalio|BPMS Workflow.
Prerequisite
The Intalio|BPMS Server has the following requirements:
- Operating system: Microsoft Windows XP or Microsoft Windows 2000 or Microsoft Windows 2003 Server or Linux or Mac OS X
- Memory: a minimum of 512Mb of RAM available for applications
- Disk space: a minimum of 200 MB of disk space
- JDK 1.5 (Geronimo, the bundled Application Server is not compatible with not compatible with Java 1.6)
Runtime Installation
1) Download the latest Intalio|BPMS Server from the Downloads section.
2) Extract on your computer (e.g. C:\intalio-bpms). The path of the directory you extract to can not contain any spaces.
Starting Intalio|BPMS Runtime
Note 1: You must have JAVA_HOME pointing to JDK 1.5.0_07
Note 2: Port 8080 must be available
Execute the following commands:
cd $BPMS\\bin
startup.bat
Alternatively, to start in the same window use:
geronimo run
You should see the following appear:
Booting Geronimo Kernel (in Java 1.5.0_06)...
You can safely ignore the WARN statements.
The runtime is ready when you see the following:
Geronimo Application Server started
This command will not return. To stop the process runtime, you can close the command window or hit Ctrl-C.
Starting Intalio|BPMS Console
Execute the following commands:
1) Point your browser to http://localhost:8080/bpms-console
2) Enter login information
Defaults are:
Username: admin
Password: changeit
You are now ready to model, deploy and execute your first example: HelloWorld.
Note: there is already a version of HelloWorld (HelloWorld2) that is predeployed, but it can not be started from the console.
Intalio|BPMS Server is also shipped with the Absence Request example.
