Re: Availability of Tomcat 5.5.34

2011-08-11 Thread Sachin Mankapure
Hi Jim, Is there any update on release date of 5.5.34? Thanks, -Sachin Jim Jagielski wrote: > > I am tempted to do a release next week... we seem to have enough > to warrant it. > > On Jul 21, 2011, at 5:57 AM, Sachin Mankapure wrote: > >> >> Thanks. I wanted to know *when* 5.5.34 will be

Re: Parallel Deployment & Sessions: What am I Missing?

2011-08-11 Thread Jonathan Rosenberg
Trying to fall asleep and just had a thought on my problem: are context-param values shared across different context versions (as implemented in parallel deployment)? -- JR On Aug 11, 2011 6:10 PM, "Jonathan Rosenberg" wrote: > BTW: I'm using > > Apache Tomcat/7.0.6 JDK 1.6.0_22-b04 > > on Linux

Generating SSL certificates

2011-08-11 Thread Darryl Lewis
Our certificates are about to expire and I need to generate new ones for tomcat. I'm using keytool, but getting a strange error. [root]# keytool -genkey -alias tomcat -keyalg RSA -keysize 2048 -keystore keystore Enter keystore password: keytool error: java.lang.Exception: Key pair not generated

Re: Parallel Deployment & Sessions: What am I Missing?

2011-08-11 Thread Jonathan Rosenberg
BTW: I'm using Apache Tomcat/7.0.6 JDK 1.6.0_22-b04 on Linux. -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Thu, Aug 11, 2011 at 6:00 PM, Jonathan Rosenberg wrote: > Great idea.  I just retested aith Firebug & the JSESSIO

Re: Parallel Deployment & Sessions: What am I Missing?

2011-08-11 Thread Jonathan Rosenberg
Great idea. I just retested aith Firebug & the JSESSIONIDs are identical. Ideas, anyone? -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Thu, Aug 11, 2011 at 5:01 PM, Mark Thomas wrote: > On 11/08/2011 21:56, Jonathan Rosenberg

Re: Get SSO ID on server

2011-08-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chema, On 8/11/2011 5:00 PM, Chema wrote: > How I can get SSO ID on a servlet? Get the cookie value for JSESSIONIDSSO. > I want to know this ID without browser sends a cookie to server. Browser cookies are a requirement to use Tomcat's SSO. Given

Get SSO ID on server

2011-08-11 Thread Chema
Hi: I've configurated my server.xml with and I've got deployed two web applications with Realm authentication How I can get SSO ID on a servlet ? I want to know this ID without browser sends a cookie to server. I don't need this SSO ID be equal to JSESSIONIDSSO . I only want to relate two ses

Re: Parallel Deployment & Sessions: What am I Missing?

2011-08-11 Thread Mark Thomas
On 11/08/2011 21:56, Jonathan Rosenberg wrote: > Following up on my post the other day ... I figured out a clean way to > generate a Catalog##~~~.war Grails app that just yields an outage > page. > > Today I deployed & tested & sessions are not behaving as I expected. > Here's what I have > > 1)

Parallel Deployment & Sessions: What am I Missing?

2011-08-11 Thread Jonathan Rosenberg
Following up on my post the other day ... I figured out a clean way to generate a Catalog##~~~.war Grails app that just yields an outage page. Today I deployed & tested & sessions are not behaving as I expected. Here's what I have 1) Deployed Catalog##0002.war.& started. 2) Access app (/Catalog)

Re: AW: AW: Multiple Tomcat Servers connect to IIS

