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

Setting Up the Embedded Process Server

Setting Up the Embedded Process Server

The Process Server consists of the 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.
When you create a BPEL process and its deployment descriptor, you can deploy process resources directly to a running server. This allows you to execute and remotely debug your processes.
To set up the server:
  1. Select the Servers view in the lower right of the workspace.
  2. Right-mouse click within the
    Servers
    view and select
    New > Server
    .
  3. In the Server type list, select
    Process Server
    , and select
    Next
    .
  4. If the default HTTP and connector ports are already in use on your computer, you can change them on the Ports page and then click
    Finish
    .
The Console shows the Tomcat start-up activity. At the end of start-up, you'll see a "server started" message for Tomcat.
To start the server:
After Tomcat is started, select the
Start the Server
icon in the
Servers
view for the Process Server, as shown.
To view the Process Console, select the
Process Console
icon in the Process Developer toolbar.
You can also view the console in a browser. Do this be going to the Console's URL. The default URL is
http://localhost:8080/activevos
.
To configure https for the Embedded Process Server, follow the steps below:
  • Manually add the connector for https port in the server.xml of the embedded tomcat in the following location:
    org.activebpel.enginep_9.2.5 under the installation_dir/designer/plugins
  • Follow the steps below to add the port details in the Tomcat launch configuration:
    1. Create Tomcat Embedded server.
    2. Open configuration page and doubleclick ActiveVOS Server at localhost.
    3. Click
      Open launch configuration
      from the Overview page as shown below: ActiveVOS Server Overview Page
    4. Add the following environment variable in the Arguments tab: Dae.web.filter.https.port=8443, as shown below: ActiveVOS Launch Configuration Properties

0 COMMENTS

We’d like to hear from you!