cat Users List
> Subject: Re: EJB Application development with tomcat 5.5 ?
>
>
>
> Sridhar n schrieb:
>
> > @Ghufan
>
> > Thank you for valuable reply.I think Tomcat 5.5 onwards , it is an
>
> > applicatio server, which contais EJB cotainer also right.If
mcat is a web application container or Servlet Container
>
> You need Application server to deploy your EJBs
> For example JBOSS, Sun Application server Glassfish etc
>
>
>
> Ghufran
>
> -----Original Message-
> From: Sridhar n [mailto:sreedhar...@gmail.com]
>
Hello,
I want to do EJB applications using tomcat 5.5 .Is it possible to do with
tomcat?Could you suggest me in this concern...
thanks & regards
Sridhar
>
> Hello friends,
> I am doing small web application ,in that I am doing connection pooling.I
> followed these steps:
> *1.In Conf/server.xml - added below code*
>...
>
> type="javax.sql.DataSource"
>description="Oracle 9i database that can be updated and saved"
>
Hello friends,
I am doing small web application ,in that I am doing connection pooling.I
followed these steps:
*1.In Conf/server.xml - added below code*
...
*2. In web.xml of my web application:*
...
Oracle Datasource example
jdbc/myoracle