Common practice it to proxy your JEE application instances out via your load balancer or web server.
You can either use direct HTTP or AJP protocols. In house our preference was to use AJP. An apache based example is here: http://tomcat.apache.org/connectors-doc-archive/jk2/proxy.html Regards, Terry -----Original Message----- From: Andrea Aime [mailto:[email protected]] Sent: Tuesday, 19 April 2011 10:29 PM To: Mustafa646 Cc: [email protected] Subject: Re: [Geoserver-users] Can we install Geoserver at port less than 1024 On Tue, Apr 19, 2011 at 4:09 PM, Mustafa646 <[email protected]> wrote: > I want to know, is it possible to install GeoServer at port less than 1024. > My web mapping application is in production environment and user needs to > access the geoserver at port less than 1024. Is it possible to install > Geoserver at any port less than 1024 ? Yes, you have to modify the web container of choice to use the port in question, and also, normally, you have to start it with a user that has the privileges to open a low number port, normally an administrator Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 333 8128928 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
