JK2 and 404 HTTP Error

2004-11-30 Thread Boulay Arnaud
Title: Tomcat in Cluster Tomcat cluster and LB issue. Says that I have apache HTTP + 2 Tomcats Workers.Each worker is defined in  the same lb group and manage the same webapp.- It works fine in optimal context (2 Tomcat + Apache run).- It works fine in 1 tomcat crash.Bu

Tomcat in Cluster

2004-11-29 Thread Boulay Arnaud
Hello , a specific jk2+lb question please. Says that I have apache HTTP + 2 Tomcats Workers. Each worker is defined in the same lb group and manage the same webapp. - It works fine in optimal context (2 Tomcat + Apache run). - It works fine in 1 tomcat crash. But the problem is when the webapp

hard load balancing problem

2004-11-25 Thread Boulay Arnaud
Hello , a specific jk2+lb question please. Says that I have apache HTTP + 2 Tomcats Workers. Each workers is defined in lb group and manage the same webapp. - It works fine in optimal context (2 Tomcat + Apache run). - It works fine in 1 tomcat crash. But the problem is when the webapp is sto

No more JK2 ?

2004-11-25 Thread Boulay Arnaud
Looking for some more details on this crucial subject. IMHO, the tomcat home site don't give clear information yet. MOD-JK replaced by MOD_JK2 in the past few year MOD_JK2 replaced by JK in the near future ??? I don't undestand, may you help me please. Regards, Arnaud

RE : live disable realm

2004-10-14 Thread Boulay Arnaud
>On Thu, Oct 14, 2004 at 11:14:52AM +0200, Boulay Arnaud wrote: >: My webapp is defined with a realm X. >: When the webapp starts, the realm is not available (break down somewhere >...). >: How can I dynamicly say to my webapp to use the realm

live disable realm

2004-10-14 Thread Boulay Arnaud
Hello ! I'd like to solve this problem : My webapp is defined with a realm X. When the webapp starts, the realm is not available (break down somewhere ...). How can I dynamicly say to my webapp to use the realm Y without change the Context declaration ? Thank., regards, Arnaud

RE : RE: Check for deployed applications

2004-10-12 Thread Boulay Arnaud
Ant tomcat tasks is a better way ... regards, Arnaud Message d'origine De: kax [mailto:[EMAIL PROTECTED] Date: mar. 12/10/2004 16:22 Ã: Tomcat Users List Cc: Objet: Re: RE: Check for deployed applications

unpackWARs="false" => hot unzip for static resources

2004-10-12 Thread Boulay Arnaud
Hello ! I would like to have confirmation for this topic : Says a XML context file "myapp.xml" like this : and unpackWARs set to "false" in tag and server.xml file. What does happen when the client call static resource (like HTML file) ? Is there an "unzip call" each time ? or something el

x-forwarded-for

2004-07-19 Thread Boulay Arnaud
Hello ! I would like to know how I can catch the real client IP address with Tomcat even if there is some proxy between them. I think that http header "x-formwarded-for" could embed it but I don't know how !!! Thanks, Arnaud - To

scripts for Workers

2004-07-06 Thread Boulay Arnaud
Hi ! I'm looking for scripts that work like startup.sh and shutdown.sh but with multi tomcat targets (workers). those scripts are for linux. Thanks, Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

RE : Tomcat 4.1 SSO pb -> forget !

2004-06-21 Thread Boulay Arnaud
Sorry, there was an error in my server.xml Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 4.1 SSO pb

2004-06-21 Thread Boulay Arnaud
Hello ! I've got some trouble with SSO : the SSO Valve is enabled, 2 Contexts are defined . I must login on each application at the first time before I can do a straightforward switch between both application. Any Idea ? Thanks, Arnaud --

Tomcat twice !

2004-06-14 Thread Boulay Arnaud
Hello again ! I have a trouble with Tomcat 4.1.29 on Linux : after a delay where Tomcat running well, an other instance is created and both of them are blocked ! It's something special because in logic way, the socket is open by the first instance and so the other may not be started. Any idea ? -

dbcp and P6spy

2004-06-08 Thread Boulay Arnaud
Hello ! I am looking for example that shows how "conf/server.xml" must be set for my "mysql webapp" running well with dbcp pool and p6spy jdbc proxy driver. Thanks, Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

RE : heap size profiling oups ! forgot logs

2004-05-17 Thread Boulay Arnaud
Optimizeit logs ! Message d'origine De: Shapira, Yoav [mailto:[EMAIL PROTECTED] Date: lun. 17/05/2004 17:19 Ã: Tomcat Users List Cc: Objet: RE: heap size profiling Hi, >I notice an a

RE : heap size profiling

2004-05-17 Thread Boulay Arnaud
Only the manager app running. I use OptimizeIt and run the Memory Leak Detector. the diff between 2 heap states (1 minute delta) look like this : see linked image I suppose that there is a thread that analyse web.xml but I wonder why (there is no ap running !) and how can I freeze it ? Best regar

