Avni, Itamar wrote:
Hi all,

I'm using Tomcat 5.5.23 on a Windows server 2003 (64 bit).
Tomcat runs as a window service, using an Active Directory account.
DB is configured to Windows Authentication mode alone.

Tomcat contains 2 web applications.
The DLL's (sqljdbc_auth.dll) location is the value of Tomcat's 
-Djava.library.path parameter.

Result:
The container loads, the first web application loads and successfully 
establishes a connection to the DB,
But the second web application fails to connect to DB, prompting:
com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured 
for integrated authentication.

Ahhh,
When loading tomcat with only a single web application (either one), the web 
application successfully connect to the DB.
This is why I don't think the reason is at web.xml.

Any idea?

Yes : you should probably ask this question on the appropriate Microsoft help forum, about how to setup this driver properly for WIA with multiple webapps. Not that nobody here may not /want/ to help, but the knowledge of how the Microsoft drivers work, under Windows, with WIA, is probably not something many people here know about.

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

Reply via email to