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 htt

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 mon

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 hos

Enable/Disable servlet via context param

2007-11-15 Thread Matteo Turra
I would like enable/disable a servlet depending on a context init parameter. I wrote this code in my servlet. But I'm not sure I the best way to do it. public void init() { String param = this.getServletContext().getInitParameter("PARAM"); if ("ON".equalsIgnoreCase

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 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 versi

JMXproxy and Jconsole

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

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

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

2007-01-10 Thread Matteo Turra
.2.20 - Sticky session doesn't work 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 >

JK 1.2.20 - Sticky session doesn't work properly

2007-01-10 Thread Matteo Turra
KION SpA Matteo 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: Tomcat 5.5.20 - jvmRoute not appended at jsessionid (session affinity lost)

2006-12-29 Thread Matteo Turra
> -Original Message----- > 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 &

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

2006-12-29 Thread Matteo Turra
(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
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 t

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

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

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

2006-12-28 Thread Matteo Turra
iel. Si vous n'êtes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Matteo Turra" <[EMAIL PROTECTED]> To: "Tomcat Users List" ; <[EM

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

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. --