Starting a Business Components Application Using Bind Mode
Follow these steps to start business components applications to VisiBroker using
bind mode (default).
- In the Navigator, right-click the VisiBroker deployment profile icon
<Projectname>Visigenic.bcdeloy and choose
Deploy to deploy your BC4J application
project.
- Set up the classpath to run BC4J
applications by copying your VisiBroker server class, required libraries,
and batch file to the VisiBroker directory.
- Start the OSAgent by executing the following command:
<vbroker>\bin\osagent -C
where <vbroker>
is your VisiBroker home directory.
- 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