ms sql integrated auth woes

2010-04-03 Thread Michael Dockery
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

Re: Why cant I access a folder at root level which contains Java Script

2010-04-03 Thread Bob Hall
--- 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

Re: Why cant I access a folder at root level which contains Java Script

2010-04-03 Thread Hassan Schroeder
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

Why cant I access a folder at root level which contains Java Script

2010-04-03 Thread nzindian
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

Re: mod_jk behaviour during failure

2010-04-03 Thread Mohit Anchlia
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

Re: isapi_redirect 1.2.30

2010-04-03 Thread Rainer Jung
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

Re: mod_jk behaviour during failure

2010-04-03 Thread Rainer Jung
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

Re: mod_jk: confirming JKStripSession setting

2010-04-03 Thread Rainer Jung
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

AW: Would like to extract every request to servelt except index.html

2010-04-03 Thread Steffen Heil
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.

Ldap connection as resource problem

2010-04-03 Thread Libor Arndt
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