At 04:43 AM 06/03/2000 +0000, you wrote:
>This will be a classic RTFM question and I apologize.  But seeing that 
>there is admittedly no manual yet for jboss 2.0, I don't feel too bad.
>
>I have installed jboss2.0 and I am able to start it successfully.  It 
>deploys the example EJB bank.jar successfully as well.  My question is how 
>do I try out that app?

The way I understand it, once your EJB is running in the jBoss container, 
you need to run a client to talk to your bean. This client can be a Java 
servlet, a JSP page, or a stand-alone Java application.

I don't know which application is the client for the bank bean, but you can 
try the same kind of testing with the Zola beans and clients. The only 
really tricky (non-documented and not readily guessable) part there is that 
after you run jBoss and build Zola, you must copy TestBeans.jar to the 
jBoss deploy/ directory. jBoss does the deployment (which you can watch in 
the jBoss window) then you run scripts/TestBeanClient.bat (or .sh).

-- Ken Jenks, http://abiblion.com/

    Tools for reading.


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to