On Thu, Jan 24, 2013 at 7:05 AM, John Callahan <[email protected]> wrote: > I may have missed something simply when checking the documentation but I > have what is hopefully a simple question. I'm using GeoServer 2.2.2 (I > think.) > > When I view the map service info through GetCaps, some of the online > resource links are listing "ows" where I would expect "wms". They're also > showing the port number 80. Where is that set in GeoServer and can it be > modified? I'd rather not have the port number and use "wms" to match the > URL request. Thanks.
The "ows" endpoint is actually the main one today, the various service specific ones "wms", "wfs", and so on are maintained for backwards compatibility (and some of the older versions of the services might still be emitting those in the caps documents). The reason is simple, the type of service is already specified in the mandatory parameter service=XYZ (or equivalent attribute in XML POST requests). So, there is no way to configure the usage of "wms" in the capabilities documents. As for the port, there is no way to hide it by configuration either, but that could be made happen by changing the code in the capabilities document writers Cheers Andrea -- == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
