RE: Problem with clientAuth SSL connection

2016-01-12 Thread David Sills
. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, January 12, 2016 12:23 PM To: Tomcat Users List Subject: Re: Problem with clientAuth SSL connection Mark, On 1/12/16 12:01 PM, Mark Thomas wrote: > On 12/01/2016 16:39, David Sills wrote: &g

RE: Problem with clientAuth SSL connection

2016-01-12 Thread David Sills
One question as I try this - how to get logging at the debug level for the handshake process? I have tried setting everything in logging.properties to FINEST, but it makes no difference. -Original Message- From: David Sills [mailto:dsi...@datasourceinc.com] Sent: Tuesday, January 12

Problem with clientAuth SSL connection

2016-01-12 Thread David Sills
) at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191) at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138) ... 11 more Does anyone have any ideas that might help? Thanks! David Sills

RE: Problem with clientAuth SSL connection

2016-01-12 Thread David Sills
connection David, On 1/12/16 7:43 AM, David Sills wrote: > All: > > I'm trying to set up clientAuth SSL connection between a batch process and > Tomcat (7.0.55, Java 8 64-bit server). One-way SSL works wonderfully. I set > up a server certificate (self-signed) and used this configur

RE: Problem with clientAuth SSL connection

2016-01-12 Thread David Sills
Oh, and by the way, it turns out I'm using Java 6, not 8. Not that that should make a huge difference, but our client is a bit behind the times. -Original Message- From: David Sills [mailto:dsi...@datasourceinc.com] Sent: Tuesday, January 12, 2016 11:35 AM To: Tomcat Users List Subject

RE: [tomcat 6.0.35]- propert loadin

2013-02-11 Thread David Sills
the JEE spec). Another way to handle it is to JAR it up into a JAR file and put it into WEB-INF/lib, but that's a bit trickier. Just a thought: that way other applications can use different values for the same properties. But if it's working for you David Sills -Original Message

RE: Upgrading from Apache Tomcat 7.0.12 to .32

2012-10-29 Thread David Sills
Shouldn't be too difficult, but there are a lot of variables. I would suggest you wait until we are in the office together. Hopefully tomorrow? Depending on the elements, of course... -Original Message- From: Chris Hall [mailto:ch...@securityfederalbank.com] Sent: Monday, October 29,

RE: About two versions

2012-10-24 Thread David Sills
I use at least 3 versions routinely, all running at the same time. Just make sure that they use different ports (conf/server.xml). -Original Message- From: Ram Laxman [mailto:ram.laxman241...@yahoo.com] Sent: Wednesday, October 24, 2012 6:26 AM To: users@tomcat.apache.org Subject: About

Enabling logging in Tomcat 5.5

2012-04-03 Thread David Sills
All: I am forced by a client's requirement to use Java 1.4.2 (I know, antediluvian, right?) and so to test on Tomcat 5.5 with the compatibility package. So far, Tomcat works fine, with one exception: I get no logs. I have set up logging just as suggested (in detail) in

RE: Enabling logging in Tomcat 5.5

2012-04-03 Thread David Sills
doesn't exist. This produces, at least, a tomcat.log file. So I am getting something. What, exactly, especially when it comes to application logging, I'm still working through. David Sills -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, April

RE: Enabling logging in Tomcat 5.5

2012-04-03 Thread David Sills
] Sent: Tuesday, April 03, 2012 1:23 PM To: Tomcat Users List Subject: Re: Enabling logging in Tomcat 5.5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 4/3/12 1:02 PM, David Sills wrote: It seems to be better if I create a setenv.bat file with this content: set CLASSPATH=..\common

Problem connecting to Tomcat from executable JAR file

2012-03-08 Thread David Sills
might be able to provide. David Sills