Uma,

Sessions are part of the ServletSpecification - there is an interface
HttpSession.  all you do is call request.getSession() to get the current
request's session.  You can store any data you want in a session to make it
available in future requests by the same client.

http://java.sun.com/products/servlet/2.1/api/javax.servlet.http.HttpSession.
html

Check this link out too:
http://servlet.java.sun.com/manual/servlets/a-sess.htm

Connection pooling is tougher.  JNDI does connection pooling, but I don't
know too much about it.

Hope this helps,

Andy

> -----Original Message-----
> From: Uma Munugala [mailto:[EMAIL PROTECTED]]
> Sent: 21 March 2002 21:23
> To: '[EMAIL PROTECTED]'
> Subject: FW: Does tomcat support session management and connection pooling
>
>
>
>
> Hi
>   I wanted to know if tomcat supports session management and connection
> pooling
> if so what are the modules i have to down load.
>
> can some body point me to that url
>
> Thanks
> Uma
>
>
>
> -----Original Message-----
> From: Lev Assinovsky [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 21, 2002 8:49 AM
> To: Tomcat Users List
> Subject: Re: can I use only tomcat with out Apache httpd server
>
>
> Huy K Dung wrote:
> >
> > I believe Tomcat can work as a httpd server as well as app server. The
> > reason one would use Apache with Tomcat is because Apache is a better
> httpd
> > server than Tomcat.
> >
> > The reason Tomcat doesn't work for you is because of misconfigurations
> > somewhere.
> Though a standalone Tomcat works faster then together with Apache.
> >
> > I've been using Tomcat alone for development purposes and it works fine
> > alone.
> >
> > -----Original Message-----
> > From: Uma Munugala [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, March 21, 2002 10:32 AM
> > To: '[EMAIL PROTECTED]'
> > Subject: can I use only tomcat with out Apache httpd server
> >
> > Hi
> >   I installed tomcat 4.0.4b1 and apache httpd sever.
> > My question is can tomcat work without starting apache httpd,
> do I have to
> > start both of them and some how link them.
> >
> > I tried to start tomcat alone and its examples working but when I run my
> > servlet iam getting error
> >
> > java.lang.ClassFormatError: com/CellFusion/Relational/RelConnection
> (Illegal
> > Variable name "")
> >
> > Any help is very much appreciated.
> >
> > Thanks
> > Umamaheswar
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
> --
> Lev Assinovsky                Peterlink Web
> Programmer                  St. Petersburg, Russia
> Tel/Fax: +7 812 3275343       197022 ul.Chapigina 7Á
> E-mail: [EMAIL PROTECTED]
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to