Re: Tomcat 7 SSL Session ID

2012-12-17 Thread Vincent Goelen
Hey, http://users.telenet.be/goelenv/SSLTomcat.zip in this link you can find a netbeans project that will generate the fault.. The index.html page will send requests to the index.jsp page, the thread sleep is just to emulate a long process of a request (like database things, etc) Kind regards,

Re: JMX with Listener

2012-12-17 Thread Cédric Couralet
2012/12/11 André Warnier a...@ice-sa.com: Cédric Couralet wrote: ... One question, though, in the tomcat doc (for 6.0.x) for the JMXRemoteListener, the configuration is : -Dcom.sun.management.jmxremote.password.file=$CATALINA_BASE/conf/jmxremote.password

RE: Tomcat 7 SSL Session ID

2012-12-17 Thread Martin Gainty
Session.SessionTrackingModelListener.java contains context.setSessionTrackingModes(modes); with no exception handling /** * @param sessionTrackingModes * @throws IllegalArgumentException * If sessionTrackingModes specifies * {@link

Re: JMX with Listener

2012-12-17 Thread André Warnier
Cédric Couralet wrote: 2012/12/11 André Warnier a...@ice-sa.com: Cédric Couralet wrote: ... One question, though, in the tomcat doc (for 6.0.x) for the JMXRemoteListener, the configuration is : -Dcom.sun.management.jmxremote.password.file=$CATALINA_BASE/conf/jmxremote.password

Re: tomcat7-maven-plugin

2012-12-17 Thread Josh Gooding
As far as this goes, there is definitely something strange going on, and I think it points to the SSL self signed cert. Can someone verify that the tomcat7 maven plugin works with self signed SSL? I have setup another TC7 server on a remote BSD VM with the absolute basic configuration. Since

Re: JMX with Listener

2012-12-17 Thread Cédric Couralet
Where do you /set/ CATALINA_BASE? Hum nowhere. Ok my mistake but i set catalina.base as a jvm options and I would like to reference it in another. As I say it, I don't think java can do it so i may be out of luck.

Re: Odd behavior observed on Eclipse's tomcat: added webapp silently ignored...

2012-12-17 Thread Daniel Mikusa
On Dec 16, 2012, at 5:03 PM, Julien Martin wrote: Hello, After adding a webapp (war) to my Eclipse's Tomcat (7.0.34), I unfortunately noticed that tomcat does add it to the server but doesn't attempt to deploy it!! Hard to say what's going on here, with the given info. Couple

Re: Tomcat common and webapp classloader

2012-12-17 Thread Olivier Lamy
Any sample project you could share ? Attach it in a new jira issue. That will help for debugging your use case. Thanks 2012/12/16 Antonio Manuel Muñiz Martín amu...@klicap.es: Hello. I'm giving a try to tomcat6-maven-plugin. Good work guys, it's great! I'm getting some extrange behavior with

Re: JMX with Listener

2012-12-17 Thread André Warnier
Cédric Couralet wrote: Where do you /set/ CATALINA_BASE? Hum nowhere. Ok my mistake but i set catalina.base as a jvm options and I would like to reference it in another. As I say it, I don't think java can do it so i may be out of luck. When you run Tomcat 7 as a Service, you run in fact

Re: JMX with Listener

2012-12-17 Thread Cédric Couralet
2012/12/17 André Warnier a...@ice-sa.com: Cédric Couralet wrote: Where do you /set/ CATALINA_BASE? Hum nowhere. Ok my mistake but i set catalina.base as a jvm options and I would like to reference it in another. As I say it, I don't think java can do it so i may be out of luck. [snip

Re: Tomcat 7 SSL Session ID

2012-12-17 Thread Vincent Goelen
If you run the test.jsp page.. When you send a request and interrupt it while it's processing.. For example by pressing the stop loading button immediatly after sending the request or by pressing the refresh button fast enough.. When you look what happens then: the SSL connection sends close

Re: Odd behavior observed on Eclipse's tomcat: added webapp silently ignored...

2012-12-17 Thread Pid *
On 16 Dec 2012, at 22:03, Julien Martin bal...@gmail.com wrote: Hello, After adding a webapp (war) to my Eclipse's Tomcat (7.0.34), I unfortunately noticed that tomcat does add it to the server but doesn't attempt to deploy it!! The only suspicious log was the following one: *ATTENTION:

Re: Tomcat common and webapp classloader

2012-12-17 Thread Antonio Manuel Muñiz Martín
Hi Olivier, My fault, I found the problem, I had two spring versions in my dependencies. However I have another question, could I use dependencies from non-central repository in the plugin dependencies? It seems like the plugin only search for dependencies at central. Thanks, Antonio.

Re: Tomcat 6.0 - http client

2012-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 12/14/12 2:12 PM, vicky wrote: Thanks guys for responding, from network side there are no issues infact as confirmed by our Network team Of /course/ the network team says that the network is fine ;) I am accessing my application

Re: Does maxPostSize has an effect on file upload?

2012-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 12/14/12 4:28 PM, Williams, Nick wrote: If it was using the global Content-length header, it would count not only the encoded data bytes, but also the parts separators, headers etc.. So that's nice. It counts only the net data

Re: [OT] Does maxPostSize has an effect on file upload?

2012-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 12/14/12 5:36 PM, Williams, Nick wrote: The way Tomcat is apparently doing it now is much more sensible, in my humble opinion, because it does allow a direct and easy comparison with the files being uploaded. And since as per above it

Re: Tomcat 6.0.35, PersistentManager with FileStore - Session file size increases endlessly

2012-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/17/12 1:28 PM, Nico Peters wrote: Hi Chris, the context.xml looks like this: ?xml version='1.0' encoding='utf-8'? Context !-- Default set of monitored resources -- WatchedResourceWEB-INF/web.xml/WatchedResource Manager

Re: Tomcat common and webapp classloader

2012-12-17 Thread Olivier Lamy
2012/12/17 Antonio Manuel Muñiz Martín amu...@klicap.es: Hi Olivier, My fault, I found the problem, I had two spring versions in my dependencies. However I have another question, could I use dependencies from non-central repository in the plugin dependencies? It seems like the plugin only

Re: Tomcat 7.33 update on Windows

2012-12-17 Thread Ed Ludvig
good post On Wed, Dec 12, 2012 at 8:51 AM, Justin Larose justin.lar...@nexweb.orgwrote: Konstantin Kolinko knst.koli...@gmail.com wrote on 12/11/2012 09:12:16 AM: From: Konstantin Kolinko knst.koli...@gmail.com To: Tomcat Users List users@tomcat.apache.org Date: 12/11/2012 09:12 AM

Re: Tomcat common and webapp classloader

2012-12-17 Thread Kris Maker
yea should work On Mon, Dec 17, 2012 at 3:28 PM, Olivier Lamy ol...@apache.org wrote: 2012/12/17 Antonio Manuel Muñiz Martín amu...@klicap.es: Hi Olivier, My fault, I found the problem, I had two spring versions in my dependencies. However I have another question, could I use

RE: Tomcat 7 SSL Session ID

2012-12-17 Thread Esmond Pitt
The peer can't receive the SSL close_notify or the TCP FIN until it has received all the pending data from the sender. Conversely, if there is any TCP data in flight back to the sender when the peer receives the close_notify and FIN it will not be discarded. The response close_notify and FIN can

How to Enable SSL on Tomcat 7 on Linux Test using curl?

2012-12-17 Thread James Dekker
Am using JDK 1.6, tomcat 7.0.32, and Red Hat Linux. I need help setting up SSL on my local tomcat instance. After looking at the instructions on the official tomcat 7 website: http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html]http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html I

Re: How to Enable SSL on Tomcat 7 on Linux Test using curl?

2012-12-17 Thread Johanes Soetanto
On 18 December 2012 13:03, James Dekker james.dek...@gmail.com wrote: Am using JDK 1.6, tomcat 7.0.32, and Red Hat Linux. I need help setting up SSL on my local tomcat instance. After looking at the instructions on the official tomcat 7 website:

Re: How to Enable SSL on Tomcat 7 on Linux Test using curl?

2012-12-17 Thread Han Ming Low
I'm not sure about the curl part but I think there is a couple of things you would want to change. 1) when you use the genkey with -keystore .jks, you should expect a file name .jks (without quotes) to be generated in the /conf directory if you have CD in as in the step 1. So, the keystoreFile in

Re: How to Enable SSL on Tomcat 7 on Linux Test using curl?

2012-12-17 Thread James Dekker
Thanks Mr. Han Ming Low, But that 2nd line number was a typo its supposed to state: (2) Create a certificate and store it in a new key store. keytool -genkey -alias tomcat -keyalg RSA -keystore keystore.jks Thanks for responding to my inquiry, James On Dec 17, 2012, at 6:51 PM, Han