[Geoserver-users] GWC Capabilities - Catalog Mode, Security and Direct Integration

2017-06-07 Thread Rodrigo Antonialli
Hi everyone! I'm configuring a new instance of Geoserver (v. 2.11.1) and setting the embeded GeoWebCache. I have 2 doubts: Short version: *First:* Does the Catalog Mode applies to GWC ? *Second:* When enabling Direct integration with WMS, requests to default WMS always tries GWC firs? How

Re: [Geoserver-users] REST API for adding new layer to existing LayerGroup

2014-04-30 Thread Rodrigo Antonialli
Hi, I did this some time ago... You just need to GET the description of the layergroup , via REST. (Something like: http://localhost:8080/geoserver/rest/layergroups/yourgroup.[format] (I used json in format). Then you need to add the new layer to the json, with something like this: { name:

Re: [Geoserver-users] REST GET public workspace

2014-02-06 Thread Rodrigo Antonialli
/in/rcantonialli Contato: (19) 98136-2347 rcantonia...@gmail.com Skype: rc_antonialli On Thu, Feb 6, 2014 at 7:09 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Wed, Feb 5, 2014 at 12:42 PM, Rodrigo Antonialli rcantonia...@gmail.com wrote: Hi everyone! I have

Re: [Geoserver-users] MapPreviewPage errors

2014-02-05 Thread Rodrigo Antonialli
-2347 rcantonia...@gmail.com Skype: rc_antonialli On Tue, Feb 4, 2014 at 4:13 PM, Rodrigo Antonialli rcantonia...@gmail.comwrote: Hi! I have a doubt about some log messages from geoserver. The version I'm running is 2.2.5 (old, I know). There are 3 installations

[Geoserver-users] REST GET public workspace

2014-02-05 Thread Rodrigo Antonialli
Hi everyone! I have a question about REST configuration. Is it possible to allow a GET request to a featureType description from anonymous access, without give ADMIN permission to the workspace? This is the scenario: I have a workspace (proj_base) which is public. Actually, I have no rules

Re: [Geoserver-users] Advertised = True

2014-02-04 Thread Rodrigo Antonialli
Hi Roger, I believe this can be done via a PUT request with the layer or featureType description (depending on what you want to change). I only changed enabled this way, but the description is something like: featureType name featureTypeName /name nativeName nativeName /nativeName enabled

[Geoserver-users] MapPreviewPage errors

2014-02-04 Thread Rodrigo Antonialli
Hi! I have a doubt about some log messages from geoserver. The version I'm running is 2.2.5 (old, I know). There are 3 installations with this version, running in Apache Tomcat 7.0.35. Two of them are quite normal, running in a perfect state. One of them is throwing some WARN messages in log

[Geoserver-users] Fwd: [Neo4j] Re: Geoserver 2.3.2 and Neo4j [SOLVED]

2013-06-20 Thread Rodrigo Antonialli
== Rio Claro - SP - Brasil LinkedIn: http://www.linkedin.com/in/rcaprofile Contato: (19) 8136-2347 rcantonia...@gmail.com Skype: rc_antonialli -- Forwarded message -- From: Rodrigo Antonialli rcantonia...@gmail.com Date: Thu, Jun 20, 2013

[Geoserver-users] Geoserver 2.3.2 and Neo4j

2013-06-18 Thread Rodrigo Antonialli
Hi everyone! First thing: I'm sending this to both geoserver and neo4j mailling lists. I hope someone can help! Also, that's my first time in neo4j list! I just got geoserver 2.3.2 and Apache Tomcat 7.0.35 (maybe not tomcat lastest version) Deployed the war file to webapps and geoserver run ok!

Re: [Geoserver-users] Geoserver 2.3.2 and Neo4j [SOLVED]

2013-06-18 Thread Rodrigo Antonialli
-2347 rcantonia...@gmail.com Skype: rc_antonialli On Tue, Jun 18, 2013 at 12:16 PM, Rodrigo Antonialli rcantonia...@gmail.com wrote: Hi everyone! First thing: I'm sending this to both geoserver and neo4j mailling lists. I hope someone can help! Also, that's my

[Geoserver-users] Fwd: unable to start GS 2.3.2 due to GWC

2013-06-18 Thread Rodrigo Antonialli
: Rodrigo Antonialli rcantonia...@gmail.com Date: Tue, Jun 18, 2013 at 3:25 PM Subject: Re: [Geoserver-users] unable to start GS 2.3.2 due to GWC To: Imran Rajjad raj...@gmail.com Hi Imran! I don't know if it's truly the cause, but I faced a similiar problem just some hours ago (although

Re: [Geoserver-users] [Neo4j] Re: Geoserver 2.3.2 and Neo4j [SOLVED]

2013-06-18 Thread Rodrigo Antonialli
: @peterneubauer Kids in Malmö this summer? - http://www.kidscraft.se Neo4j questions? Please use SO - http://stackoverflow.com/search?q=neo4j On Tue, Jun 18, 2013 at 7:14 PM, Rodrigo Antonialli rcantonia...@gmail.com wrote: Hello again!! I just figured it out!!! Googling about

Re: [Geoserver-users] WPS - Security by Process

2013-03-20 Thread Rodrigo Antonialli
Hi Andrea, I'm following the quickstarthttp://docs.geoserver.org/stable/en/developer/quickstart/index.html#quickstartto create a geoserver development environment. Until now, I compiled only the WPS module to explore and change some PPIO. With this environment set up, I'll analise if I'm able

[Geoserver-users] WPS - Security by Process

2013-03-19 Thread Rodrigo Antonialli
Hi!! I'd like to know if it's possible to restrict a WPS process according to some role. Example: Process1 - ADMIN_ROLE Process2 - USER_ROLE (or any other). I know it's possible to restrict a WPS method, but, is there a by process configuration? Regards, Rodrigo C. Antonialli

Re: [Geoserver-users] WPS - Security by Process

2013-03-19 Thread Rodrigo Antonialli
Skype: rc_antonialli On Tue, Mar 19, 2013 at 4:53 PM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Tue, Mar 19, 2013 at 8:22 PM, Rodrigo Antonialli rcantonia...@gmail.com wrote: Hi!! I'd like to know if it's possible to restrict a WPS process according to some role. Example

Re: [Geoserver-users] use j_spring_security_logout

2013-03-12 Thread Rodrigo Antonialli
Hi, I've shared some PHP functions some time ago. http://osgeo-org.1560.n6.nabble.com/Authenticate-in-Geoserver-from-PHP-application-td5009457.html They were used with an older version of geoserver, but if you change the URL to j_spring_security_check or j_spring_security_logout... they should

[Geoserver-users] Graphic Card and Geoserver

2013-03-08 Thread Rodrigo Antonialli
I have a simple question regarding geoserver graphic card usage. Does geoserver or one of its image extensions depend of a good graphic card? We are configuring a web server machine with a Matrox® G200eR2 with 16MB. Is it enough to run geoserver and its image processing capabilities? Maybe the

Re: [Geoserver-users] [bulk]: Graphic Card and Geoserver

2013-03-08 Thread Rodrigo Antonialli
a graphic card. Our server has low-end onboard graphics, just for a little bit administration and thats it. ** ** I also couldn’t imagine where graphic cards could be used but if you would use the gpu for rendering the images. ** ** Cheers Stefan ** ** *From:* Rodrigo

Re: [Geoserver-users] Graphic Card and Geoserver

2013-03-08 Thread Rodrigo Antonialli
Skype: rc_antonialli On Fri, Mar 8, 2013 at 11:56 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Fri, Mar 8, 2013 at 3:28 PM, Rodrigo Antonialli rcantonia...@gmail.com wrote: I have a simple question regarding geoserver graphic card usage. Does geoserver or one of its image extensions

Re: [Geoserver-users] [bulk]: Graphic Card and Geoserver

2013-03-08 Thread Rodrigo Antonialli
On Fri, Mar 8, 2013 at 12:01 PM, Rodrigo Antonialli rcantonia...@gmail.comwrote: GEOS not GEOS... GDAL! Rodrigo C. Antonialli == Rio Claro - SP - Brasil LinkedIn: http://www.linkedin.com/in/rcaprofile Contato: (19) 8136-2347 rcantonia

Re: [Geoserver-users] GeoServer Catalog - WPS

2013-03-05 Thread Rodrigo Antonialli
Skype: rc_antonialli On Tue, Mar 5, 2013 at 4:17 AM, Andrea Aime andrea.a...@geo-solutions.itwrote: On Tue, Mar 5, 2013 at 12:07 AM, Rodrigo Antonialli rcantonia...@gmail.com wrote: Hi everyone! Today I was testing access to geoserver catalog in a WPS process, but I noticed that only

[Geoserver-users] GeoServer Catalog - WPS

2013-03-04 Thread Rodrigo Antonialli
Hi everyone! Today I was testing access to geoserver catalog in a WPS process, but I noticed that only some of my Workspaces and DataStores are listed. My tests are based on the ImportProcess class and using geoserver UI, I created 4 WS and 4 DS: Workspaces: 1- common 2- mm_50 3- mm_100 4-

Re: [Geoserver-users] a table in postgis database with data of users and roles for geoserver authentication

2013-02-06 Thread Rodrigo Antonialli
Hi, Maybe this can help you: http://docs.geoserver.org/stable/en/user/security/usergrouprole/usergroupservices.html#jdbc-user-group-service Regards, Rodrigo C. Antonialli == Rio Claro - SP - Brasil LinkedIn: http://www.linkedin.com/in/rcaprofile Contato:

Re: [Geoserver-users] Create geoserver users

2013-02-06 Thread Rodrigo Antonialli
: rc_antonialli On Tue, Feb 5, 2013 at 1:05 AM, Rodrigo Antonialli rcantonia...@gmail.comwrote: I'm sorry... sent before finishing... Well, I configured JDBC user/group service, and it's working fine... I can login with user registered in postgre user table. What I need now is to create users

[Geoserver-users] Create geoserver users

2013-02-04 Thread Rodrigo Antonialli
Hi everyone! I have a simple question about using JDBC user/group service -- Rodrigo C. Antonialli == Rio Claro - SP - Brasil LinkedIn: http://www.linkedin.com/in/rcaprofile Contato: (19) 8136-2347 rcantonia...@gmail.com Skype:

Re: [Geoserver-users] Create geoserver users

2013-02-04 Thread Rodrigo Antonialli
-feira, 5 de fevereiro de 2013, Rodrigo Antonialli escreveu: Hi everyone! I have a simple question about using JDBC user/group service -- Rodrigo C. Antonialli == Rio Claro - SP - Brasil LinkedIn: http://www.linkedin.com/in/rcaprofile Contato: (19) 8136

Re: [Geoserver-users] Authenticate in Geoserver from PHP application

2012-10-20 Thread Rodrigo Antonialli
at 7:19 PM, Rodrigo Antonialli rcantonia...@gmail.comwrote: Hi everyone! I'm running an old version of Geoserver (GeoServer 2.0-RC1). I've set all layers (read and write permissions) to be accessed only by ROLE_ADMINISTRATOR users. Geoserver side is working fine. When I open geoserver web

Re: [Geoserver-users] Using Geoserver WFS across domains

2012-07-13 Thread Rodrigo Antonialli
Hi Robin, Sorry for not having a direct answer, but I installed a system like this using Apache and Tomcat servers. I managed to solved this issue using a Apache Tomcat Connector (mod_jk). Maybe you should google for something similar: iis jetty connector for example. This connector component

[Geoserver-users] Geoserver 2.1.3 + Tomcat 7 + OpenSSL

2012-05-22 Thread Rodrigo Antonialli
Hi everyone! I need some help to configure Geoserver under SSL! I've just configured SSL to work fine, following these instructions: http://www.tomcatexpert.com/knowledge-base/using-openssl-configure-ssl-certificates-tomcat I can login in web admin interface, and preview some layers. Examples:

Re: [Geoserver-users] Geoserver 2.1.3 + Tomcat 7 + OpenSSL

2012-05-22 Thread Rodrigo Antonialli
that. The experience I have is setting up SSL in GeoNode (GeoServer proxied behind Apache using mod_proxy) - if that set up is something you are interested in: the instructions are here [1] Ariel. [1] http://docs.geonode.org/en/latest/deploy/ssl.html On Thu, May 17, 2012 at 12:41 PM, Rodrigo Antonialli

Re: [Geoserver-users] Geoserver 2.1.3 + Tomcat 7 + SSL

2012-05-18 Thread Rodrigo Antonialli
I assume you have a problem with the URL. Cheers Christian Zitat von Rodrigo Antonialli rcantonia...@gmail.com: Hi everyone! I need some help to configure Geoserver under SSL! I've just configured SSL to work fine, following these instructions: http://www.tomcatexpert.com/**knowledge

Re: [Geoserver-users] Geoserver 2.1.3 + Tomcat 7 + SSL

2012-05-18 Thread Rodrigo Antonialli
, Rodrigo Antonialli rcantonia...@gmail.com wrote: Hi everyone! I need some help to configure Geoserver under SSL! I've just configured SSL to work fine, following these instructions: http://www.tomcatexpert.com/**knowledge-base/using-openssl-** configure-ssl-certificates-**tomcathttp

[Geoserver-users] Geoserver 2.1.3 + Tomcat 7 + SSL

2012-05-17 Thread Rodrigo Antonialli
Hi everyone! I need some help to configure Geoserver under SSL! I've just configured SSL to work fine, following these instructions: http://www.tomcatexpert.com/knowledge-base/using-openssl-configure-ssl-certificates-tomcat I can login in web admin interface, and preview some layers. Examples: