We were definitely confused. You were talking before about "connect", "call", etc.. when what you actually needed was _how to implement load balancing using JAVA under Ubuntu_.
And if you are using custom java code, can't help you there. Load balancing, clustering etc on Linux can be achieved by taking a look at Linux-HA (high availability) clusters, heartbeat, or beuwulf . The quickest you can do so will be using heartbeat. I suggest you start from there. On Fri, Jun 19, 2009 at 12:46 AM, Ala'a Ibrahim <[email protected]>wrote: > actually i need to make a load balance scheme between servers,so both of > them can access each other.. > > > On Thu, Jun 18, 2009 at 7:16 PM, hard wyrd <[email protected]> wrote: > >> You cannot use http: to connect to the other box because it might not have >> a web server running on it. >> >> I believe you should explain what you really need. >> >> 1. Do you need a web server? >> 2. Do you need file sharing over the network? >> >> Remember that most services are not installed by default in Linux. >> Meaning, these are off, and you need to install them. You cannot connect to >> another computer using the HTTP protocol unless that other computer has a >> web server running on it. >> >> If you want file sharing over the network, you need to install either >> Samba or NFS, or both if you must. >> >> >> On Thu, Jun 18, 2009 at 10:19 PM, Ala'a Ibrahim <[email protected]>wrote: >> >>> Here we have the current situation: >>> >>> the 2 Ubuntu Laptops are connected to a switch via LAN Cable(those for >>> switch) >>> >>> i typed @ wired connection @ the network settings tab after selecting >>> static ip address from the configurations @ one of them 192.168.0.101 & the >>> other 192.168.0.100 & @ both the subnet mask are 255.255.255.0,then i tried >>> to type as URL @ the one with 192.168.100 http://192.168.101/ the output >>> was Unable to connect.. >>> >> >> -- >> Part-time SysAd, full-time Dad, part-time netNinja >> CNS, ACFE, FOSS Advocate and Consultant >> Registered Linux User #400165 >> http://www.rm2media.net >> http://baudizm.blogsome.com >> http://linuxblazon.wordpress.com >> http://3x-comic.blogspot.com (NEW!) >> >> >> > > > -- > Ala'a Ibrahim Mohammad. > 4th Grade > Computer Science Department > Faculty of Computers & Information Systems > Helwan University. > > > > -- Part-time SysAd, full-time Dad, part-time netNinja CNS, ACFE, FOSS Advocate and Consultant Registered Linux User #400165 http://www.rm2media.net http://baudizm.blogsome.com http://linuxblazon.wordpress.com http://3x-comic.blogspot.com (NEW!) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
