On 23/03/2010 22:16, Leo Donahue - PLANDEVX wrote:
> Tomcat 6.0.24
> Windows Server 2003 R2 SP2
> SQL Server 2005 Express
> Microsoft SQL Server 2005 JDBC Driver 1.2 - October 2007
> 
> I know I need to configure a Realm and that can be in an Engine, Host or 
> Context element, but most likely in a context element inside the context.xml 
> under META-INF of my specific webapp.
> 
> What do most people prefer?  JDBCRealm or JNDI DataSourceRealm?
DataSourceRealm everytime. JDBCRealm uses a single connection and is
heavily synchronized as a result.

> Does the latter require setting up a System DSN datasource in Windows?
No.

>  Or am I confusing that with something else?
Yes, ODBC.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to