Cannot load JDBC driver class... but it's definitely there...

2006-11-09 Thread David Uctaa
Running Tomcat 5.5.17 through Eclipse 3.2.1 Using jdk1.5.0_08 OS = Windows XP server.xml contains the following within the Server element: GlobalNamingResources Resource auth=Container driverClassName= com.ibm.as400.access.AS400JDBCDriver maxActive=30 maxIdle=2

Re: Cannot load JDBC driver class... but it's definitely there...

2006-11-09 Thread David Uctaa
be removed from WEB-INF/lib of your webapp to avoid classloader problems. --David David Uctaa wrote: Running Tomcat 5.5.17 through Eclipse 3.2.1 Using jdk1.5.0_08 OS = Windows XP server.xml contains the following within the Server element: GlobalNamingResources Resource

How to handle trailing slash and upper/lower case combinations

2006-11-13 Thread David Uctaa
I'm running Tomcat 5.5 in standalone mode -- no web server front-ending it. If Apache were front-ending it, I would know how to handle the situation where the context path is entered in differring upper/lower case(s), or if a directory's trailing slash was included or not, but how do I configure

Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
I have Tomcat 5.5 installed as both a Windows service version and as the standard deployment version (non Windows service - starts up with startup.bat). I purchased and installed an SSL certificate from Verisign. I modified the server.xml to enable the SSL connector. I have two different

Re: Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
? If so, will I have to re-boot the server, or will simply re-starting the service be sufficient? Many thanks, David On 11/15/06, Markus Schönhaber [EMAIL PROTECTED] wrote: David Uctaa wrote: I have Tomcat 5.5 installed as both a Windows service version and as the standard deployment version

Re: Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
org.apache.coyote.http11.Http11AprProtocol start INFO: Starting Coyote HTTP/1.1 on http-443 and after the browser timeouts, nothing shows up in any of the logs indicating that there was a problem with the keystore file... On 11/15/06, David Uctaa [EMAIL PROTECTED] wrote: According to Windows

Re: Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
It doesn't work when logged on as me. I changed the service to log on with my credentials, and I still have the same thing happening. On 11/15/06, Markus Schönhaber [EMAIL PROTECTED] wrote: David Uctaa wrote: According to Windows, the Group or User Names assigned to .keystore

Re: Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
Do you think it possible that this is a problem that upgrading the service version to 5.5.20 would help resolve? The service version is 5.5.16 and the non-service version is 5.5.20. That seems like a really far stretch to me. On 11/15/06, David Uctaa [EMAIL PROTECTED] wrote: It doesn't work

Re: Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
. I have even set the Reply-To pointing to the list. Please respect that. David Uctaa wrote: I tried changing the service to log on with my credentials, and still no go. However, if there were a problems such as you described, then shouldn't there be an exception thrown somewhere that I should

Re: Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
Yup, it's the APR connector. I'm going to try changing the configuration to handle that properly, or if that fails, to let it fall back to the base connector. Thanks, David On 11/15/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: David Uctaa [mailto:[EMAIL PROTECTED] Subject: Re

Re: Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
:) Thanks for the assistance. I'm hip-deep in APR configuration info now. On 11/15/06, Markus Schönhaber [EMAIL PROTECTED] wrote: Markus Schönhaber wrote: LOCAL SYSTEM is a different account than SYSTEM. And the former doesn't Bullshit. This should be LOCAL SERVICE (or however it is called

How to forcibly close abandoned database connections?

2007-01-08 Thread David Uctaa
Tomcat provides the removeAbandoned and removeAbandonedTimeout parameters when setting up data sources in server.xml. But according to the documentation I've read, abandoned connections only get closed and recycled when available connections run low and new connections are requested. Is there a

Re: How to forcibly close abandoned database connections?

2007-01-10 Thread David Uctaa
forcibly? Thanks, David On 1/8/07, David Uctaa [EMAIL PROTECTED] wrote: Tomcat provides the removeAbandoned and removeAbandonedTimeout parameters when setting up data sources in server.xml. But according to the documentation I've read, abandoned connections only get closed and recycled when

Re: How to forcibly close abandoned database connections?

2007-01-10 Thread David Uctaa
resources then it would make sense not to jump the gun to look for and recycle abandoned connections. Of course I don't know if that is what is happening, but I suspect it might be. On 1/10/07, David Uctaa [EMAIL PROTECTED] wrote: Perhaps I was unclear what it is I'm trying to do. I have

Re: How to forcibly close abandoned database connections?

2007-01-10 Thread David Uctaa
Possible. I'll give it a try... On 1/10/07, Varley, Roger [EMAIL PROTECTED] wrote: I agree that is probably what is happening, since the application has gone idle. However, with garbage collection, while it will only reclaim memory when necessary, there is a way to force garbage

Re: How to forcibly close abandoned database connections?

2007-01-10 Thread David Uctaa
connection. Thanks, Greg On 1/10/07, David Uctaa [EMAIL PROTECTED] wrote: Perhaps I was unclear what it is I'm trying to do. I have a connection pool set up under Tomcat 5.5, connecting to DB2 on an iSeries box using Tomcat's DBCP. It is set up for 30 connections. I am using Lambda Probe

Re: How to forcibly close abandoned database connections?

2007-01-11 Thread David Uctaa
Created a little admin app to do just that, and it worked perfectly. All the connections being shown as busy cleared right out, and only the minimum number of idle / available connections remained. Thanks much. On 1/10/07, Varley, Roger [EMAIL PROTECTED] wrote: I agree that is probably what

How to install an updated third party SSL certificate for B2B transactions

2009-09-08 Thread David Uctaa
I have inherited a Tomcat 5.5 installation running on Windows XP. There are processes on this box which do server-to-server connections with a third party via HTTPS over SSL. We have installed the third party's SSL certificate on our server, and they have done likewise with ours. We use their

Re: How to install an updated third party SSL certificate for B2B transactions

2009-09-09 Thread David Uctaa
? Many thanks. On Tue, Sep 8, 2009 at 10:20 AM, Peter Crowther peter.crowt...@melandra.com wrote: 2009/9/8 David Uctaa duc...@gmail.com I have inherited a Tomcat 5.5 installation running on Windows XP. There are processes on this box which do server-to-server connections with a third

Re: How to install an updated third party SSL certificate for B2B transactions

2009-09-09 Thread David Uctaa
at 5:07 PM, David Uctaa duc...@gmail.com wrote: I believe all I need to do is import the new certificate into the keystore. The certificate from our trading partner appears to be getting used for verifying data which has been signed by them and sent to us. So I execute the following

Can GlobalNamingResources be accessed without a ResourceLink

2006-07-31 Thread David Uctaa
that the applications read. So, is there a way for me to get around having to create a Context for each application I want to install? DefaultContext didn't work for me. Thanks, David Uctaa