Sorry for a repost, but I decided to get off my lazy butt for once and look
something up for myself. (If you don't get the sarcasm here, tough.)

I went to:
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/JDBCRealm.howto,
which happens to have a JDBC authentication mechanism documented -- using
mysql, as it turns out. Five links: http://jakarta.apache.org/, to tomcat,
to docs, to 3.2, then to "JDBCRealm." Hardly difficult to find. I don't like
the looks of it, but then again... that's okay, Tomcat had to find a way to
do it.


>From: Shailendra <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: JSP/mysql
>Date: Wed, 1 Jan 1997 07:37:00 +0530
>
>hi
>my project is still in design phase
>we are thinking on tomcat
>can you have any idea how tomcat provide  help for user authentication ?
>
>ok
>shaendra
>
>----- Original Message -----
>From: Joseph Ottinger <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, February 15, 2001 4:44 PM
>Subject: Re: JSP/mysql
>
>
> > >From: Shailendra <[EMAIL PROTECTED]>
> > >Reply-To: A mailing list about Java Server Pages specification and
> > >     reference <[EMAIL PROTECTED]>
> > >To: [EMAIL PROTECTED]
> > >Subject: Re: JSP/mysql
> > >Date: Wed, 1 Jan 1997 01:13:14 +0530
> > >
> > >hi joseph
> > >can u plese tell me(/or a pointer to information) the other better
>option
> > >to
> > >do the same task
> >
> > The "task in question" is database-oriented user management - or, more
> > appropriately, user management, period.
> >
> > There's a huge roadblock here, in that Sun didn't go far enough in the
>J2EE
> > spec, and didn't specify how user management should be done, but just
>that
> > it should implement certain mechanisms. As a result, each
>vendor/container
> > tends to have its own mechanisms. Apache has modules, for example. Orion
>has
> > usermanagers. Weblogic has its own process; so does Tomcat. There's not
>"one
> > way" to accomplish it that I know of, outside of doing it yourself,
>which
> > voids the whole security aspect. (Don't do it yourself! -- which is
>Paolo's
> > main problem, IMHO.) JAAS should help, because it looks like it'll be
>part
> > of J2EE itself, which means the container vendors will be able to
> > standardize on a single mechanism.
> >
> > However, that means that the "best practices" for any given server are
> > dependent ON that server; I have experience with user security on only
>two
> > containers, one of which isn't Java at all (Apache) and Orion. If you're
> > using Orion, I can tell you EXACTLY what the best way is of doing this.
>If
> > you're not...
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
> >
> >
>===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
> > 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".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>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

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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

Reply via email to