Re: tomcat7-maven-plugin doesn't understand Maven filtering of context files?

2012-08-29 Thread Olivier Lamy
2012/8/29 Knute Snortum ksnor...@catalystitservices.com: -Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: Tuesday, August 28, 2012 2:17 PM To: Tomcat Users List Subject: Re: tomcat7-maven-plugin doesn't understand Maven filtering of context files? Hi, Inline

Access Tomcat cluster info thru MBean

2012-08-29 Thread Awdhesh Kumar
I am running my Tomcat is running in clustered mode with four instances configured to same machine. In the application, I need to retrieve information regarding all the running instances of this cluster (nodes) through MBean. Information like instance IP, instance name are my primary

Re: Access Tomcat cluster info thru MBean

2012-08-29 Thread Mark Thomas
Awdhesh Kumar awdh...@adobe.com wrote: I am running my Tomcat is running in clustered mode with four instances configured to same machine. In the application, I need to retrieve information regarding all the running instances of this cluster (nodes) through MBean. Information like instance IP,

RE: Access Tomcat cluster info thru MBean

2012-08-29 Thread Awdhesh Kumar
I am working with Tomcat 7.0.X. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, August 29, 2012 12:57 PM To: Tomcat Users List Subject: Re: Access Tomcat cluster info thru MBean Awdhesh Kumar awdh...@adobe.com wrote: I am running my Tomcat is running in

Running tomcat on windows - getting a threaddump - Unable to open the Event Mutex

2012-08-29 Thread jean-louis . mateo
Hi everybody, so far, to get a threaddump from tomcat I used to run : # jstack -l tomcat-pid threaddump.txt now, I would like to use the tomcat systray but when I click threaddump the following message appears: The specified file cannot be found Unable to open the Event Mutex What's wrong

Re: Pass an object from one Webapp to another on two differents servers

2012-08-29 Thread Léa Massiot
I posted mistakenly in the Tomcat forum instead of here Tomcat-User (I just moved my thread). Can you help me? Best regards. -- View this message in context: http://tomcat.10.n6.nabble.com/Pass-an-object-from-one-Webapp-to-another-on-two-differents-servers-tp4985870p4985967.html Sent from the

Re: Pass an object from one Webapp to another on two differents servers

2012-08-29 Thread Casper Wandahl Schmidt
Without being a Tomcat expert I don't think that is possible like that. On the other hand it looks just like what happens when you buy something online 1. You go to a webshop and put something in your cart, 2. you are redirected to a payment site (ie. quickpay.com), 3. after payment you are

Re: Access Tomcat cluster info thru MBean

2012-08-29 Thread Mark Thomas
On 29/08/2012 08:29, Awdhesh Kumar wrote: I am working with Tomcat 7.0.X. Just to be clear, do you mean Tomcat 7.0.x built from tc7.0.x/trunk in svn or do you mean some unknown Tomcat 7 version? Mark -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday,

Re: Initial memory pool field is left empty

2012-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martijn, On 8/29/12 3:54 AM, Martijn Niesen wrote: Ruud is not in the office at the moment so I will answer your question(s). If possible, please post back to the Tomcat users' list. We get the following error:

Re: Running tomcat on windows - getting a threaddump - Unable to open the Event Mutex

2012-08-29 Thread Konstantin Kolinko
2012/8/29 jean-louis.ma...@bull.net: I would like to use the tomcat systray but when I click threaddump the following message appears: The specified file cannot be found Unable to open the Event Mutex What's wrong ? https://issues.apache.org/jira/browse/DAEMON-252 Best regards,

Re: ClassCastException org.apache.jasper.runtime.ELContextImpl cannot be cast to org.apache.jasper.el.ELContextImpl

2012-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 8/28/12 5:28 PM, Konstantin Kolinko wrote: 2012/8/29 Dale Ogilvie dale_ogil...@trimble.com: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Not quite. My point was the loading of the EL implementation is

RE: Windows Path Not Found for urandom

2012-08-29 Thread Jeffrey Janner
I verified this behavior on one of my production systems. Details: Tomcat: 6.0.33 Native lib: 1.1.20 Sun JDK:C:\Program Files\Java\jdk1.6.0_33\jre\bin\server\jvm.dll Pretty sure this is an issue with the OpenSSL library included in the distribution. The question is, is it something

RE: Windows Path Not Found for urandom

