Hi prabhagaran,

I'll answer your questions one at a time...

> Hello,
>                   I am new to weblogic,  i want to deploy my EJBs,  I am
> running in NT  -  pls answer the following questions.
>
>  1.    First I started weblogic server which opened a window and displayed
> some processing stuffs and closed. Then I started Weblogic for Console by
> entering the
>         password.  It opend.   Then I opened Deployment Wizard to deploy
> the EJBs.   (  Is this correct way of invoking the EJB wizard )     ?
>
The Deployment wizard is the indeed the way you can put your beans in the
server.


>  2.    I created .class files for EJB and Client thru JBuilder3.    Whether
> i should deploy all the .class files or  .jar file which i created from
> JBuilder ?
Once u deploy the bean using the deployment wizard, it will generate a
serializable file ( .ser file ) For this u will have to check the "Create
serialized descriptor " option while deploying. include this file in your
.jar and include it in the weblogic.properties file ( under your weblogic
installation directory)

>
> 3.    How would u deploy in the EJB wizard using weblogic ?
>

The entire procedure is very well explained in the documentation provided
by weblogic. There is even a step-by-step procedure showing you how to
deploy your beans in the server. The entire developer's guide can be
downloaded from the weblogic site.

Hope this helps.

Regards,
Sowmya Seetharam

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to