We are using it two - resin is just a client (just like a standalone
client).
There are a few lib problems (just as with standalone clients ;-)
Here is what to do
i) start jBoss and deploy your beans as normal (do not use the embedded
tomcat)
ii) make the libs you need (ejb.jar, client-jar, ...) available to resin
(in 1.1.x change the classpath in wrapper.pl in resin/bin, in 1.2
you
should be able to just copy it in resin/lib/ext) make sure the jar
contain the same classes as the ones you use in jBoss (otherwise you
might
run into problems when serializing data objects accross)
iii) start resin
iv) write a servlet / jsp which acts as EJB client (probably easiest to
first write a standalone app to get the lookup right) and then turn
it
into a servlet
It really is not as hard as it may sound.
Robert.
> -----Original Message-----
> From: Dewayne McNair [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, 27 January 2001 13:36
> To: jBoss
> Subject: Re: [jBoss-User] JBoss + Resin?
>
>
> > The resin server is treated as an ordinary client. The
> client jars and
> > the interface classes are thrown into the resin/lib/ directory.
>
> Are you saying that you take the jboss-2.0-FINAL/client/*.jar
> files and
> place them in resin1.2.2/lib directory? How do you get JBoss started?
>
> I'd really appreciate it if you could give a bit more
> details. This sounds
> really promising.
>
> Thanks,
>
> Dewayne
>
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> List Help?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]