JK 1.2.8 backward compatibility question

2005-01-20 Thread Gabriele Garuglieri
Hi developers, we are currently using JK connector with Tomcat 4.1.24 and i'm going to migrate applications from 4.1 to 5.5, so for a while 4.1 an 5.5 will coexist in the same machine. I'm planning to install new JK 1.2.8, but i'm wondering about its backward compatibility so i have a few

mod_jk: sticky_session deaults to 0 and not to 1 as documented.

2003-03-13 Thread Gabriele Garuglieri
Tomcat 4.1.21 connectors 4.1.21 Apache/2.0.44 (Unix) mod_jk/1.2.3-dev If sticky_session property is not declared it defaults to 0 and not 1 as documented. Migrating a working load balancing 4.1.12 configuration to mod_jk/1.2.3-dev gets calls distributed between the workers group members,

RE: JK2 URI not correctly mapped for multiple virtual hosts in httpd.conf

2002-10-15 Thread gabriele . garuglieri
Hi Mladen, it's a pain having to express concepts in a language that is not mine. Perhaps that's the reason why you don't understand me. (and i hope nothing i say can sound offensive to anyone, it's not my intention. Believe me i'm trying to cooperate, not to put shame on anybody) Please try to

RE: JK2 URI not correctly mapped for multiple virtual hosts in httpd.conf

2002-10-14 Thread gabriele . garuglieri
Sorry, i just realized that html files are cut out from mail, so i include here the complete set of files as a zip file. (See attached file: jk2uri-problem.zip) Regards, Gabriele. jk2uri-problem.zip Description: Zip archive -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: JK2 URI not correctly mapped for multiple virtual hosts in httpd.conf

2002-10-14 Thread gabriele . garuglieri
Hi Mladen, I'll try to answer yor questions. 1- server.xml is the default one with host name=localhost 2- the environmement i'm trying to replicate already works with mod_jk (you may ask, so why don't you stick there? Well at least in the development env i like to be on the bleeding edge of

JK2 URI not correctly mapped for multiple virtual hosts in httpd.conf

2002-10-11 Thread gabriele . garuglieri
Suppose you have a configuration like this: VirtualHost 1.1.1.1 ServerName srva ServerAliasa.srva ServerAliasb.srva . [ some apache specific conf omitted] . FilesMatch /*.jsp JkUriSet group wrka /FilesMatch Location /servlet

JK2 tomcatId and load balancing

2002-10-11 Thread gabriele . garuglieri
If anybody is interested. I was trying to implement a load balacer with mod_jk2 and i had to dig in the code to discover that the worker propery tomcatId, within the code is called route and is compared to session_route, coming attached to jsessionid, that in turn is the jvmRoute, and that the

RE: Tomcat 4.1.12: access log corrupted

2002-09-27 Thread gabriele . garuglieri
Well, i rechecked all twice, i't a new fresh install. The only old thing is the app context, that is not embedded into server.xml but as a standalone file. I still had a doubt about the jk module that was compiled for 4.1.10, but i downloaded 4.1.12 connectors and recompiled them. I tested both

Tomcat 4.1.12: access log corrupted

2002-09-26 Thread gabriele . garuglieri
Hi, i'm migrating my webapp from 4.1.10 to 4.1.12, but i guess the access log has gone a bit screwed up. In the context descriptor of the app i have a valve like this: Valve className=org.apache.catalina.valves.AccessLogValve prefix= infoviabilita_access_log. suffix=.txt pattern=common / that

RE: tomcat 4.1.10: war deploy in default context not working.

2002-09-11 Thread gabriele . garuglieri
For anyone interested, this is a bug. Refer to http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12521 HTML Manager cannot deploy war file with path=/ Regards, Gabriele. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

tomcat 4.1.10: war deploy in default context not working.

2002-09-09 Thread gabriele . garuglieri
Hi all, Environment: tomcat 4.1.10 ant 1.5 solaris 2.8 JDK 1.4.0_01 I have an application that to work must be deployed in the default context /. It is working fine both when i define it with app.xml into webapps and when i load it dynamically using the manager install

RE: tomcat 4.1.10: war deploy in default context not working.

2002-09-09 Thread gabriele . garuglieri
Pls, anybody listening? This problem is a real show stopper for us. Can someone tell me if it's a real bug or something wrong that i'm doing? Thanks, Gabriele. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Compiling mod_jk, mod_jk2 on Solaris

2002-08-30 Thread gabriele . garuglieri
For anyone who may be interested, i have managed to compile mod_jk and mod_jk2 of jakarta-tomcat-connectors-4.1.9 for apache 2.0.39 under Solaris 2.8, using both configure and ant methods. The tools used were: ant 1.5 gcc 2.95.2 libtool 1.4.2 Autoconf 2.53 automake 1.6