Re: path used for tc-natuve

2011-12-13 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 12/12/11 8:27 PM, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: path used for tc-natuve And if I do this, where do I put the result, in such a way that it doesn't overwri

Re: Tomcat with certificate on load balances - prevending redirect https/http

2011-12-13 Thread jwklomp
Thanks for the explanation. - We get a HTTP/1.1 302 Moved Temporarily. - We are using HTTP proxying - In this case we consider the our own network secure enough, so option 3 you listed will be the way to go. Jan-Willem Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Has

Re: Tomcat with certificate on load balances - prevending redirect https/http

2011-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan-Willem, On 12/13/11 9:27 AM, jwklomp wrote: > I'm having a problem that the all request get redirected from https > to http. Do you mean that requests to https://host/path get redirected (with a 30x response) to http://host/path? Or do you mean t

Re: path used for tc-natuve

2011-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 12/13/11 3:01 PM, Christopher Schultz wrote: > I think Andre's original problem wasn't with tcnative, but with > libapr. If you build the new tcnative dynamically-linked, then > you're going to have the same problem. Er, nevermind: it *was*

Re: Tomcat crashes after startup

2011-12-13 Thread Justin Larose
Chris, Here is the first few lines of the output.. I don't think I want to copy my entire cert here. ___ F:\Serena\Dimensions 2009 R2\Common Tools\jre\6.0\bin>keytool -list -v -keystore wcmdev-ssl.jks -alias tomcat Ent

Re: Tomcat crashes after startup

2011-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Justin, On 12/13/11 8:35 AM, Justin Larose wrote: > I actually followed the document here: > http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html because I am > using Tomcat 6. Okay. You just hadn't mentioned that (version) before. > I also did i

Re: path used for tc-natuve

2011-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 12/12/11 8:27 PM, Caldarale, Charles R wrote: >> From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: path used >> for tc-natuve > >> And if I do this, where do I put the result, in such a way that >> it doesn't overwrite the existin

RE: Tomcat with certificate on load balances - prevending redirect https/http

2011-12-13 Thread Caldarale, Charles R
> From: jwklomp [mailto:janwillem.kl...@gmail.com] > Subject: Re: Tomcat with certificate on load balances - prevending redirect > https/http > But are you not supposed to add a certificate to Tomcat > if you start using a secure channel? The idea is to have the SSL terminated at the front end,

Re: Tomcat with certificate on load balances - prevending redirect https/http

2011-12-13 Thread jwklomp
Thanks! I'll try it. But are you not supposed to add a certificate to Tomcat if you start using a secure channel? Jan-Willem Klomp Mikolaj Rydzewski-2 wrote: > > On Tue, 13 Dec 2011 06:27:55 -0800 (PST), jwklomp wrote: > >> I'm having a problem that the all request get redirected from https

RE: Deployment over a running webapp does not call session detroyed?

2011-12-13 Thread Caldarale, Charles R
> From: Gabriele Bulfon [mailto:gbul...@sonicle.com] > Subject: RE: Deployment over a running webapp does not call session detroyed? > what is the point to mantain http sessions valid when all the > other stuff have been destroyed and reloaded? Sounds like your webapp doesn't reinitialize itsel

Re: Tomcat with certificate on load balances - prevending redirect https/http

2011-12-13 Thread Mikolaj Rydzewski
On Tue, 13 Dec 2011 06:27:55 -0800 (PST), jwklomp wrote: I'm having a problem that the all request get redirected from https to http. I'm assuming this is because the application is listening on the Tomcat default http port. As the communication between the LB and IIS/Tomcat is http I don't t

Tomcat with certificate on load balances - prevending redirect https/http

2011-12-13 Thread jwklomp
Hi, We have Tomcat running with IIS (via the Tomcat ISAPI plugin) behind a load balancer. We have an application that should use https. The Certificate has been implemented on the load balancer, because this is our new company standard. I'm having a problem that the all request get redirected

Re: Tomcat crashes after startup

2011-12-13 Thread Justin Larose
Chris, "You need to have a key in your keystore with the alias "tomcat" as well. If you have been following http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Configuration, you have either missed or misinterpreted a step." I actually followed the document here: http://tomcat.apache.org/tom

RE: Tomcat xerces conflicts and Endorsed,Standards Override Mechanism

2011-12-13 Thread Martin Gainty
Past weekend I just went thru xerces *e&l% on another Application Server ..turns out they had a DTD specific xerces version that gacked on xsds The AppServer version of Xerces was buried so far down into the core their solution was to rebuild the server with a version of Xerces that wont fubar o

RE: Deployment over a running webapp does not call session detroyed?

2011-12-13 Thread Gabriele Bulfon
I was really hoping that the bug was mine, but...in my case, mantaining sessions during deployment is totally useless, because my server classes instances have changed, probably destroyed by Tomcat, and most of them are obviously per session instances. Also, Tomcat seems to destroy jndi data sou

RE: Cannot create JDBC driver of class error occurs when upgrading from tomcat-6.0.33 to tomcat 6.0.35

2011-12-13 Thread Charlotte Binns
Thanks Mark, That was it - very basic mistake. Thanks for spotting that. Charlotte Binns IS Technical Architect -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com] Sent: 13 December 2011 03:19 To: Tomcat Users List Subject: Re: Cannot create JDBC driver of class er