Hi Gi,
2014/1/16 Gpetr
> Hello,
>
> I'm trying to develop a WPS app using GeoServer - Openlayers/GeoExt.
> The base url of my app is: http://127.0.0.1:8000/
> For the wps process, I have integrated the code of the following example in
> my app.
>
> http://dev.openlayers.org/releases/OpenLayers
Hello List,
why is that?
Caused by: java.lang.RuntimeException: Unable to obtain connection: Cannot
create JDBC driver of class 'org.postgresql.Driver' for connect URL
'jdbc:postgresql://localhost:5432/postgres'
at
org.geotools.jdbc.JDBCDataStore.createConnection(JDBCDataStore.java:1679)
Hello,
I'm trying to develop a WPS app using GeoServer - Openlayers/GeoExt.
The base url of my app is: http://127.0.0.1:8000/
For the wps process, I have integrated the code of the following example in
my app.
http://dev.openlayers.org/releases/OpenLayers-2.13.1/examples/wps.html
I have defined
Thank you Simone.
I have done that but for the same version because we are having some
"important activities" and I cannot risk to have upgrade issues right now.
It is planned to upgrade it to the newest version asap though.
Thanks again for your answer,
Jacinto
From: simbo...@gmail.com [
Ciao Jacinto,
I guess it might be worth doing a back up of the data dir and then trying
an upgrade.
The version of GeoServer you are using is rather old now and won't get any
support.
Regards,
Simone Giannecchini
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
informa
Ciao Liam,
I don't believe Tomcat 8 is officially supported, anyhow none of us here at
geosolutions has been testing with it.
I would use 6.0.x ot 7.0.x.
In any case a longer portion of the log would be needed to check exactly
what is going on.
Regards,
Simone Giannecchini
==
Our support, Your
Hi,
Some questions for more information:
Do you have a layer available in geoserver to display?
What projection is the source data in?
Can you view the layer through layer preview in the openlayers application?
What do the geoserver logs say?
Cheers
Ross
From: venky [mailto:venky@gmail.com]
S
Sorry, I have made a mistake before.
The best way for do this is put this code on apache
ProxyPreserveHost On
ProxyRequests Off
Order allow,deny
Allow from all
RewriteEngine on
RewriteCond %{QUERY_STRING} request=GetMap [NC]
RewriteCond %{QUERY_STRING} !format=(.*)(png|jpeg)
Sorry, I have made a mistake before.
The best way for do this is put this code on apache
ProxyPreserveHost On
ProxyRequests Off
Order allow,deny
Allow from all
RewriteEngine on
RewriteCond %{QUERY_STRING} request=GetMap [NC]
RewriteCond %{QUERY_STRING} !format=(.*)(png|jpeg)
Hoping that I will find some time to add this feature into GeoServer
directly.
Cheers
Christian
On Thu, Jan 16, 2014 at 10:41 AM, Andrea Aime
wrote:
> On Thu, Jan 16, 2014 at 10:37 AM, Christian Mueller <
> christian.muel...@os-solutions.at> wrote:
>
>> I think this solution would only work if
On Thu, Jan 16, 2014 at 10:20 AM, Bernhard Kiselka <
bernhard.kise...@prisma-solutions.at> wrote:
> Hi List!
>
> I upgraded from GeoServer 2.1.3 to 2.4.2 and experienced the following
> problems:
>
> 1) Changed Axis Ordering with WFS 1.1.0 Filtering using URN-Projections
>
> Worked and works only
Or, does it not really necessary to enable for each workspace?
cmkpl wrote
> OS: Windows 7 Professional
> Java Version: "1.7.0_09"
> GeoServer Version: both 2.4-RC2 and 2.4.3
>
> What I have done: I have installed WPS plugin for GeoServer 2.4.3. I have
> tried its WPS demo, it works. But when I
On Thu, Jan 16, 2014 at 10:37 AM, Christian Mueller <
christian.muel...@os-solutions.at> wrote:
> I think this solution would only work if you access Gesoerver via an
> apache http proxy.
>
Worth mentioning maybe, we had performance issues trying to scale up apache
proxy to a large
number of conc
Hi List!
I upgraded from GeoServer 2.1.3 to 2.4.2 and experienced the following problems:
1) Changed Axis Ordering with WFS 1.1.0 Filtering using URN-Projections
Worked and works only in GeoServer 2.1.3: Provide coordinates as
latitude/longitude (y/x)
Example:
http://localhost:8080/geoserver/ow
I think this solution would only work if you access Gesoerver via an apache
http proxy.
Is this correct ?
Christian
On Thu, Jan 16, 2014 at 10:07 AM, Andrea Aime
wrote:
> On Thu, Jan 16, 2014 at 9:36 AM, Ivan Price wrote:
>
>> watch out for POST requests if you'r trying to protect sensitive da
Happy end :-)
Cheers
Christian
On Wed, Jan 15, 2014 at 5:53 PM, wrote:
> Hi Christian,
>
> I am very sorry, my fault. The error was in the group view - the groups
> were not enabled... Now it works fine. Thanks a lot.
>
> Cheers,
>
> Michal
>
> Dne 2014-01-15 12:47, Christian Mueller napsal:
>
On Thu, Jan 16, 2014 at 9:36 AM, Ivan Price wrote:
> watch out for POST requests if you'r trying to protect sensitive data (and
> shapefile format?)
>
Right, GeoServer also responds to WMS POST requests in two forms:
* xml getmap, from the SLD extension (there is a sample in the default data
dir
watch out for POST requests if you'r trying to protect sensitive data (and
shapefile format?)
-i
-Message d'origine-
De : abusquets [mailto:abusqu...@gmail.com]
Envoyé : Thursday, 16 January 2014 09:08
À : geoserver-users@lists.sourceforge.net
Objet : Re: [Geoserver-users] WMS output f
We have a solution.
Make a .htaccess file with this content
RewriteEngine on
RewriteCond %{QUERY_STRING} request=GetMap [NC]
RewriteCond %{QUERY_STRING} !format=(.*)(png|jpeg) [NC]
RewriteRule .* - [F]
RewriteCond %{REQUEST_URI} wms/kml
RewriteCond %{QUERY_STRING} layers
RewriteRule .* - [F]
Re
19 matches
Mail list logo