Starting a Business Components Application Using Bind Mode

Follow these steps to start business components applications to VisiBroker using bind mode (default).
  1. In the Navigator, right-click the VisiBroker deployment profile icon bc4j_deploy_profile_icon <Projectname>Visigenic.bcdeloy and choose Deploy to deploy your BC4J application project.
  2. Set up the classpath to run BC4J applications by copying your VisiBroker server class, required libraries, and batch file to the VisiBroker directory.
  3. Start the OSAgent by executing the following command:
    <vbroker>\bin\osagent -C
    where <vbroker> is your VisiBroker home directory.
  4. Start the CORBA server class by executing the following command:
    startCORBA <yourServerClass>
    where <yourServerClass> is the name of your business components server class.


Related Topics

Setting Up the Classpath to Run BC4J Applications on VisiBroker

Starting CORBA Objects on VisiBroker

Starting a Business Components Application Using the Naming Service
Modifying HTML Files to Use VisiBroker Bind Mode
Testing Business Components to VisiBroker Using Bind Mode