Hi I am running a service inside JBoss - the service listens on a port - the long term plan is to have a complete J2EE Application running within to which my service will make calls. But for now it is a simple service , which for the sake of argument lets say simply echoes the request back.
I want to cluster JBoss - so that if one server goes down another can pick up the next incoming requests - There is no state maintenance required. What shud I do to enable this - I got JBoss Cluster documentation from a friend but even that talks abt clustering in reference to EJBs/JSPs - Please tell me how to do it for a simple service with no frills attached? The whole requirment is if my service is listening on port 7000, and a request comes in - and the server goes down , another node shud get activatd and my service hosted in it (may be listening on 7001) shud be able to respond. Thanks --- Pooja. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871452#3871452 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871452 ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
