Theres not any configuration needed.

Ok, so say you put your bean in WEB-INF/classes/beans
and your bean is called FooBean.java
You would use it like this within your JSP:

<jsp:useBean id="foo" scope="page" class="beans.FooBean" />

<jsp:getProperty name="foo" property="aProperty" />

Is that what you're after?




At 09:14 AM 14/08/2002 -0500, you wrote:
>I'm using java beans in Tomcat (not EJB), and I just put them in
>WEB-INF/classes...
>
>regards
>Alex
>
>
>
>
>
>
>
>Cédric Viaud <[EMAIL PROTECTED]>
>14/08/2002 07:59 a.m.
>Please respond to Tomcat Users List
>
>
>         To:     Tomcat Users List <[EMAIL PROTECTED]>
>         cc:
>         Subject:        Re: Bean on Tomcat
>
>
>
>Hi,
>
>may you precise what your aiming at ?
>
>If you want tu use EJBs, Tomcat is not en EJB container. You then should
>find one (JBoss is free).
>
>Regards,
>
>    Cédric
>
>----- Original Message -----
>From: "Vishal Mukherjee" <[EMAIL PROTECTED]>
>To: "Tomcat Users List" <[EMAIL PROTECTED]>
>Sent: Wednesday, August 14, 2002 10:51 AM
>Subject: Bean on Tomcat
>
>
> > Hi all
> >
> > Can anyone tell me how to configure beans om Tomcat 4.0.4
> >
> > Thanks & Regards
> > Vishal Mukherjee
> >
> >
> > --
> > To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
> >
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to