Filtering the apache clients

2008-01-18 Thread jean-louis . mateo
Jean-Louis Mateo

Réf. : RE: Filtering the apache clients

2008-01-21 Thread jean-louis . mateo
Hello, thank you Chuck, Ben and all at this list for your responses I think I'll try the apache secret feature but i don't know which attribute it matches under tomcat ajp connector conf ? Any idea ? Regards Jean-Louis Matéo Bull, Architect of an Open World TM Bull SA - 53 r de l'Etang BP39

Tomcat sources files

2008-01-21 Thread jean-louis . mateo
Hi everybody, which source files tomcat (apache-tomcat-6.0.14-src\java\org\apache) handles the server.xml contents. Precisely, I would like to know which source parses the Connector tag ? Thank you Regards Jean-Louis Matéo Bull, Architect of an Open World TM Bull SA - 53 r de l'Etang BP39 -

Réf. : Re: Réf. : RE: Filtering the apache clients

2008-01-21 Thread jean-louis . mateo
Yes, it works. Here is an excerpt of my workers.properties: ... worker.list=web1,jkstatus worker.web1.host=127.0.0.1 worker.web1.port=8009 worker.web1.type=ajp13 worker.web1.lbfactor=1 worker.web1.secret=password ... and this one, my server.xml: Connector port=8009

Tomcat 6.0 and JSF 1.2

2008-02-22 Thread jean-louis . mateo
Tomcat : 6 Java : JDK SUN 1.6.0_04 Hi everybody, I would like to work with JSF 1.2 embedded in Tomcat 6.0 Where can I find an How-to ? I 've tried to do the exercices from the Marty Hall site (coresrvlets) but I failed Many thanks Best Regards Jean-Louis Matéo

Réf. : Missing JMX.jar in Tomcat 5.5.23?

2007-07-05 Thread jean-louis . mateo
Hello, maybe you have to download from here but I'm not sure http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/download.jsp

Disabling the sessions

2008-03-12 Thread jean-louis . mateo
Tomcat : Java : Hi everybody, is there any way to turn off the jsessionid (disabling the rewriting URL) ? Thank you very much Best Regards Jean-Louis Matéo - To start a new topic, e-mail: users@tomcat.apache.org To

Réf. : Re: Disabling the sessions

2008-03-13 Thread jean-louis . mateo
Hi everybody, It seems that filtering by programming is the best solution many thanks Len for your response. Best Regards Jean-Louis Matéo Bull, Architect of an Open World TM Bull SA - 53 r de l'Etang BP39 - 69578 LIMONEST tél - 08 20 08 20 00 fax - 04 72 52 51 24

Tomcat tuning

2008-04-16 Thread jean-louis . mateo
Tomcat : 5.0.28 Java : 1.4.2 SR8 Apache : 2.2.4 Mod_jk : 1.2.25 Hi everybody, is there any doc. about the tuning of tomcat ? Best Regards Jean-Louis Matéo - To start a new topic, e-mail: users@tomcat.apache.org To

Réf. : RE: Tomcat tuning

2008-04-16 Thread jean-louis . mateo
I just want to know which are the server.xml options I have to cleverly adjust Thank you _ |-+ | | Caldarale, | | | Charles R | | | Chuck.Caldarale@| | | unisys.com | |

Réf. : Re: Réf. : RE: Tomcat tuning

2008-04-16 Thread jean-louis . mateo
OK. You're right. I just think there must be best practices in configuring Tomcat while Apache is in frontend. |-+--- | | David kerber| | | [EMAIL PROTECTED]| | | n.net | | |

Réf. : RE: Tomcat tuning

2008-04-16 Thread jean-louis . mateo
All right ... playing with those options is a pretty good first track for me and I'll follow it Thank you very much Charlie |-+--- | | Charlie| | | Wingate| | | [EMAIL PROTECTED]| |

Creating a new connector through the administration web

2007-03-26 Thread jean-louis . mateo
Hello, Tomcat 5.5.20 , Java Sun 1.4.2_12 I've created a new connector with a specific address (http://localhost:8080 ) -- it's OK After committing changes, I can see the tag connector within the server.xml file but there's no ipaddress attribute so after the next start, we cannot see the ip

A second administration port

2007-03-27 Thread jean-louis . mateo
Tomcat : 5.5.20 Java : BEA JRockit 1.5.0_08 Hello, I have configured a second address administration (9000): I have defined within the server.xml a second service as: Connector port=9000 ..., with an entry Host on which i've defined an AppBase attribute different from webapps. All work fine.

Réf. : Re: A second administration port

