On Thu, 25 Mar 2004 20:54:00 GMT, "Enrique González"
<egserrano@terra.es> wrote:
> I'm developing an application, which has a connection with a database,
>in whicth I hava a table with users, passwords and profiles for each user.
[quoted text clipped - 9 lines]
> Enrique
> egserrano(nospam)@terra(nospam).es(nospam)
Hello Enrique,
I am making the assumption from your post that your application is a
Web application and you are using container-managed authentication. If
so...
Configuring your application to interface with user accounts, in your
case in a database table, is non-standard and typically different for
each application server or Web container. Your user account table may
also need to follow certain rules as specified by the application
server or Web container you are using.
For the Tomcat 5.0 Web container, the documentation for configuring
user authentication against a database can be found here:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-howto.html#JDBCRealm.
If you are using a different server you will need to refer to its
documentation.
Regards,
Duncan Eley
duncan.eleyREM@VEbcs.org.uk