RE: AJP protocol with Apache Tomcat Version 7.0.52

2014-05-21 Thread Pradeep Kumar G M
We are using mod_jk CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Furth

Re: 6.0.13 MySQL DBCP Example

2007-08-09 Thread G M
Thanks! It worked when I put the in the context.xml of my webapp META-INF directory. However when I tried to put it in the global context.xml it doesn't work. Tomcat should put this information in his example. Why it doesn't work in the global context.xml, any ideas? Here is the context if you

6.0.13 MySQL DBCP Example

2007-08-08 Thread G M
I've been trying for days now to establish a jdbc resource for mysql in tomcat 6.0.13 To whom it may correspond: I get the following error Unable to get connection, DataSource invalid: "org.apache.tomcat.dbcp.dbcp.SQLNestedException : Cannot create JDBC driver of class '' for connect URL 'null'"

Re: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
pse plugin that I am using for tomcat (sysdemo), but at least I know now where to start addressing this. The connection pool also works now. Thanks all for your help Hassan Schroeder <[EMAIL PROTECTED]> wrote: g m wrote: > This problem is 'windows' (

Re: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
> Having said that, what you suggest below is interesting and I > will address once I have "hello world" on XP working "I'll fix the broken configuration after I have it running"? Maybe not the ideal approach. :-) Configuration is not broken..as I said it is running on HP...but th

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
tate: null Code: 0 Message: Cannot create JDBC driver of class '' for connect URL 'null' How useful! DBCP is not much better, their error logging is nearly non-existent. Bernie Durfee > -Original Message- > From: g m [mailto:[EMAIL PROTECTED] > Sent: Frida

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
JDBC driver of class '' for connect URL 'null' any suggestions gladly taken Thanks! g m <[EMAIL PROTECTED]> wrote: Agreed! Simple no-nonsense description - I shall give it a 'whirl' . Thanks Len - your on my Xmas list ;

RE: Absolute Guide for config of JDBC Connection Pool ?

2006-01-20 Thread g m
be > bundled up in the app's WAR file. That makes it easier to install, but > harder to configure if every installation has different details for > the database tag. > - conf/Catalina/localhost/.xml - If you put it here, it's easier > to edit the tag, but it's an extra fil

Absolute Guide for config of JDBC Connection Pool ?

2006-01-19 Thread g m
There seems to be 'truckloads' of information on just as many forums on how best to setup a JDBC connection pool, varying from which file to put what entries (server.xml, context.xml, web.xml) etc It looks like the same questions be asked in a slightly different fashion and for differe

RE: Authenticating LDAP users without their input - doable?

2006-01-18 Thread g m
ereal can easily figure out the passwords. -Dennis -----Original Message- From: g m [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 7:42 AM To: Tomcat Users List Subject: Re: Authenticating LDAP users without their input - doable? Tim, Wow!..unless I am mistaken this is 'sort

Re: Authenticating LDAP users without their input - doable?

2006-01-18 Thread g m
ug in...more or less... Interested in hearing from anyone who has done this... Thanks for you help! Tim Funk <[EMAIL PROTECTED]> wrote: See the faq ... http://tomcat.apache.org/faq/windows.html#ntlm -Tim g m wrote: > I have a critical 'challenge' > > > It is poss

Authenticating LDAP users without their input - doable?

2006-01-18 Thread g m
I have a critical 'challenge' It is possible to authenicate on Tomcat using LDAP (Active Directory) (using MS IE browser), but, 'without' the user inputing their username and password - that is, use the cached credentials from user when they logged into the system.