2007-03-29 Thread jean-louis . mateo
Hello everybody, I was not clear about my problem. I would like to have an access to servlets-examples (or another web application) in precising another port than 8080 so I did the following configuration. Creating a new service within server.xml this way: ... ... Service name=Another_service

Réf. : Re: Browsing Tomcat from an MC4j console (jmx)

2007-03-30 Thread jean-louis . mateo
Many thanks Nicholas for your quick answer I'll read the article Best Regards Jean-Louis Matéo Bull, Architect of an Open World TM Bull SA - 53 r de l'Etang BP39 - 69578 LIMONEST tél - 08 20 08 20 00 fax - 04 72 52 51 24 __

Réf. : Tomcat Administration

2007-04-17 Thread jean-louis . mateo
Hello, you can find it at this URL http://tomcat.apache.org/download-55.cgi Best regards Venkata Naveen

Specific context.xml

2007-04-17 Thread jean-louis . mateo
Tomcat : 5.5.20 Hello, is there any way to to declare a context.xml for one application ($CATALINA_HOME/webapps/MyAppli/META-INF) and not for each ($CATALINA_HOME/conf/context.xml). If I declare it under .../conf -- it's OK but under MyAppli/META-INF -- it's KO !!! Any idea ? many thanks Best

Administration Tomcat

2007-04-20 Thread jean-louis . mateo
Tomcat : 5.5.23 Java : Hi everybody, i've downloaded the apache-tomcat-5.5.23-admin.zip file to administrate my tomcat server. Now i've an admin directory under %CATALINA-HOME%/webapps. But when I try to access it through http://localhost:8080/admin I get the following message: The

Réf. : Re: Administration Tomcat

2007-04-20 Thread jean-louis . mateo
Thank you very much David, it's OK Best regards David Smith

Réf. : RE: Administration Tomcat

2007-04-20 Thread jean-louis . mateo
Hello Barry, i did just the way David said to me and it's OK ; the user and password I gave were: admin , admin. It's the default values. Bye

Réf. : RE: Administration Tomcat

2007-04-20 Thread jean-louis . mateo
many thanks Best Regards David Short

Running tomcat on windows - getting a threaddump - Unable to open the Event Mutex

2012-08-29 Thread jean-louis . mateo
Hi everybody, so far, to get a threaddump from tomcat I used to run : # jstack -l tomcat-pid threaddump.txt now, I would like to use the tomcat systray but when I click threaddump the following message appears: The specified file cannot be found Unable to open the Event Mutex What's wrong

Running Tomcat on different architecture machine but keeping the same catalina_base

2012-09-10 Thread jean-louis . mateo
Hi everybody, by now, my tomcat (7.026) is running on a windows xp 32bits and separate locations for catalina_home and catalina_base are used. I would like to change mi machine: 64b instead of a 32b one So I've re-installed a new tomcat 7.0.26 (the same installer - 32b/64b) on another machine

Re: Running Tomcat on different architecture machine but keeping the same catalina_base

2012-09-10 Thread jean-louis . mateo
The problem was caused by a webapp (xwiki) - now, i just have to find out why this webapp doesn't work correctly. Without this webapp, it's ok Jean-Louis Matéo -jean-louis.ma...@bull.net a écrit : - A : users@tomcat.apache.org De : jean-louis.ma...@bull.net Date : 10/09/2012 11:13

Re: Running Tomcat on different architecture machine but keeping the same catalina_base

2012-09-10 Thread jean-louis . mateo
Sorry, the problem was not related to Tomcat 32b or 64b - that's what I meant so this post is over thanks Jean-Louis Matéo -André Warnier a...@ice-sa.com a écrit : - A : Tomcat Users List users@tomcat.apache.org De : André Warnier a...@ice-sa.com Date : 10/09/2012 16:41 Objet : Re:

Re: Setting JVM Parameters in Windows Service for Tomcat7

2012-09-20 Thread jean-louis . mateo
Hi Matthias, Mikolaj is right, you can set the tomcat and java properties by running tomcatw.exe (%CATALINA_HOME%\bin) Hope this helps Jean-Louis -Matthias Müller mm4...@googlemail.com a écrit : - A : users@tomcat.apache.org De : Matthias Müller mm4...@googlemail.com Date :

Issue when using tomcat JDBC Connection Pool with a shared resource

2015-02-06 Thread Jean-Louis Mateo
Hi, I would like to use the Tomcat JDBC Connection Pool with a shared resource so I've read : http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#Standalone and http://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Resource_Links and tried to do the same but when I try to access