Thanks! The combination of this and the missing
"wrapper.bin.parameters" (Jim Richards) got it working. My configuration
mistakes seem obvious now, but the documentation for configuring all this
leaves a lot of things to pure inference, and inference is predicated on
understanding exactly what each of the systems (Apache, Jserv, Jonas)
expects to be doing, which is a tall order.
In short, I don't think I could have figured it out without help.
Thanks again.
Alen
On Wed, 24 Nov 1999, Christophe Ney wrote:
> Hi Alen,
>
> I am currently trying to setup a J2EE platform using
> Enhydra (servlet) and Jonas. I was successufull at calling
> Jonas EJB from servlet but it was very slow under jdk1.2 and
> wouldn't work under jdk1.1.
> For your problem you migh want to double-check the classpath of
> the rmiregistry
> Also, I would suggest that we switch the discussion to jonas-dev.
>
> Thanks,
> Christophe
>
> Christophe Ney mailto:[EMAIL PROTECTED] mobile +33 668 99 22 09
> Enhydra Open Source Project http://www.enhydra.org
> Lutris Technologies http://www.lutris.com
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Alen Peacock
> > Sent: Wednesday, November 24, 1999 12:38 AM
> > To: [EMAIL PROTECTED]
> > Subject: jsp <-> JavaBean <-> EJB problem
> >
> >
> > I'm having trouble with using Jonas in conjunction with Apache/Jserv.
> >
> > I have created a functional EJB. I have created a regular JavaBean
> > which interfaces with the EJB, with a client program that calls the
> > JavaBean in order to access the EJB. The client
> > program<->JavaBean<->EJB works correctly.[1]
> >
> > However, if I try to drop in a JSP page in place of the working client,
> > the reference to the EJB's Home interface is always null, which causes
> > Jserv to throw an exception and exit before fully rendering the page
> > (NullPointerException appears only in jserv.log, not on the .jsp's
> > output html). No other errors are reported in the logs.
> >
> > Any ideas? Anyone run into similar problems? Anyone at least having
> > success with jsp <-> javabean <-> Jonas EJBs (so that I know to continue
> > pounding on my own setup)?