Re: can't fire tomcat with the security option

2010-08-06 Thread Mark Thomas
On 05/08/2010 23:34, Rashid Jilani wrote: My bad, here is the info Tomcat : 6.0.29 OS = windows XP JDK = 1.6.0_05 I just downloaded the core zip file from http://apache.cs.utah.edu/tomcat/tomcat-6/v6.0.29/bin/apache-tomcat-6.0.29.z ip, and unzip on my machine. The way I fire it is

Re: Tomcat 6 does not respond or freeze after startup

2010-08-06 Thread Rainer Jung
On 05.08.2010 22:52, T. Gau wrote: Hello, @Thread dumps: I attached some current thread.Directly after startup and after Tomcat stops responding. Sorry, no idea here. Nothing obvious wrong in those dumps. Regards, Rainer -

Re: Problem with CSS in HTML

2010-08-06 Thread PDiefent
I'm using the Wicket Framework with this HTML: ?xml version=1.0 encoding=UTF-8? html xmlns=http://www.w3.org/1999/xhtml; xmlns:wicket=http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd; xml:lang=en lang=en head meta http-equiv=Content-Type content=text/html;charset=UTF-8/meta

Re: Problem with CSS in HTML

2010-08-06 Thread André Warnier
PDiefent wrote: I'm using the Wicket Framework with this HTML: ?xml version=1.0 encoding=UTF-8? html xmlns=http://www.w3.org/1999/xhtml; xmlns:wicket=http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd; xml:lang=en lang=en head meta http-equiv=Content-Type

WARNING: Error registering request

2010-08-06 Thread VenkateswaraRao Eswar
Hi,    With our production application, I am getting javax.management.InstanceAlreadyExistsException error messeges repeatedly before resulting in OutOfMemoryError.   SEVERE: Error registering Catalina:type=RequestProcessor,worker=jk-8009,name=JkRequest9845

Is FarmWarDeployer is working?

2010-08-06 Thread sha...@arosys.com
Hi, This is my first mail and If is not the correct palce then do inform me. I am using Tomcat7.0.0 and working on Linux/Debian machine. I am configuring the Tomcat for the Session object persistance. I have created two instances of tomcat7 in the same machine. First time I am using

Re: WARNING: Error registering request

2010-08-06 Thread Mark Thomas
On 06/08/2010 10:20, VenkateswaraRao Eswar wrote: Hi, With our production application, I am getting javax.management.InstanceAlreadyExistsException error messeges repeatedly before resulting in OutOfMemoryError. SEVERE: Error registering

Re: Problem with CSS in HTML

2010-08-06 Thread PDiefent
Well, it works fine for Tomcat 5 and Tomcat 6 but fails on Tomcat 7. There are no changes to my application so I thought it would relate to Tomcat 7 changes. I use Tomcat 7.0.0 with Java 6. -- View this message in context: http://old.nabble.com/Problem-with-CSS-in-HTML-tp29356352p29356434.html

Re: Problem with CSS in HTML

2010-08-06 Thread Pid
On 06/08/2010 11:16, PDiefent wrote: Well, it works fine for Tomcat 5 and Tomcat 6 but fails on Tomcat 7. There are no changes to my application so I thought it would relate to Tomcat 7 changes. I use Tomcat 7.0.0 with Java 6. Tomcat 7.0 is still in beta, it's possible that there is an

Re: Tomcat 6 does not respond or freeze after startup

2010-08-06 Thread André Warnier
T. Gau wrote: ... Caldarale, Charles R schrieb am 05.08.2010 14:47: From: T. Gau [mailto:t...@normad.de] Subject: Re: Tomcat 6 does not respond or freeze after startup as I understand the netstat output the mentioned PID's are the client ports instead. You are correct, André misread the

Two-way SSL setup as Tomcat as a client

