Table of Contents

Search

  1. Preface
  2. Welcome to Informatica Process Developer
  3. Using Guide Developer for the First Time
  4. Getting Started with Informatica Process Developer
  5. About Interfaces Service References and Local WSDL
  6. Planning Your BPEL Process
  7. Participants
  8. Implementing a BPMN Task or Event in BPEL
  9. Implementing a BPMN Gateway or Control Flow
  10. Using Variables
  11. Attachments
  12. Using Links
  13. Data Manipulation
  14. Compensation
  15. Correlation
  16. What is Correlation
  17. What is a Correlation Set
  18. Creating Message Properties and Property Aliases
  19. Adding a Correlation Set
  20. Deleting a Correlation Set
  21. Adding Correlations to an Activity
  22. Rules for Declaring and Using Correlation Sets
  23. Correlation Sets and Engine-Managed Correlation
  24. Event Handling
  25. Fault Handling
  26. Simulating and Debugging
  27. Deploying Your Processes
  28. BPEL Unit Testing
  29. Creating POJO and XQuery Custom Functions
  30. Custom Service Interactions
  31. Process Exception Management
  32. Creating Reports for Process Server and Central
  33. Business Event Processing
  34. Process Central Forms and Configuration
  35. Building a Process with a System Service
  36. Human Tasks
  37. BPEL Faults and Reports

Designer

Designer

Starting the Server and Running a Process

Starting the Server and Running a Process

After you deploy a process, described in Creating and Deploying a Business Process Archive Contribution, you can run the process by starting the server and sending the appropriate message to instantiate the process.
The Process Server that comes with Process Developer consists of the Process Server engine running under Apache Tomcat. Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.
You must start the embedded engine before deploying your processes. When it starts, it scans for new, updated, and deleted
.bpr
files.
  1. If you have not already done so, set up the server, as described in Setting Up the Embedded Process Server.
  2. Select the Servers view in the lower right of the workspace.
  3. Select the
    Start the Server
    button, as shown in the example.
As the server starts up, you see start-up tasks scroll in the Console. Several files are deployed to the embedded server each time you start it. When the server is started, the State indicates this, as shown above.
You can use the Process Console to manage deployed and active processes. To display the Console, select the
Process Console
toolbar button and notice that the following URL appears in the browser address field:
http://localhost:8080/activevos
Change the port number if port 8080 is already in use on your computer.
For more information, select
Help
in the Console.

0 COMMENTS

We’d like to hear from you!