RE: Simple Tomcat monitoring ?

2011-04-29 Thread Matteo Turra
Try to analyze your java process with http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html and http://visualvm.java.net/ -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: martedì 12 aprile 2011 15:43 To: Tomcat Users List Subject: Re: Simple Tomcat

RE: mojk and utf8 charset problem

2011-04-29 Thread Matteo Turra
From my experience modjk doesn't have charset configuration, only on connector into server.xml you can change charset configuration (URIEncodig, useBodyEncodingForURI) but only to parse the uri and parameters of the request, not for output. Did you try with the same tomcat to get pages from

Mod_jk: Uri * is invalid. Uri must start with /

2010-07-02 Thread Matteo Turra
I have Apache/2.2.14 (Unix) and mod_jk/1.2.28 with a Tomcat 6.0.20 farm in load balancing. In the mod_jk.log I get a line like this each second. [warn] map_uri_to_worker_ext::jk_uri_worker_map.c (962): Uri * is invalid. Uri must start with / I checked all the JkMount directive in the virtual

How to retrieve mod_jk version from java on tomcat

2007-09-11 Thread Matteo Turra
Is there any way to retrieve Jk version on tomcat side? I mean can I retrieve the jk version from request object? Thanks in advance. Matteo

JavaServiceWrapper - Restart Tomcat in case of OutOfMemory

2007-03-01 Thread Matteo Turra
Hi, I'm using JavaServiceWrapper http://wiki.apache.org/tomcat/JavaServiceWrapper to launch Tomcat in production, I did configuration to restart tomcat if outOfMemory error occurs. Is this the only solution? The documentation is quite old and referred to tomcat 4.1.18. Tomcat newer

JMXproxy and Jconsole

2007-01-30 Thread Matteo Turra
Is it possible connect jconsole with jmxproxy provided by tomcat manager? Thanks in advance, Matteo.

JK 1.2.20 - Sticky session doesn't work properly

2007-01-10 Thread Matteo Turra
SpAMatteo TURRA Via Cristoni, 84Sviluppo Web 40033 Casalecchio di Reno (BO) Tel. +39 (051) 6111411 diretto +39 (051) 6111430 Fax +39 (051) 570423 http://www.kion.it http://www.kion.it/ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

RE: JK 1.2.20 - Sticky session doesn't work properly

2007-01-10 Thread Matteo Turra
properly The session cookie is set to .jmv_web1 while your worker is set to jvm_web2. I guess you've go jmv and jvm mixed up. Henk Matteo Turra wrote: I upgraded my apache+jk+tomcat configuration with new JK connector 1.2.20 My system is one Apache http server and two tomcat

RE: JK 1.2.20 - Sticky session doesn't work properly

2007-01-10 Thread Matteo Turra
Sorry, Finally I got it.. I misspelled jvm_web1 with jmv_web1. Now it works! -Original Message- From: Matteo Turra [mailto:[EMAIL PROTECTED] Sent: mercoledì 10 gennaio 2007 17.28 To: Tomcat Users List Subject: RE: JK 1.2.20 - Sticky session doesn't work properly I did not. Here is my

Tomcat 5.5.20 - jvmRoute not appended at jsessionid (session affinity lost)

2006-12-29 Thread Matteo Turra
have a solution? Thanks in advance, Matteo. __ KION SpAMatteo TURRA Via Cristoni, 84Sviluppo Web 40033 Casalecchio di Reno (BO) Tel. +39 (051) 6111411 diretto +39 (051

RE: Tomcat 5.5.20 - jvmRoute not appended at jsessionid (session affinity lost)

2006-12-29 Thread Matteo Turra
the upgrade process? Matteo Turra wrote: Hi, I upgraded my tomcat 5.0 + jdk 1.4 to tomcat 5.5.20 + jdk 1.5.0_10 and now my tomcat cluster doesn't work with sticky session (session affinity). After a while I notice the jvmroute parameter is not appended to the jsessionid anymore

RE: Tomcat 5.5.20 - jvmRoute not appended at jsessionid (session affinity lost)

2006-12-29 Thread Matteo Turra
at jsessionid (session affinity lost) Did you loose the jvmRoute attribute in server.xml during the upgrade process? Matteo Turra wrote: Hi, I upgraded my tomcat 5.0 + jdk 1.4 to tomcat 5.5.20 + jdk 1.5.0_10 and now my tomcat cluster doesn't work with sticky session (session affinity

RE: Tomcat 5.5.20 - jvmRoute not appended at jsessionid (session affinity lost)

2006-12-29 Thread Matteo Turra
- From: Matteo Turra [mailto:[EMAIL PROTECTED] Sent: Friday, December 29, 2006 10:04 AM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RE: Tomcat 5.5.20 - jvmRoute not appended at jsessionid (session affinity lost) No, I did not. Server port=${shutdownPort} shutdown=SHUTDOWN

RE: [ANN] Apache Tomcat JK 1.2.20 Web Server Connector released

2006-12-28 Thread Matteo Turra
I cannot find the isapi_redirect.msi file to install properly isapi filter on windows like in previous release (ie. 1.2.15) and I have to edit manually the windows registry. Why? It was so useful. Matteo TURRA -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent

RE: [ANN] Apache Tomcat JK 1.2.20 Web Server Connector released

2006-12-28 Thread Matteo Turra
reproduire. - Original Message - From: Matteo Turra [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org; [EMAIL PROTECTED]; Tomcat Developers List dev@tomcat.apache.org Sent: Thursday, December 28, 2006 6:54 AM Subject: RE: [ANN] Apache Tomcat JK 1.2.20 Web Server Connector released

Jsvc vs tomcat shutdown -force

2005-10-31 Thread Matteo Turra
Hi, I was wondering what jsvc is for? I tought it was to shutdown tomcat if it hangs and does not listen on shutdown port. Now I learn I can use CATALINA_PID and the -force parameter to kill tomcat if shutdown fails, isn'it? Thanks. Matteo.