2010-08-06 Thread yifeng wu
Hi, I am trying to make a call from Tomcat to another application server (Websphere) and the communication channel is secured with two-way SSL. I have been searching on the net for hours and cannot find the information about how to setup tomcat as a SSL client (there’re plenty for setting

Jens Neu ist außer Haus.

2010-08-06 Thread Jens Neu
I will be out of the office starting 08/06/2010 and will not return until 09/13/2010. Please contact Christoph Kaminski (christoph.kamin...@biotronik.com) or Thoralf Freitag (thoralf.frei...@biotronik.com) instead.

Re: Two-way SSL setup as Tomcat as a client

2010-08-06 Thread Pid *
On 6 Aug 2010, at 13:12, yifeng wu yifen...@hotmail.com wrote: Hi, I am trying to make a call from Tomcat to another application server (Websphere) and the communication channel is secured with two-way SSL. I have been searching on the net for hours and cannot find the information about

Re: An error occured while initializing MyFaces: null

2010-08-06 Thread Pid *
Your app or a resource it needs isn't configured correctly, but with only the information below I can't tell you more. p On 4 Aug 2010, at 08:41, vinay basavanal vinay.s...@gmail.com wrote: Hi, I have application where in i am using myfaces 2.0 and deploying it in tomcat 6 and am get

Re: Problem with CSS in HTML

2010-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 8/6/2010 6:24 AM, Pid wrote: On 06/08/2010 11:16, PDiefent wrote: Well, it works fine for Tomcat 5 and Tomcat 6 but fails on Tomcat 7. There are no changes to my application so I thought it would relate to Tomcat 7 changes. I use Tomcat

Re: Is FarmWarDeployer is working?

2010-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shammi, On 8/6/2010 5:28 AM, sha...@arosys.com wrote: I have created two instances of tomcat7 in the same machine. First time I am using FarmWarDeployer. I only knows that using this we can deploy our application in one node in the tomcat cluster

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Andre, Thanks for all of the help and literature. When I tried to launch my application today, I'm getting a 404 error. At This point I am going to uninstall, per you recommendation and reinstall. Question for you: Would it be better to install the 32-bit if our IIS is running as 32-bit? I did

Re: WARNING: Error registering request

2010-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/6/2010 5:20 AM, VenkateswaraRao Eswar wrote: With our production application, I am getting javax.management.InstanceAlreadyExistsException error messeges repeatedly before resulting in OutOfMemoryError. While I appreciate and agree with

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Caldarale, Charles R
From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 [mailto:jason.t.hansel@navy.mil] Subject: RE: Tomcat 6.0.18/ IIS 6.0 /SSL Would it be better to install the 32-bit if our IIS is running as 32-bit? Other than the optional APR connector and service wrapper, Tomcat is pure Java

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Chuck, I am going to install version 6.0.18, are there preferred versions of JVM you recommend, or is the latest and greatest sufficient? Thanks again for your help. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, August 06, 2010 11:07 AM

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Caldarale, Charles R
From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 [mailto:jason.t.hansel@navy.mil] Subject: RE: Tomcat 6.0.18/ IIS 6.0 /SSL I am going to install version 6.0.18 Much better to use 6.0.29 - stay current. are there preferred versions of JVM you recommend 6u21b07 (the latest) seems

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Well I'd like to but 6.0.18 is the most recent version approved on our network. I installed the 6.0.18 version by running the .exe from the Archive. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, August 06, 2010 11:14 AM To: Tomcat Users

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Caldarale, Charles R
From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 [mailto:jason.t.hansel@navy.mil] Subject: RE: Tomcat 6.0.18/ IIS 6.0 /SSL Well I'd like to but 6.0.18 is the most recent version approved on our network. You might want the powers that be to review the fixes that have gone in over

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Propes, Barry L
I had this same issue at my workplace, and was actually able to strong arm them and force them to let me use 6.0.26! : ) -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, August 06, 2010 10:40 AM To: Tomcat Users List Subject: RE: Tomcat

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Well good news, 6.0.28 was JUST approved...WooHOO!!! -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, August 06, 2010 11:40 AM To: Tomcat Users List Subject: RE: Tomcat 6.0.18/ IIS 6.0 /SSL From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC,

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Caldarale, Charles R
From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 [mailto:jason.t.hansel@navy.mil] Subject: RE: Tomcat 6.0.18/ IIS 6.0 /SSL Well good news, 6.0.28 was JUST approved...WooHOO!!! There was one regression in 6.0.28 that you should be aware of:

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Propes, Barry L
Alright! -Original Message- From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 [mailto:jason.t.hansel@navy.mil] Sent: Friday, August 06, 2010 10:45 AM To: Tomcat Users List Subject: RE: Tomcat 6.0.18/ IIS 6.0 /SSL Well good news, 6.0.28 was JUST approved...WooHOO!!!

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Chuck, Besides the latest version, is there one that you recommend? -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, August 06, 2010 11:50 AM To: Tomcat Users List Subject: RE: Tomcat 6.0.18/ IIS 6.0 /SSL From: Hansel, Jason T CTR

