Dynamically add a tomcat server for load-balancing with Apache

2002-06-10 Thread Guillaume de Roujoux
Hi All, Is it possible to dynamically add a server to the list of workers being load-balanced by an apache server (tomcat 3.2.4, Apache 1.3.24, mod_jk) ? Or do I need to shutdown my apache server, edit the workers.properties and restart Apache ? Thanks, Guillaume de Roujoux

Re: Admin...

2002-06-07 Thread Guillaume de Roujoux
The role can also be admin (with 3.2.4) BTW, is there a list of standard roles and their description somewhere ? Guillaume - Original Message - From: Jeff Macomber [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, June 07, 2002 1:58 PM Subject: RE: Admin...

mod_jk and several Apache servers - is there any way to share memoryof sessionId-Tomcat link between Apache servers

2002-06-07 Thread Guillaume de Roujoux
Hi All, I would like to have several Apache servers running and sharing several Tomcat servers. Configuring all Apache with mod_jk, and load-balancing is not a problem, but How can I make the Apache servers to share the knowledge of wich session goes to which Tomcat server ?

Re: Admin...

2002-06-07 Thread Guillaume de Roujoux
So try with the role admin, I tested it this morning and it worked for me. (again ..., I am new to this list, I don;'t know how long is the lag so maybe you have already tried ...) - Original Message - From: Dubbs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday,

Re: Apache 2.36, Tomcat 4.x and JBoss 3.0

2002-06-07 Thread Guillaume de Roujoux
From tomcat user guide (http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html) Up until now we have not discussed Tomcat as a server add on, instead we have considered it as a stand-alone container and discussed how it can be used. There are however a few problems with this

Re: Roles...

2002-06-07 Thread Guillaume de Roujoux
Here is my ./conf/tomcat-users.xml loging with admin/admintomcat, I can shutdown and restart webapps on the fly ... tomcat-users user name=tomcat password=tomcat roles=tomcat / user name=role1 password=tomcat roles=role1 / user name=both password=tomcat roles=tomcat,role1 / user

Re: Roles...

2002-06-07 Thread Guillaume de Roujoux
I just installed tomcat 4.0.3, and it seems that what used to be called webapps\admin is now called webapps\manager, maybe this explains the problem you are having with manager Guillaume - Original Message - From: Dubbs [EMAIL PROTECTED] To: Tomcat-User Mailing List [EMAIL PROTECTED]

Re: web.xml DTD

2002-06-07 Thread Guillaume de Roujoux
I don't think there is one (I have never seen one). But the order of elements should not matter (provided they are here !) Guillaume - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 07, 2002 4:54 PM Subject: web.xml