2012-08-29 Thread Jeffrey Janner
Forgot to mention below, OS is Windows Web Server 2008 R2. If that makes any difference. -Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Wednesday, August 29, 2012 9:26 AM To: 'Tomcat Users List' Subject: RE: Windows Path Not Found for urandom I

RE: Broken link in docs

2012-08-29 Thread Jeffrey Janner
Review the problem below and discovered that it's just a broken link on the index.html page in the Headlines section. That link points as below. It should be: http://tomcat.apache.org/native-doc/miscellaneous/changelog.html which is what the link is on the left-nav menu. I don't have bugzilla

Tomcat and Squid

2012-08-29 Thread Farkas H
Hi everyone, I'm checking caching possibilities. Setup: Users send requests via http-post with embedded http-get requests to a Tomcat web server. I don't want to touch this for the moment. Tomcat sends the embedded http-get requests to remote servers, receives the requested data, processes the

Nondeterministic behaviour of security constraints in Tomcat 7

2012-08-29 Thread CASALINO, Matteo Maria
Hello everyone, I'm experiencing a weird behaviour with certain combinations of security constraints having the following pattern: (i) one security constraint applies to (at least) two overlapping URL patterns ending in /*, where one is more specific than the other (e.g., /a/* and /a/b/*) (ii)

RE: Windows Path Not Found for urandom

2012-08-29 Thread Jeffrey Janner
-Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Tuesday, August 28, 2012 10:21 AM To: Tomcat Users List ‎[users@tomcat.apache.org]‎ Subject: Windows Path Not Found for urandom apologize for the lack of details in advance, but I don't have the

Re: Tomcat and Squid

2012-08-29 Thread Konstantin Kolinko
2012/8/29 Farkas H farkas@gmail.com: Hi everyone, I'm checking caching possibilities. Setup: Users send requests via http-post with embedded http-get requests to a Tomcat web server. I don't want to touch this for the moment. Tomcat sends the embedded http-get requests to remote

Re: Windows Path Not Found for urandom

2012-08-29 Thread Konstantin Kolinko
2012/8/29 Jeffrey Janner jeffrey.jan...@polydyne.com: The question is, is it something to be worried about? -Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Tuesday, August 28, 2012 10:21 AM To: Tomcat Users List ‎[users@tomcat.apache.org]‎ Subject:

Virtual Host Alias ignored?

2012-08-29 Thread Jeff Wild
Tomcat 6 (standalone), several virtual hosts I have a A record for mydomain.com and a CNAME record for www.mydomain.com. When I enter domain.com in my browser, everything works fine but www.domain.com results in Server not found. 1. Is my configuration correct when no https is required?

RE: tomcat7-maven-plugin doesn't understand Maven filtering of context files?

2012-08-29 Thread Knute Snortum
[part of message deleted] [INFO] [INFO] tomcat-maven-plugin:1.1:run (default-cli) @ dpt you are using an old version here ? Don't you have duplicate entries in your pom ? There's no duplicate. The one I have looks like this: plugin

Re: tomcat7-maven-plugin doesn't understand Maven filtering of context files?

2012-08-29 Thread Olivier Lamy
2012/8/29 Knute Snortum ksnor...@catalystitservices.com: [part of message deleted] [INFO] [INFO] tomcat-maven-plugin:1.1:run (default-cli) @ dpt you are using an old version here ? Don't you have duplicate entries in your pom ? There's no duplicate. The one I have looks like

Re: Virtual Host Alias ignored?

2012-08-29 Thread Konstantin Kolinko
2012/8/29 Jeff Wild jw...@dlblair.com: Tomcat 6 (standalone), several virtual hosts I have a A record for mydomain.com and a CNAME record for www.mydomain.com. When I enter domain.com in my browser, everything works fine but www.domain.com results in Server not found. 1. Is my

RE: Windows Path Not Found for urandom

2012-08-29 Thread Jeffrey Janner
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, August 29, 2012 10:56 AM To: Tomcat Users List Subject: Re: Windows Path Not Found for urandom 2012/8/29 Jeffrey Janner jeffrey.jan...@polydyne.com: The question is, is it something to be

testing auto sig

2012-08-29 Thread Jeffrey Janner
sorry, had garbage at end of post. Wondering if it's auto sig or something else. Please ignore Jeff

Re: Nondeterministic behaviour of security constraints in Tomcat 7