2011-08-11 Thread André Warnier
Alexander Diedler wrote: Hello, Yes thanks, with adding the vHost Name it works with one exception. I cannot access the Manager App. I get a auth Window, the credentials are correct, but I do not get into the Manager App. Uriworkermap.properties: /manager=worker1 /manager/*=worker1 /docs=work

RE: Tomcat war context path

2011-08-11 Thread Caldarale, Charles R
> From: Mohit Anchlia [mailto:mohitanch...@gmail.com] > Subject: Tomcat war context path > Currently when I deploy abc-SNAPSHOT-01.war I access is something like > http://localhost:8080/abc-SNAPSHOT-01.war Unlikely; I suspect it's really: http://localhost:8080/abc-SNAPSHOT-01 > How can I change

Tomcat war context path

2011-08-11 Thread Mohit Anchlia
Currently when I deploy abc-SNAPSHOT-01.war I access is something like http://localhost:8080/abc-SNAPSHOT-01.war How can I change the context root such that I can access it as http://localhost:8080/abc? Problem is that abc-SNAPSHOT-01.war name could change with the build version change.

Re: AW: AW: Multiple Tomcat Servers connect to IIS

2011-08-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander, On 8/11/2011 5:45 AM, Alexander Diedler wrote: > Hello, Yes thanks, with adding the vHost Name it works with one > exception. I cannot access the Manager App. I get a auth Window, the > credentials are correct, but I do not get into the M

Re: TC 6.0.20 Cleanup after application crash

2011-08-11 Thread Dante Bell
I just got the info on mod_jk: sh-3.00# *ls -l mod_jk.so* -rwxrwxr-x 1 root root 1004496 May 8 00:29 mod_jk.so sh-3.00# *cksum mod_jk.so* 2745861777 1004496 mod_jk.so sh-3.00# *strings mod_jk.so |grep mod_jk/* mod_jk/1.2.31 (1026297) mod_jk/1.2.31 mod_jk/1.2.31 (1026297) I have

RE: "-d64" disappears from command line in "ps" output?

2011-08-11 Thread Caldarale, Charles R
> From: Bill Davidson [mailto:bill...@gmail.com] > Subject: Re: "-d64" disappears from command line in "ps" output? > > In what way does this concern Tomcat? > I wasn't sure if it had something to do with the way it was launched. Are you using jsvc? If so, it might strip off parameters it does

Re: Tomcat 6 creating Swing GUI under Windows 7 64bit

2011-08-11 Thread Michał Wróbel
I know, I tried also catalina.bat, just as I've written in previous mail above but to no avail.. W dniu 2011-08-11 18:48, Konstantin Kolinko pisze: 2011/8/11 Michał Wróbel: P.S. I managed to run this Swing window on virtual windows XP machine, so this problem seems to be realted with Win7 64 b

Re: Tomcat 6 creating Swing GUI under Windows 7 64bit

2011-08-11 Thread Konstantin Kolinko
2011/8/11 Michał Wróbel : > > P.S. > I managed to run this Swing window on virtual windows XP machine, so this > problem seems to be realted with Win7 64 bit. Any possible causes and > workarounds on your minds? You cannot display GUI windows if you are running Tomcat as a service. That is a featu

Re: Tomcat 6 creating Swing GUI under Windows 7 64bit

2011-08-11 Thread Michał Wróbel
P.S. I managed to run this Swing window on virtual windows XP machine, so this problem seems to be realted with Win7 64 bit. Any possible causes and workarounds on your minds? W dniu 2011-08-11 16:20, Michał Wróbel pisze: -- Wiadomość oryginalna -- Temat: Tomcat 6 creating Swin

Tomcat 6 creating Swing GUI under Windows 7 64bit

2011-08-11 Thread Michał Wróbel
-- Wiadomość oryginalna -- Temat: Tomcat 6 creating Swing GUI under Windows 7 64bit Data: Thu, 11 Aug 2011 16:18:29 +0200 Nadawca:Michał Wróbel Adresat:users@tomcat.apache.org Hi, I am currently struggling with a following problem: The system I use (Alfresco) pr

RE: Sticky Session Not Working With Apache 2.0.54 and Tomcat 7.0.8

2011-08-11 Thread Lataxes, Karl
OK, I'm getting close. On the server side, I'm adding a "Set-Cookie" header containing the session id I want to use. The client emulator I am using has similarly been modified to add a "Cookie" header with the session id sent by the server, but sticky sessions are still not working. In the mo

AW: AW: Multiple Tomcat Servers connect to IIS

2011-08-11 Thread Alexander Diedler
Hello, Yes thanks, with adding the vHost Name it works with one exception. I cannot access the Manager App. I get a auth Window, the credentials are correct, but I do not get into the Manager App. Uriworkermap.properties: /manager=worker1 /manager/*=worker1 /docs=worker1 /*=worker1 /go/*=worker

Re: TC 6.0.20 Cleanup after application crash

2011-08-11 Thread André Warnier
You may want to check first which "keep alive" settings they have for the whole chain. If one of them happened to be close to 15 minutes, that might be a strong hint. Another tool is "netstat", to see exactly in which TCP state these persistent connections find themselves in. (another bad sente

Re: AW: Multiple Tomcat Servers connect to IIS

2011-08-11 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander, On 8/10/2011 8:12 AM, Alexander Diedler wrote: my uriworkermap.properties /manager=worker1 Mapped /manager /manager/*=worker1 /docs=worker1 /*=worker1 /go/*=worker1 /go=worker1 /show/*=worker1 # Mapping a

Re: Parallel Deployment: Get Context Version #

2011-08-11 Thread Pid
On 11/08/2011 02:55, Jonathan Rosenberg wrote: > Two benefits: > > 1) Allows incompatible upgrades. > 2) Allos existing sessions to complete. Parallel deployment does allow existing sessions to complete. Only new sessions are directed to the newest application. Are you seeing different behaviour