My understanding about this though is that if you choose to use the
RDBMS realm, there is no way that your application can permit updating
of the same tables via the web process. In order to verify that a user
is permitted to access the tables, the tables must be checked (which
requires verifying that the user is permitted to access the tables, etc.)
-AMT
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of WHITESIDE, CHIP
> Sent: Thursday, June 29, 2000 10:30 AM
> To: [EMAIL PROTECTED]
> Subject: Re: User authentication
>
>
> You can implement the RDBMSRealm and turn on security. Weblogic will
> automatically authenticate them or reject them based on the entries in the
> table. If they are authenticated, the can access the page.
>
> > -----Original Message-----
> > From: Rupali Bains Goswami [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, June 29, 2000 11:54 AM
> > To: [EMAIL PROTECTED]
> > Subject: User authentication
> >
> >
> > Hello,
> >
> > I have java experience but i am new to JSP. I am using
> > weblogin 5.1 and i
> > need to authenticate a user and on sucessful login display
> > another jsp page.
> > How can I do this? I know that weblogic creates a connection
> > pool so do i
> > then through my jsp need to connect to the database to get
> > the username and
> > password from the table?
> >
> > Any help is appreciated.
> >
> > Thanks.
> >
> > -Nisha
> > ______________________________________________________________
> > __________
> > Get Your Private, Free E-mail from MSN Hotmail at
> http://www.hotmail.com
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets