For some reason I am unable to get my messages to the list. I got a bouce
back. If you get a chance could you forward it to the list for me.
Deploying an ejbean in jboss is almost a joke it's so easy. Once you have
jboss set up(either using the win install, or the zip or gzip on win or
*nix). Start the server by executing the run.bat in %jboss_home%/bin
directory. Once the server is up and running, simply drop a copy of your ejb
.jar file in the %jboss_home%/deploy directory. Jboss will do the rest. No
restarting, no special deply, nothing. Of course I am specifically speaking
of CMP ejbeans. If you want to get into BMP ejbeans, like all other vendors,
you must dig your feet into the DTD. Jboss has a pretty good tool for
editing your ejb-jar.xml file called ejx. It explains how to use this tool
it the docs.
If you have any questions either send an email to the jboss users list(which
is an exceptional resourse for geting up and running quickly) or send me an
email and I try to help.
BTW: make sure that you set up the following three files in your classpath:
%jboss_home%/client/jboss.jar
%jboss_home%/client/jboss-client.jar
%jboss_home%/client/jnp-client.jar
-----Original Message-----
From: Robert Nicholson <[EMAIL PROTECTED]>
To: John D. McDonald <[EMAIL PROTECTED]>
Date: Monday, August 21, 2000 11:01 PM
Subject: RE: What to play with EJB which server?
>Can you describe how you deploy an EJB with Jboss?
>
>I'll be taking a look at it tonight.
>
>> -----Original Message-----
>> From: A mailing list for Enterprise JavaBeans development
>> [mailto:[EMAIL PROTECTED]]On Behalf Of John D. McDonald
>> Sent: Monday, August 21, 2000 10:34 PM
>> To: [EMAIL PROTECTED]
>> Subject: Re: What to play with EJB which server?
>>
>>
>> I agree with Rickard. Jboss has come a hell of along way and is
incredibly
>> easy to setup(about two minutes; seemlessly) and deploy(about two
seconds)
>> any of your ejbeans. Even being a newbie to the scene jboss gives the
user
>> the ability to deploy and debug very easily. Additionally, Jboss now
>> itegrates with Tomcat(another product that I would bet engineering
>> reputation on) in the VM with a couple simple changes to the jboss config
>> file.
>>
>> In short; Jboss simply kicks-ass and I hope WebLogic is taking notes.
Give
>> all the other ejbservers a shot and then crank up jboss. It _defines_
>> ease of use in ejb space.
>>
>> -john
>>
>>
>> -----Original Message-----
>> From: Rickard Öberg <[EMAIL PROTECTED]>
>> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>> Date: Monday, August 21, 2000 10:10 PM
>> Subject: Re: What to play with EJB which server?
>>
>>
>> >On Mon, 21 Aug 2000 21:52:33 -0400, Tim Endres <[EMAIL PROTECTED]>
>> >wrote:
>> >>We could not get jBoss to work, even with documentation. But that may
>> >>be our own shortcomings. The problem was in their dependance on an XML
>> >>tool to deploy, which we could not get to work at all. I wish they
would
>> >>just read the XML files without the GUI tool!
>> >
>> >Fortunately, things have changed since you tried it :-) Nowadays most
>> >people deploy by simply putting their .jar in /deploy, and we will apply
>> >some decent defaults to Everything. If you want to override the defaults
>> >you can either use the GUI tool, or you can make your own jboss.xml with
>> >*only* the overrides (there is a DTD now). I think you will find it a
>> >heck of a lot easier than it used to be.
>> >
>> >/Rickard
>> >
>> >--
>> >Rickard Öberg
>> >
>> >Email: [EMAIL PROTECTED]
>> >http://www.telkel.com
>> >http://www.jboss.org
>> >http://www.dreambean.com
>> >
>> >=================================================================
>==========
>> >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".
>> >
>> >
>>
>> ==================================================================
>> =========
>> 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".
>>
>
>
===========================================================================
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".