Re: Is FarmWarDeployer is working?

2010-08-06 Thread Mark Eggers
Shammi, I have something working for 3 Tomcat 6.0.29 nodes on Fedora 13 using Sun JRE/JDK 1.6.0_21. I've not tried undeploying a web application yet. Here's what I've found so far on Tomcat 6.0.29. 1. You have to place the Cluster node under the Host element. Tomcat 6.0.29 complains that

Re: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Pid *
On 6 Aug 2010, at 16:56, Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 jason.t.hansel@navy.mil wrote: Chuck, Besides the latest version, is there one that you recommend? You want Chuck to recommend a version that has *less* bug fixes than the most recent two? p -Original

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Caldarale, Charles R
From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00 [mailto:jason.t.hansel@navy.mil] Subject: RE: Tomcat 6.0.18/ IIS 6.0 /SSL Besides the latest version, is there one that you recommend? Not really. Many other fixes are in 6.0.28; whether or not the one regression is important to

2 separate clusters, crosstalk?

2010-08-06 Thread cnnfntop
Hi, We have a stage cluster and a prod cluster. Yet if the stage cluster is UP, and we start the prod cluster, the logs report prod members and stage members seeing one another as part of the same tribes group! How do we separate this? We already have them listening on separate

RE: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
Cool, thanks Chuck. I need to provide justification to the powers that be. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, August 06, 2010 12:19 PM To: Tomcat Users List Subject: RE: Tomcat 6.0.18/ IIS 6.0 /SSL From: Hansel, Jason T CTR

Re: 2 separate clusters, crosstalk?

2010-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/6/2010 12:25 PM, cnnfntop wrote: We have a stage cluster and a prod cluster. Yet if the stage cluster is UP, and we start the prod cluster, the logs report prod members and stage members seeing one another as part of the same tribes

Re: 2 separate clusters, crosstalk?

2010-08-06 Thread cnnfntop
Thanks Chris, Below are the configs, one from one of the prod servers, the other from one of the stage servers (note that the member/receiver settings are correct for each pair in each cluster, they reference eachother correctly) Prod/stage report this in the their logs as members come up

Re: Tomcat 6.0.18/ IIS 6.0 /SSL

2010-08-06 Thread Rainer Jung
Just in case you didn't yet realize: the changelog is public: http://tomcat.apache.org/tomcat-6.0-doc/changelog.html 6.0.29 has only 5 changes that were relevant for the changelog. Three of them link to an issue that can be viewed publicly, one is a pure enhancement, and the one fix without a

no response although process is running

2010-08-06 Thread Shantanu Pavgi
I am running into an issue where tomcat is not responding to any requests, but server process appears to be running fine. Following is the system config: CentOS 5.4, Sun JDK 1.5 and Tomcat 5.5.28 (not CentOS packaged, from tomcat site). A tcpdump on http listener port shows activity when a

RE: no response although process is running

2010-08-06 Thread Caldarale, Charles R
From: Shantanu Pavgi [mailto:pa...@uab.edu] Subject: no response although process is running Any pointers on debugging this further would be really helpful? Take a thread dump (several, actually), and see what's going on inside.

Re: Tomcat 6 does not respond or freeze after startup

2010-08-06 Thread T. Gau
Hello everybody, my problem seems to be solved. I uninstalled virus scanner, firewall and virtual box (as it has a virtual network adapter). And reinstalled these step by step until my Tomcat stops responding. I didn't want to beliefe but have to yield to reason. ;) The firewall was the