Re: SSL Configuration with in Tomcat

2013-10-02 Thread Shyam Kumar
Hi, Finally I got it worked in my tomcat5. I removed element and configured keystorefile and keystorepass in element. Then It worked for me Thanks for your help *Shyam* From: "Caldarale, Charles R" To: Tomcat Users List Sent: Wednesday, 2 October

Re: Session does not get invalidated when sessionCookiePath is set to "/"

2013-10-02 Thread Stefan Haberl
Hi Chuck, Sorry, that was a copy and paste error into my mail client. My context.xml of course looks like: Stefan On 02.10.2013, at 23:36, "Caldarale, Charles R" wrote: >> From: Stefan Haberl [mailto:birnbu...@gmail.com] >> Subject: Session does not get invalidated when sessionCookie

RE: Session does not get invalidated when sessionCookiePath is set to "/"

2013-10-02 Thread Caldarale, Charles R
> From: Stefan Haberl [mailto:birnbu...@gmail.com] > Subject: Session does not get invalidated when sessionCookiePath is set to "/" > I've a context.xml like so: > sessionCookieDomain="acme.org" >sessionCookieName="acme" >useHttpOnly="true" >disableURLRewriting="true" > /> The /

Session does not get invalidated when sessionCookiePath is set to "/"

2013-10-02 Thread Stefan Haberl
Begin forwarded message: Hi, I've a context.xml like so: I'm using Spring Security, which creates a new session after a user has been authenticated to prevent session fixation attacks. Everything works as expected *unless* I add a sessionCookiePath="/" to the config above. Wit

Re: Fwd: unable to start web application in tomcat-solaris, same works in tomcat-windows

2013-10-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ravi, On 10/2/13 12:13 AM, Ravi Shankar wrote: > Hi there, Im developing web applications in tomcat ver 7 and > running the same in my local machine which has windows xp OS. They > seem to be running fine without issues. > > However client has prov

Re: Fwd: unable to start web application in tomcat-solaris, same works in tomcat-windows

2013-10-02 Thread Mark Eggers
Sigh, I got two messages, and I replied to the wrong one (so it didn't go to the list). Please folks, if you're responding to someone on the list keep it on the list unless there's a request to go off-list. Others benefit from the dialogue, and people don't get their mailboxes cluttered with

Re: Fwd: unable to start web application in tomcat-solaris, same works in tomcat-windows

2013-10-02 Thread Ravi Shankar
Hi there, Please find my responses below. Additionally after I start tomcat7 for application, jar files does not seem to get loaded per *log* file contents & additionally im unable to access application @ http:///client_app. Are there vast differences in the wa

RE: SSL Configuration with in Tomcat

2013-10-02 Thread Caldarale, Charles R
> From: Shyam Kumar [mailto:shyamkuma...@ymail.com] > Subject: SSL Configuration with in Tomcat > I am a beginner and I  am using tomcat version 5.5.7 in windows 7 Os. Stop right there. That version is over eight years old, and Tomcat 5.5 hasn't been supported for quite some time. Move to Tom

SSL Configuration with in Tomcat

2013-10-02 Thread Shyam Kumar
Hi, I am a beginner and I  am using tomcat version 5.5.7 in windows 7 Os. My problem is that , After I configure tomcat to use SSL , I get 'Keystore was tampered or incorrect password' error when I start tomcat. I purchased a certificate from symantec verisign , and they verified the installati