Hello, what you need is a good container, which can do good load balancing, the best web containter that I have come across is Oracle's Weblogic, you can run many instances of Geoserver against one url, the container will manage the load, all you need to do is make another instance incase you feel there is too much load, I am running a total of 4 (2 for wms/wfs map layer, and 2 for image wms coverage layers) instances of Geoserver 1.7.7 in Weblogic under Solaris (with all instances pointing to a single data folder ), just make sure you manually install JAI and Image I/O packages before deployment into the container. and some other changes in web.xml..which I have no idea oh Why, but I just followed that and it worked.
regards, Imran On Fri, Dec 31, 2010 at 7:02 PM, Dharmendra Sonawane <[email protected]> wrote: > > Hello List, > > I need to check the configuration of geoserver in production for 200 > simultaneous users on unix environment. Hint for deployment architecture for > such requirement will be very much appreciated. > > Thanks in advance, > Dharmendra > > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > -- I.R ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
