Previous Topic Next topic Print topic


Generate and Deploy a JSP Client

For an EJB to access a COBOL service running on an enterprise server, you must have the EJB and a JSP client running on an application server. We will now generate an EJB and a JSP client for the ProgramEJB service we deployed and configure our JBoss application server to run them.

  1. From the Solution Explorer, right-click the ProgramEJB service interface; then click Generate Clients.

    The Output window tells you when the client has generated successfully.

  2. Copy the ProgramEJB.ear file, located in your Visual Studio project's \ProgramEJB.deploy directory, to your JBoss installation's \server\default\deploy directory.
Previous Topic Next topic Print topic