Re: Tomcat 7 SSL Session ID

2012-12-10 Thread Vincent Goelen
There are no 2 different webapps to be clear.. It's one app that gives problems when there are parallel connections with the same client.. 2012/12/6 Martin Gainty mgai...@hotmail.com can you split the 2 webapps to run on 2 completely different Tomcat instances running on 2 completely

Re: PSI-PROBE query

2012-12-10 Thread Felix Schumacher
Hi Vicky, Am 09.12.2012 19:56, schrieb vicky: Yes Chris, i am pretty sure that nobody is accessing the application. The moment i start my Tomcat the Request Count reaches values of 400+ within few seconds, this value is getting incremented by 6 everytime (eg: 6,12,18,24,30) which port do you

Re: PSI-PROBE query

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 12/9/12 1:56 PM, vicky wrote: Yes Chris, i am pretty sure that nobody is accessing the application. The moment i start my Tomcat the Request Count reaches values of 400+ within few seconds, this value is getting incremented by 6

Re: Tomcat 6.0 CLASSPATH query

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 12/9/12 2:06 PM, vicky wrote: Thanks MARK/CHRIS for all earnest replies, i really owe you guys for your replies. Exporting CLASSPATH wont work ad i believe that Tomcat catalina.sh will ignore it. Anyway i am able to fetch the

Re: Is it possible to expire jvmRoute cookie

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 12/9/12 4:20 PM, Konstantin Kolinko wrote: 2012/12/7 Christopher Schultz ch...@christopherschultz.net: On 12/7/12 4:16 AM, André Warnier wrote: Williams, Nick wrote: -Original Message- From: Christopher Schultz (...)

RE: Tomcat 7 SSL Session ID

2012-12-10 Thread Martin Gainty
we need to get your architect into this discussion Why is your code implementing 2 different Connections to accomplish this functionality when one Connection at a time will suffice? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht

Re: I can only access Tomcat 7 when running via console (startup.bat)

2012-12-10 Thread Yuri E
2012/12/7 André Warnier a...@ice-sa.com Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/7/12 1:55 PM, André Warnier wrote: I am relatively familiar with tomcat under Windows, and if your explanations of what works and what doesn't above are

Tomcat 7 servlet library

2012-12-10 Thread Eugen Paraschiv
Hi, I have a quick question about the exact version of the servlet library packaged with Tomcat 7, and maybe the overall servlet spec. Tomcat comes with it's own, custom build jar, published here on Maven central: http://search.maven.org/#browse|555734385 Is there a separation between the

Re: I can only access Tomcat 7 when running via console (startup.bat)

2012-12-10 Thread André Warnier
Yuri E wrote: 2012/12/7 André Warnier a...@ice-sa.com Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/7/12 1:55 PM, André Warnier wrote: I am relatively familiar with tomcat under Windows, and if your explanations of what works and what doesn't

Re: Tomcat 7 servlet library

2012-12-10 Thread Konstantin Kolinko
2012/12/10 Eugen Paraschiv hanrisel...@gmail.com: Hi, I have a quick question about the exact version of the servlet library packaged with Tomcat 7, and maybe the overall servlet spec. Tomcat comes with it's own, custom build jar, published here on Maven central:

RE: I can only access Tomcat 7 when running via console (startup.bat)

2012-12-10 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: I can only access Tomcat 7 when running via console (startup.bat) If it was a firewall issue or similar, we'd have the same. Not necessarily. Some weird MS security rule, applying to services but not to regular processes ? Some

Re: I can only access Tomcat 7 when running via console (startup.bat)

2012-12-10 Thread Daniel Mikusa
On Dec 10, 2012, at 11:28 AM, André Warnier wrote: Yuri E wrote: 2012/12/7 André Warnier a...@ice-sa.com Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/7/12 1:55 PM, André Warnier wrote: I am relatively familiar with tomcat under Windows,

Re: Tomcat 7 servlet library

2012-12-10 Thread Mark Thomas
On 10/12/2012 15:42, Eugen Paraschiv wrote: Hi, I have a quick question about the exact version of the servlet library packaged with Tomcat 7, and maybe the overall servlet spec. Tomcat comes with it's own, custom build jar, published here on Maven central:

Re: PSI-PROBE query

2012-12-10 Thread vicky
Chris,   You was right as usual :)   A lot of to fro requests are happening from my browser to the Probe application which looks like the Ajax calls because of that the request count value for my http-8080 connector is keep on increasing even when nobody is accessing it.This all i came to

Re: Is it possible to expire jvmRoute cookie