2012-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matteo, On 8/29/12 11:24 AM, CASALINO, Matteo Maria wrote: Hello everyone, I'm experiencing a weird behaviour with certain combinations of security constraints having the following pattern: (i) one security constraint applies to (at least) two

Re: Windows Path Not Found for urandom

2012-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 8/29/12 1:57 PM, Jeffrey Janner wrote: Aug 29, 2012 11:52:29 AM org.apache.catalina.session.ManagerBase setRandomFile WARNING: Error reading /dev/urandom java.io.EOFException at

Re: Windows Path Not Found for urandom

2012-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 8/29/12 11:39 AM, Jeffrey Janner wrote: OK, more information on this. They are using the same environment as mine, except, they are not using SSL. They have no SSL connector defined, nothing listening on port 443 or 8443 or with

Re: Tomcat and Squid

2012-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Farkas, On 8/29/12 11:08 AM, Farkas H wrote: I'm checking caching possibilities. Setup: Users send requests via http-post with embedded http-get requests to a Tomcat web server. I don't want to touch this for the moment. Sounds insane. Tomcat

RE: Windows Path Not Found for urandom

2012-08-29 Thread Jeffrey Janner
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, August 29, 2012 1:44 PM To: Tomcat Users List Subject: Re: Windows Path Not Found for urandom -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 8/29/12 1:57 PM,

RE: Virtual Host Alias ignored?

2012-08-29 Thread Jeff Wild
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, August 29, 2012 11:49 AM To: Tomcat Users List Subject: Re: Virtual Host Alias ignored? 2012/8/29 Jeff Wild jw...@dlblair.com: Tomcat 6 (standalone), several virtual hosts I have a A record

RE: Nondeterministic behaviour of security constraints in Tomcat 7

2012-08-29 Thread Caldarale, Charles R
From: CASALINO, Matteo Maria [mailto:matteo.maria.casal...@sap.com] Subject: Nondeterministic behaviour of security constraints in Tomcat 7 The problem occurs for HTTP requests matching to the most specific URL pattern (in the above example, /a/b, /a/b/c, etc.), Please state where in the

RE: Windows Path Not Found for urandom

2012-08-29 Thread Jeffrey Janner
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, August 29, 2012 1:44 PM To: Tomcat Users List Subject: Re: Windows Path Not Found for urandom -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 8/29/12 1:57 PM,

Re: Windows Path Not Found for urandom

2012-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff, On 8/29/12 4:04 PM, Jeffrey Janner wrote: This was on a test of what would happen if the C:\dev\urandom did exist on a Windows system, for some strange reason. It didn't seem to do anything operationally by being there and empty. Right: if

Re: Windows Path Not Found for urandom

2012-08-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff, On 8/29/12 4:54 PM, Jeffrey Janner wrote: Looking at that code, it looks like the only way to set the file is to change it there and recompile. Not at all: you should be able to configure the Manager by setting attributes on the Manager

Re: Virtual Host Alias ignored?

2012-08-29 Thread Konstantin Kolinko
2012/8/30 Jeff Wild jw...@dlblair.com: -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, August 29, 2012 11:49 AM To: Tomcat Users List Subject: Re: Virtual Host Alias ignored? 2012/8/29 Jeff Wild jw...@dlblair.com: Tomcat 6 (standalone),

RE: tomcat7-maven-plugin doesn't understand Maven filtering of context files?

2012-08-29 Thread Knute Snortum
-Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: Wednesday, August 29, 2012 9:32 AM To: Tomcat Users List Subject: Re: tomcat7-maven-plugin doesn't understand Maven filtering of context files? [section deleted] What cli are you using ? If I understand

Re: Broken link in docs

2012-08-29 Thread Konstantin Kolinko
2012/7/12 Jeffrey Janner jeffrey.jan...@polydyne.com: http://tomcat.apache.org/native-doc/changelog.html Comes up missing. Clinked on from main Native Doc page. Corrected. Thank you. The live site will catch up in ~an hour. Best regards, Konstantin Kolinko

Facing Memory leak - 64 bit Tomcat 6.0.35 with windows 2008 R2(64 bit JVM 1.6.0_33)

2012-08-29 Thread Shailendra Singh
Hi, We are using 64 bit Tomcat 6.0.35 with windows 2008 R2 (64 bit JVM 1.6.0_33) and facing memory leak issues(OutOfMemoryError ) after a short interval of time( ~30 minutes). We deploy a web application on this version of tomcat and while working with the GUI part of the application we face