Previous Topic Next topic Print topic


Deploying Java Service Interfaces

When you deploy a Java service interface, this produces an EJB or Java Bean and several accompanying files that are copied to the appropriate enterprise server.

Once a Java service is ready for use in a production environment, you should deploy it to an enterprise server using the .car file generated during the last deployment.

Note: If you generate a client for your Java service, the .car file is deleted from the deployment folder. When setting up your service in a production environment, be sure to deploy this file before generating a client.

There are two methods of deploying the .car file:

Previous Topic Next topic Print topic