2012-12-10 Thread Konstantin Kolinko
2012/12/10 Christopher Schultz ch...@christopherschultz.net: If the Valve is configured at the Engine or Host level, will the call to getSession know what webapp's session should be fetched? Obviously, Tomcat figures this out eventually, but I was wondering if that resolution has been done

Request dispatching oddity

2012-12-10 Thread Juha Laiho
Hello, I encountered an odd situation with request dispatching. Environment: Java platform: Oracle 1.7 (7u9) Tomcat platform: 7.0.32, 7.0.33 Operating systems: Linux, Windows (likely irrelevant) Browser: Firefox 17 In short, if the same request is first redirected using servlet API

Running Tomcat Behind Apache HTTP Server

2012-12-10 Thread Dhruva Reddy
Hello, I have a question about running Tomcat behind Apache HTTP server. I hope this is not inappropriate for this list. I am running a website on Tomcat 7.0.33, behind Apache 2.2.15, on CentOS 6.3 (using Tomcat connector 1.2.37). I would like the user to go to our base URL

Re: Running Tomcat Behind Apache HTTP Server

2012-12-10 Thread Jeff Beard
On Mon, Dec 10, 2012 at 2:22 PM, Dhruva Reddy bdhr...@gmail.com wrote: Hello, I have a question about running Tomcat behind Apache HTTP server. I hope this is not inappropriate for this list. I am running a website on Tomcat 7.0.33, behind Apache 2.2.15, on CentOS 6.3 (using Tomcat

Re: Tomcat 7 SSL Session ID

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 12/10/12 10:22 AM, Martin Gainty wrote: we need to get your architect into this discussion Why is your code implementing 2 different Connections to accomplish this functionality when one Connection at a time will suffice? You have

Re: PSI-PROBE query

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 12/10/12 12:24 PM, vicky wrote: A lot of to fro requests are happening from my browser to the Probe application which looks like the Ajax calls because of that the request count value for my http-8080 connector is keep on

Re: Is it possible to expire jvmRoute cookie

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 12/10/12 3:37 PM, Konstantin Kolinko wrote: 2012/12/10 Christopher Schultz ch...@christopherschultz.net: If the Valve is configured at the Engine or Host level, will the call to getSession know what webapp's session should be

Re: Request dispatching oddity

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Juha, On 12/10/12 4:14 PM, Juha Laiho wrote: I encountered an odd situation with request dispatching. In short, if the same request is first redirected using servlet API RequestDispatcher.forward(), and then via JSTL c:redirect using a

Re: Running Tomcat Behind Apache HTTP Server

2012-12-10 Thread André Warnier
Jeff Beard wrote: On Mon, Dec 10, 2012 at 2:22 PM, Dhruva Reddy bdhr...@gmail.com wrote: Hello, I have a question about running Tomcat behind Apache HTTP server. I hope this is not inappropriate for this list. I am running a website on Tomcat 7.0.33, behind Apache 2.2.15, on CentOS 6.3

Re: Request dispatching oddity

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Juha, On 12/10/12 5:40 PM, Christopher Schultz wrote: On 12/10/12 4:14 PM, Juha Laiho wrote: Any comments? Did I come across a but in Tomcat, or a lucky bug in the application (i.e. something that worked by luck in the previous container)?

NPE when starting up Embedded tomcat7

2012-12-10 Thread Randy Toor
Hello all, I have an existing server which uses the Embedded class which I am tasked with upgrading to tomcat7 (deprecated, but we'll be keeping it for the time being). There were some small changes to the code to fix API breaks but the startup stuff is the same. When I start up the

CATALINA_OPTS under windows 7

2012-12-10 Thread Raf Roger
Hi, i need to setup CATALINA_OPTS environment variable under windows 7. I read that in directory *tomcatDir/bin/* should be a file named setenv.bat for Windows in which i could define the CATALINA_OPTS environment variable. However after a fresh installation of Tomcat 7.0.33 i discovered that

Re: CATALINA_OPTS under windows 7

2012-12-10 Thread Howard W. Smith, Jr.
Are you trying to run tomcat7 as a Windows Service? On Mon, Dec 10, 2012 at 6:14 PM, Raf Roger raf.n...@gmail.com wrote: Hi, i need to setup CATALINA_OPTS environment variable under windows 7. I read that in directory *tomcatDir/bin/* should be a file named setenv.bat for Windows in which

Re: I can only access Tomcat 7 when running via console (startup.bat)

2012-12-10 Thread Yuri E
2012/12/10 Daniel Mikusa dmik...@vmware.com On Dec 10, 2012, at 11:28 AM, André Warnier wrote: Yuri E wrote: 2012/12/7 André Warnier a...@ice-sa.com Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/7/12 1:55 PM, André Warnier wrote: