You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Filip Hanik <Fi...@evant.com> on 2003/03/11 20:58:01 UTC

More Clustering Features - feedback wanted

hey yaall,

so I have the basic replication implemented, I'm gonna write some test contexts and also submit a tcp loadbalancer (java) so that people can really play around with it.

For the next set of features I was actually thinking of distributed deployment, currently TC5 will let you deploy a WAR through an admin app (correct?), I wanted to extend that so that you can deploy the same WAR to all the nodes in the cluster in the same way.

Is this something that would be useful?

Filip

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: More Clustering Features - feedback wanted

Posted by Remy Maucherat <re...@apache.org>.
Filip Hanik wrote:
> hey yaall,
> 
> so I have the basic replication implemented, I'm gonna write some test contexts and also submit a tcp loadbalancer (java) so that people can really play around with it.

Sounds good :)

> For the next set of features I was actually thinking of distributed deployment, currently TC5 will let you deploy a WAR through an admin app (correct?), I wanted to extend that so that you can deploy the same WAR to all the nodes in the cluster in the same way.

You mean the manager webapp, right ?

> Is this something that would be useful?

That seems useful to me.

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: More Clustering Features - feedback wanted

Posted by Glenn Nielsen <gl...@mail.more.net>.
Filip Hanik wrote:
> hey yaall,
> 
> so I have the basic replication implemented, I'm gonna write some test contexts and also submit a tcp loadbalancer
> (java) so that people can really play around with it.
> 
> For the next set of features I was actually thinking of distributed deployment, currently TC5 will let you deploy a
> WAR through an admin app (correct?), I wanted to extend that so that you can deploy the same WAR to all the nodes in
> the cluster in the same way.
> 
> Is this something that would be useful?
> 

That could be useful. When doing this you might want to consider that some
installations might put the Host application base dir on a file server and
just NFS mount that directory on all the Tomcat servers in the cluster.

Its the manager application that administers contexts not the admin application.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org