I get this error when my webapp on tomcat6 connects to ms sql via 1.2 jdbc
driver using integrated auth.
com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured
for integrated authentication.
i have the sqljdbc_auth.dll in win\sys32 and other places
the it all works wh
--- On Sat, 4/3/10 at 5:07 PM, Hassan Schroeder
wrote:
> To: "Tomcat Users List"
> Date: Saturday, April 3, 2010, 5:07 PM
> On Sat, Apr 3, 2010 at 1:57 PM,
> nzindian
> wrote:
>
> > Im trying to use a javascript WYSIWYG editor in a JSP
> page.
>
> > The JSP contains the following code to i
On Sat, Apr 3, 2010 at 1:57 PM, nzindian wrote:
> Im trying to use a javascript WYSIWYG editor in a JSP page.
> The JSP contains the following code to include the JS file:
> and it doesnt work,
Look at the page source in a browser and see what it is. Why doesn't
it work? Because it's wrong, *f
Hi,
Im trying to use a javascript WYSIWYG editor in a JSP page.
The JSP is in the following directory:
apache-tomcat-5.5.28/webapps/SimpleBlog
The Java script is in this directory:
apache-tomcat-5.5.28/webapps/SimpleBlog/js
The JSP contains the following code to include the JS file:
and it
On Sat, Apr 3, 2010 at 9:44 AM, Rainer Jung wrote:
> On 31.03.2010 23:33, Mohit Anchlia wrote:
>>
>> On Wed, Mar 31, 2010 at 2:27 PM, Rainer Jung
>> wrote:
>>>
>>> Which version?
>>>
>>> If 1.2.28 or newer, look for error_escalation_time in
>>
>> Actually I am on 1.2.27 so can't use error escalat
On 03.04.2010 01:03, Jordan Michaels wrote:
Hello!
I'm attempting to debug a cookie problem with the IIS7, using a default
document, and the Tomcat connector.
I can see where firefox is sending cookie information in the request
headers to IIS, and I can see where the isapi_connector is passing
On 31.03.2010 23:33, Mohit Anchlia wrote:
On Wed, Mar 31, 2010 at 2:27 PM, Rainer Jung wrote:
Which version?
If 1.2.28 or newer, look for error_escalation_time in
Actually I am on 1.2.27 so can't use error escalation time. Is there
any other way I can do it? I am seeing real odd behaviour wi
Hi Chris,
On 01.04.2010 00:21, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Today, doing some testing, I found that an link on a page was in
some instances resulting in a broken-image icon but the symptom
disappeared on a page REFRESH: classic signs of a ";jsessionid
Hi
Assuming you need to redirect everything except "/index.html", then the
following will probably work:
default
/index.html
SearchServerServlet
/
index.html
Note that this will NOT catch index.html files in different folders.
Hello,
I want to use LDAP as resource like I am used to access Oracle database to
store user credentials.
I implemented custom factory class and defined a resource in the
server.xml:
ldap://:389/";
java.naming.security.authentication="simple"
java.naming.security.principal="..."
java.na
10 matches
Mail list logo