Re: sqljdbc, integrated sql server authentication and multiple webapps - only the first app can connect

2009-06-03 Thread vsoneta
Hi, I had the same problem. I resolved the issue by deleting sqljdbc.jar from both the apps and added that jar in the tomcat's lib folder along with the .dll and also .dll to your windows\system32. Make it sure the system's "Path" is set to your windows\system32. Hope so this helps Christ

Re: sqljdbc, integrated sql server authentication and multiple webapps - only the first app can connect

2009-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephan, On 3/10/2009 5:07 AM, Stephan Steiner wrote: > The first application to make a connection to the database succeeds in doing > so and it will have access to the DB until I stop it (or stop tomcat). The > second app to try and access the databa

Re: sqljdbc, integrated sql server authentication and multiple webapps

2009-03-13 Thread Stephan Steiner
>Not a real answer to your question, but you might want to have a look at >the following :..AndréThanks for trying to help. Unfortunately, this isn't a >browser application.. it's an XML application that runs on an IP phone so >there are no user credentials.It's a corporate directory that everyb

Re: sqljdbc, integrated sql server authentication and multiple webapps - only the first app can connect

2009-03-10 Thread André Warnier
Stephan Steiner wrote: [...] Not a real answer to your question, but you might want to have a look at the following : http://jcifs.samba.or (the HTTP NTLM module, soon to be deprecated but which in the meantime works fine with NTLM v1, and is free) and/or http://www.ioplex.com (the Jespa mod

sqljdbc, integrated sql server authentication and multiple webapps - only the first app can connect

2009-03-10 Thread Stephan Steiner
Hi I recently had to switch over two of my webapps hosted on Tomcat 6.0.16 from sql server authentication to windows authentication. I'm using the latest v1.2 sqljdbc driver, copies the authentication lib to the system32 directory, configured tomcat to run under the local administrator account (ye