heap size profiling

2004-05-17 Thread Boulay Arnaud
I notice an auto increase (no webapp running) of memory heap with T4.1.29. Any idea ? Regards, Arnaud Message d'origine De: Tim Funk [mailto:[EMAIL PROTECTED] Date: lun. 17/05/2004 14:13 Ã: Tomcat Users List Cc: Objet: Re: publ

RE : Stop WA at startup

2004-05-13 Thread Boulay Arnaud
SOL with the current tomcat version ;) Yoav Shapira Millennium Research Informatics >-Original Message- >From: Boulay Arnaud [mailto:[EMAIL PROTECTED] >Sent: Thursday, May 13, 2004 9:27 AM >To: Tomcat Users

RE : Stop WA at startup

2004-05-13 Thread Boulay Arnaud
if you don't want a webapp initialized when the tomcat server is started, don't deploy that webapp. You can always deploy it later when you actually want it. Yoav Shapira Millennium Research Informatics >-Original M

RE : Stop WA at startup

2004-05-13 Thread Boulay Arnaud
eb applications. If you include this tag in a servlet definition, the servlet will be started at startup time. The value for the tag defines the order of the startup. > -Original Message- > From: Boulay Arnaud [mailto:[EMAIL PROT

Stop WA at startup

2004-05-13 Thread Boulay Arnaud
What is the way for stop all the Web Applications at Tomcat startup time ? tag in web.xml seams to be here only to fix priority ... Regards, Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Jmx HTTP/RMI Adaptors not found in Tomcat 4.1.29

2004-04-14 Thread Boulay Arnaud
Hello, I have some exceptions on Jmx setting : 14/04/2004 19:00:17,437 INFO app Creating Naming:name=rmiregistry 14/04/2004 19:00:17,437 ERROR app MX4j RMI adapter not loaded: javax.management. ReflectionException: null nested exception is java.lang.ClassNotFoundException: mx4j.adaptor.rmi.jrmp.

MX4J 2.0 JRMP on Tomcat 4.1.29

2004-04-07 Thread Boulay Arnaud
I have this exception : ERROR app MX4j RMI adapter not loaded: javax.management.ReflectionException: null nested exception is java.lang.ClassNotFoundException: mx4j.adaptor.rmi.jrmp.JRMPAdaptor I think it's due to the JSR 160 implementation of MX4 J2.0 that have dropped the RMPAdaptor. I can't

url-pattern pb in security constraints

2004-03-11 Thread Boulay Arnaud
Hello, I'm trying some web.xml security features and think that Catalina does'nt perform url pattern very well in some cases (whatever the kind of Realm). For example : Roles : Administrateur and DTN protected ressources : "/pages/

Checking http connection by user

2004-03-09 Thread Boulay Arnaud
Hello ! I want to ensure that a user could not use more than once his connection profile at a time. In an another words, the user "x" can' t use his profile on machine A and machine B How can I do that please ? (IP checking on servlet controler, specific Realm ?) Thanks, Arnaud

Realm url pattern mistake ?

2004-03-09 Thread Boulay Arnaud
Hello, I'm trying some web.xml security features and think that Catalina does'nt perform url pattern very well in some cases (whatever the kind of Realm). For example : Roles : Administrateur and DTN protected ressources : "/pages/secret1/*.jsp" reserved for Administrateur role

jspc ant task and merge web.xml

2003-07-03 Thread BOULAY Arnaud
Hi ! I want to do an automatic merge of "newweb.xml" file generated with task with an existing web.xml. Thanks in advance. Regards, Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Memory Activity

2003-06-27 Thread BOULAY Arnaud
Hi ! How can I mesure the memory used for a web app (A struts one) that is started but not used by any client. What must I do to prevent any waste of memory in this case. In the same way, I must limit the memory consumtion of Tomcat on my system : It must be very "small consumer" as far as there

webapps stopped à startup

2003-06-12 Thread BOULAY Arnaud
small tip please : How can I tell Tomcat that I don't want any web app (say /web4 among /webN) don't start while tomcat start ? thanks, Arno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: RE: one web.xml for many web apps

2003-06-06 Thread BOULAY Arnaud
to struts controller servlets) in every web > application. > > The question is whether these application flows are big enough / > complexenough / loosely coupled enough (this last one is often the > key) to be > webapps by themselves. > > Yoav Shapira > Millennium ChemInf

one web.xml for many web apps

2003-06-06 Thread BOULAY Arnaud
Hello ! It is said in Struts doc that only one controler servlet garantees that all will work fine but I must specify many web app in one descriptor (so many "Action Servlet" in 1 web.xml ) so what is the real risk ? and the limitations ? I think that it's not a good idea but I must proove it to