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

2009-09-09 Thread David Uctaa
HTH > > Regards, > > Serge Fonville > > On Wed, Sep 9, 2009 at 5:07 PM, David Uctaa 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 > > verify

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

2009-09-09 Thread David Uctaa
Tue, Sep 8, 2009 at 10:20 AM, Peter Crowther wrote: > 2009/9/8 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.

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 ce

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

Re: How to forcibly close abandoned database connections?

2007-01-10 Thread David Uctaa
ECTED]> wrote: David, Any chance you could share with me your connection pool configuration? I've been struggling with trying to setup my own connection to our DB2 using the jt400 jar and have not been able to find any documentation for doing this with a DB2 connection. Thanks, Greg

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 > c

Re: How to forcibly close abandoned database connections?

2007-01-10 Thread David Uctaa
ection 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&#x

Re: How to forcibly close abandoned database connections?

2007-01-10 Thread David Uctaa
once they are orphaned. Is there a way to find and recycle abandoned connections 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

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: 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 cal

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 P

Re: Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
27;s no need to CC me. 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 a

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 d

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" a

Re: Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
38 AM 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 W

Re: Tomcat 5.5 problems enabling SSL on Windows service version

2006-11-15 Thread David Uctaa
is to log on as me? 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 t

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 version

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 t

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

2006-11-09 Thread David Uctaa
mmon/lib it should 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 e

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 element: -- the web application's context.xml contains the following: - my servlet code contain

Re: Can GlobalNamingResources be accessed without a ResourceLink

2006-07-31 Thread David Uctaa
Worked like a charm. I never claimed to be an expert. Or even to know what the hell I was doing :) Thanks much! On 7/31/06, Hassan Schroeder <[EMAIL PROTECTED]> wrote: On 7/31/06, David Uctaa <[EMAIL PROTECTED]> wrote: > I am running Tomcat 5.5.16, and I have a couple of Dat

Can GlobalNamingResources be accessed without a ResourceLink

2006-07-31 Thread David Uctaa
ption, because at the very least, I need to set some server-level environment variables that the applications read. So, is there a way for me to get around having to create a for each application I want to install? didn't work for me. Thanks, David Uctaa