RE: Tomcat 6.0.28

2010-10-18 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Tomcat 6.0.28 > On 10/17/2010 4:22 AM, Brian Muha wrote: > > I am looking for help with the GlobalRequestProcessor... > As far as I know, this is not a Tomcat class. Can you give us the >

Re: Tomcat 6.0.28

2010-10-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian, On 10/17/2010 4:22 AM, Brian Muha wrote: > I am looking for help with the GlobalRequestProcessor... As far as I know, this is not a Tomcat class. Can you give us the fully-qualified class name? - -chris -BEGIN PGP SIGNATURE- Version:

Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-25 Thread Mark Thomas
On 24/09/2010 14:30, Sean Killeen wrote: > @ Chuck / Mark, > > I have renamed the tcnative-1.dll to tcnative-1.skdll, and have commented > out the AprLifecycleListener line. > > And it works! :) > > So, something to know is that despite Commenting out the > AprLifecycleListener line, it was stil

Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-24 Thread Sean Killeen
that probably solves my issue -- thanks for all the help and support! All the best, Sean On Fri, Sep 24, 2010 at 9:07 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Sean Killeen [mailto:seankill...@gmail.com] > > Subject: Re: Tomcat 6.0.28 w/ VeriSign S

RE: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-24 Thread Caldarale, Charles R
> From: Sean Killeen [mailto:seankill...@gmail.com] > Subject: Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup. > Also, where is the "native DLL", and what should it be > named for 6.0.28? Rename bin/tcnative-1.dll to something that doesn't end

Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-24 Thread Sean Killeen
Hi Mark, I'm a little less familiar with the subjects at hand in your last response. Is there a specific old bug that you're referring to? Should I be installing 6.0.29 instead of 6.0.28? Also, where is the "native DLL", and what should it be named for 6.0.28? -- Sean On Thu, Sep 23, 2010 at 3

Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-23 Thread Mark Thomas
On 23/09/2010 11:48, Sean Killeen wrote: > Sorry for the additional reply but I found some additional information that > might be relevant: > > We have a tomcat 6.0 installation that is referring to the same keystore > with the same connector that starts up without error. However, the Tomcat > 6.0

Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-23 Thread Sean Killeen
Sorry for the additional reply but I found some additional information that might be relevant: We have a tomcat 6.0 installation that is referring to the same keystore with the same connector that starts up without error. However, the Tomcat 6.0.28 instance starts up with error. I did a diff on t

Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-23 Thread Sean Killeen
@Kishore: I attempted your fix, but the errors remain so I changed it back. @Mark: I commented the AprLifecycleListener listener, but the error remains. The listeners section of server.xml now looks like: Thanks for the fast responses! Hoping to find a resolution to this soo

Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-23 Thread Mark Thomas
On 23/09/2010 11:26, Kishore Kumar Manthangod wrote: > Looks this is culprit. Either file not found at d:\keystore\.keystore or > change it to d:/keystore/.keystore (Forward slashing) Nope. That is not the problem in this case. Mark -

Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-23 Thread Mark Thomas
On 23/09/2010 11:21, Sean Killeen wrote: > Our Tomcat Connector (only connector in the file): > > port="8443" > protocol="HTTP/1.1" > protocols="TLSv1" > SSLEnabled="true" > enableLookups="false" > acceptCount="100" > maxThreads="200" > scheme="https" > keystoreFile="d:\keyst

Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.

2010-09-23 Thread Kishore Kumar Manthangod
Looks this is culprit. Either file not found at d:\keystore\.keystore or change it to d:/keystore/.keystore (Forward slashing) On Thu, Sep 23, 2010 at 11:21 AM, Sean Killeen wrote: > Hi all, > > Have been going through steps to upgrade a product residing on Tomcat (on > Windows Server 2003) to t