aspose file tools
The moose likes JBoss and the fly likes Clustering with Jboss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Clustering with Jboss" Watch "Clustering with Jboss" New topic
Author

Clustering with Jboss

Leonardo Ribeiro de Oliveira
Greenhorn

Joined: Mar 08, 2005
Posts: 1
Hello, I am trying to run the clustering service in jboss 3.2.5 and i have one problem to solve:
How can i call the cluster? i mean:
I know how to call an specific machine in the cluster.
For example:

Machine 1: http://10.71.198.20:8080/projeto/jsp/EnderecoMnt.jsp?ACAO=EXIBIRFLT
Machine 2: http://10.71.198.21/projeto/jsp/EnderecoMnt.jsp?ACAO=EXIBIRFLT , and so on...

But i have to call the cluster instead of calling the specific machine.
For example: http://cluster address/projeto/jsp/EnderecoMnt.jsp?ACAO=EXIBIRFLT
Who can help me?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Clustering with Jboss
 
Similar Threads
How to run jsp in the jboss
How access web application use root context?
Singletons with Clustering
How stable is JBoss?
where to map the domain name in Tomcat??