Re: [Geoserver-users] external visible name in WMS Getcapabilities

2010-11-16 Thread Siddeswara.Guru
Thanks Arne, I need to make geowebcache available to external users therefore the onlineresource tag in the getcapabilities document should point to the proxy server name instead of internal server name. I hope the solution you have given will fix this problem. Currently the onlineResource tag

Re: [Geoserver-users] Geoserver and ArcView 10 compatibility

2010-11-16 Thread Paul Joyce
There's some stuff in ArcToolbox to read KML to a layer Regards, Paul -Original Message- From: jsts [mailto:jstev...@redzonesoftware.com] Sent: Wednesday, 17 November 2010 10:03 AM To: geoserver-users@lists.sourceforge.net Subject: [Geoserver-users] Geoserver and ArcView 10 compatibility

Re: [Geoserver-users] external visible name in WMS Getcapabilities

2010-11-16 Thread Arne Kepp
PROXY_BASE_URL only affects GeoServer, GWC always constructs URLs from the request URL. If the proxy only affects the hostname/port you can fix this by preserving the hostname of the request, Apache example below: ProxyRequests Off Order deny,allow Allow from all ProxyPreserveHost On ProxyP

Re: [Geoserver-users] external visible name in WMS Getcapabilities

2010-11-16 Thread Siddeswara.Guru
Thanks Andrea. It works. Proxy_BASE_URL is in web.xml. Do I need to change anything to get the same in Geowebcache. I have changed the URL for gwcWMSConfig in geowebcache-core-context.xml. I am using the latest build of the geowebcache and geoserver 2.0.X Thanks. regards S.M.Guru _

Re: [Geoserver-users] WFS: download files (zip shapefile) truncated

2010-11-16 Thread Andrea Aime
The preview links are restricted to 50 features to avoid troubles for people that are playing with larger data sets (50... millions features). The preview is just a demo tool, if you want to actually download data build your own wfs request and don't set &maxFeature=50 into it Cheers Andrea On T

[Geoserver-users] Geoserver and ArcView 10 compatibility

2010-11-16 Thread jsts
Hello, I am trying to determine if it is possible to serve layers from geoserver into an ArcView 10 project. If so how would I go about doing it? We are currently using 9.2 and are trying to determine if it is worth upgrading to the newest version of ArcView. Currently using geoserver we serve mu

Re: [Geoserver-users] Basic authentication best practices

2010-11-16 Thread Jamie Popkin
Thanks Arne. That's good news for me... It means I'm heading in the right direction. :) I believe I have the format of the cookie correct. I'm starting to wonder if the port number :8080 is tripping up the domain setting of the cookie??? That's a shot in the dark though. I'm going to start testin

Re: [Geoserver-users] Basic authentication best practices

2010-11-16 Thread Arne Kepp
The trick with the "remember me" cookie should work. Note that the value of the cookie starts and ends with a double quote, and contains ==. Normally these four characters would be URL escaped (%20, %D3), but then acegi will not accept them. So make sure they're set exactly like you receive the

[Geoserver-users] Basic authentication best practices

2010-11-16 Thread Jamie Popkin
I'm trying to access some secured wms services through basic authentication. I figured the most secure way to do this was have a cgi script grab the "remember me" authentication cookie through a local curl request. Then have that returned to the user and entered as a cookie. I've been unsuccessfu

Re: [Geoserver-users] SDE extension and geoserver 2.1 beta

2010-11-16 Thread Ivan Santiago
Hello again: never mind. This time it installed correctly. --- Iván Santiago GIS Specialist Information Technologies Office of Management and Budget 787.977.9200 x 1230 Calle Cruz 254 PO Box 9023228 San Juan, PR 00902-3228 -66°04'00.33",18°26'55.78"(NAD83) -Origin

Re: [Geoserver-users] SDE extension and geoserver 2.1 beta

2010-11-16 Thread Ivan Santiago
Hello all: Is the SDE extension supported for geoserver 2.1 beta? We're trying to install SDE Extension but the geoserver's admin page won't run. If we install w/o the SDE extension, everyting looks fine. Thanks for the help --- Iván Santiago GIS Specialist Information

Re: [Geoserver-users] Poor performance with SqlServer data source

2010-11-16 Thread Andrea Aime
2010/11/16 Dominik Mikiewicz : > Justin, > > Thanks for the confirmation. Looks like it’s time to switch to postgis for > the time being or to start learning java ;-) There's also a third option:sponsor someone to do the improvement for you There is a commercial support page on geoserver.org list

Re: [Geoserver-users] Poor performance with SqlServer data source

2010-11-16 Thread Dominik Mikiewicz
Justin, Thanks for the confirmation. Looks like it's time to switch to postgis for the time being or to start learning java ;-) Dominik From: Justin Deoliveira [mailto:jdeol...@opengeo.org] Sent: Tuesday, November 16, 2010 5:13 AM To: Dominik Mikiewicz Cc: geoserver-users@lists.sourceforge.n

Re: [Geoserver-users] external visible name in WMS Getcapabilities

2010-11-16 Thread Andrea Aime
On Tue, Nov 16, 2010 at 5:33 AM, wrote: > Hello All, > I need to get the proxy server name on the getCapabilities document to make > GeoServer external accessible. I have added the external proxy URL in > PROXY_BASE_URL but, the Onlineresource tag in PROXY_BASE_URL where? You should change tha