Re: [Geoserver-users] Install community extensions?

2024-05-15 Thread Kristian Nils Robin Morin via Geoserver-users
I see, I missed that part of the documentation.

To avoid building my own image i used the official and used the option to
mount additional libs that were already downloaded to host

- type: bind
source: mypath/geoserver/libs
target: /opt/additional_libs

It worked like a sharm


On Wed, May 15, 2024 at 3:51 PM Alexandre Gacon 
wrote:

> I had the same issue : the community extensions are only built for a
> SNAPSHOT version of the 2.25, which is why they cannot be downloaded. I
> didn't find a way to solve this.
>
> REgards
> Alexandre
>
> Le mer. 15 mai 2024 à 15:44, Kristian Nils Robin Morin via Geoserver-users
>  a écrit :
>
>> I am trying to install the community extension ogcapi-features using for
>>
>>   geoserver:
>> image: docker.osgeo.org/geoserver:2.25.0
>>
>> environment:
>>   - INSTALL_EXTENSIONS=true
>>   - SKIP_DEMO_DATA=true
>>   - STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
>>   - COMMUNITY_EXTENSIONS=ogcapi-features
>>
>> It is available in the list of extensions for the latest version (2.26.x)
>> https://build.geoserver.org/geoserver/main/community-latest/
>>
>> But i get "url does not exist:
>> /geoserver-2.25.0-ogcapi-features-plugin.zip"
>>
>> Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS
>> variable not working anymore?
>> Or where do i find it to install it for 2.25.0
>>
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
> Alexandre Gacon
>


-- 
Med hilsen

*Kristian Morin*
Geodata, systemutvikling
Enhet for kart og arkitektur
Sentralbord: 72 54 25 00
Telefon: 90539229
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install community extensions?

2024-05-15 Thread Alexandre Gacon
I had the same issue : the community extensions are only built for a
SNAPSHOT version of the 2.25, which is why they cannot be downloaded. I
didn't find a way to solve this.

REgards
Alexandre

Le mer. 15 mai 2024 à 15:44, Kristian Nils Robin Morin via Geoserver-users <
geoserver-users@lists.sourceforge.net> a écrit :

> I am trying to install the community extension ogcapi-features using for
>
>   geoserver:
> image: docker.osgeo.org/geoserver:2.25.0
>
> environment:
>   - INSTALL_EXTENSIONS=true
>   - SKIP_DEMO_DATA=true
>   - STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
>   - COMMUNITY_EXTENSIONS=ogcapi-features
>
> It is available in the list of extensions for the latest version (2.26.x)
> https://build.geoserver.org/geoserver/main/community-latest/
>
> But i get "url does not exist:
> /geoserver-2.25.0-ogcapi-features-plugin.zip"
>
> Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS
> variable not working anymore?
> Or where do i find it to install it for 2.25.0
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>


-- 
Alexandre Gacon
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install community extensions?

2024-05-15 Thread Rahkonen Jukka
Hi,

As documented in Community modules - GeoServer 2.25.x User 
Manual:

"Community modules are considered "pending" in that they are not officially 
part of the GeoServer releases. They are however built along with the nightly 
builds, so you can download and play with them."

They are here https://build.geoserver.org/geoserver/2.25.x/community-latest/ 
but they should be installed together with the nightly snapshot of Geoserver.

-Jukka Rahkonen-



Lähettäjä: Kristian Nils Robin Morin via Geoserver-users 

Lähetetty: keskiviikko 15. toukokuuta 2024 14.54
Vastaanottaja: geoserver-users 
Aihe: [Geoserver-users] Install community extensions?

I am trying to install the community extension ogcapi-features using for

  geoserver:
image: 
docker.osgeo.org/geoserver:2.25.0

environment:
  - INSTALL_EXTENSIONS=true
  - SKIP_DEMO_DATA=true
  - STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
  - COMMUNITY_EXTENSIONS=ogcapi-features

It is available in the list of extensions for the latest version (2.26.x)
https://build.geoserver.org/geoserver/main/community-latest/

But i get "url does not exist: /geoserver-2.25.0-ogcapi-features-plugin.zip"

Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS variable 
not working anymore?
Or where do i find it to install it for 2.25.0


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install

2020-01-26 Thread Jody Garnett
Richard, bringing this back to the list ...

Failure is security failure to bind 8080.

java.security.PrivilegedActionException: java.io.IOException: Failed to
bind to 0.0.0.0/0.0.0.0:8080

As a web service jetty has to listen on a port - something operating system
security is setup to be very defensive about.

Please check your network settings and firewall and be sure “java” has a
permission to open a port.

On Thu, Jan 23, 2020 at 7:53 AM Jody Garnett  wrote:

> I am not sure we have a start jar (maybe for testing as a developer).
>
> a) please download the WAR and install into an application server like
> tomcat
> b) for just trying it out please download the BIN package and then run
> with something like:
>
> On linux:
>
> cd bin
> ./start.sh
>
> On windows:
>
> cd bin
> start.bat
>
> Environment variables are part of your operating system, in the control
> panel on windows.
>
> References:
> - https://docs.geoserver.org/latest/en/user/installation/win_binary.html
> -
> https://www.theserverside.com/feature/How-to-set-JAVA_HOME-in-Windows-and-echo-the-result
>
>
> aside: Ian we should update this page as it provides oracle JDK download
> instructions.
> --
> Jody Garnett
>
>
> On Wed, 22 Jan 2020 at 11:49, Richard Douglas Hodge Alavedra <
> richard.ho...@utec.edu.pe> wrote:
>
>> Hi, my name is Richard Hodge, I'm a mechanical engineer student and I'm
>> currently trying to install the geoserver program but I'm having some
>> trouble with the "start" java exe that doesn't work and also I do not
>> understand the "enviromental variable". Hope I can get help from you.
>>
>> Thanks!
>>
>> Richard Hodge
>> Mechanical Engineer Student - UTEC
>>
>> La información contenida en este e-mail y sus anexos es confidencial,
>> privilegiada y está dirigida exclusivamente a su destinatario, en
>> consecuencia, solo puede ser utilizada por aquel. Si usted no es el
>> destinatario original, no deberá examinar, usar, copiar o distribuir este
>> mensaje o la información que contiene. Si lo recibe por error, por favor
>> reenvíelo a la persona que se lo envió y elimínelo. Cualquier retención o
>> uso total o parcial no autorizada de este mensaje está estrictamente
>> prohibida y sancionada por ley.
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
> --
--
Jody Garnett
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install

2020-01-23 Thread Rahkonen Jukka (MML)
Hi,

Some clarifications:
With the bin-zip installation we do have start.jar in the main directory of 
Geoserver, as well as we have there a file named start.ini. They are essential 
because they are used for starting the Jetty server but users should not run 
start.jar themselves.

What users must run is either the Windows or the Linux script in the /bin 
directory and Jody got their names almost right. Actually they are startup.bat 
and startup.sh.

Connection between startup.bat and start.jar is that what the startup.bat 
finally does is to start Jetty by running start.jar with correct parameters:

  "%RUN_JAVA%" %JAVA_OPTS% -DGEOSERVER_DATA_DIR="%GEOSERVER_DATA_DIR%" 
-Djava.awt.headless=true -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -jar start.jar

-Jukka Rahkonen-

Lähettäjä: Jody Garnett 
Lähetetty: torstai 23. tammikuuta 2020 17.54
Vastaanottaja: Richard Douglas Hodge Alavedra 
Kopio: GeoServer Users 
Aihe: Re: [Geoserver-users] Install

I am not sure we have a start jar (maybe for testing as a developer).

a) please download the WAR and install into an application server like tomcat
b) for just trying it out please download the BIN package and then run with 
something like:

On linux:

cd bin
./start.sh

On windows:

cd bin
start.bat

Environment variables are part of your operating system, in the control panel 
on windows.

References:
- https://docs.geoserver.org/latest/en/user/installation/win_binary.html
- 
https://www.theserverside.com/feature/How-to-set-JAVA_HOME-in-Windows-and-echo-the-result


aside: Ian we should update this page as it provides oracle JDK download 
instructions.
--
Jody Garnett


On Wed, 22 Jan 2020 at 11:49, Richard Douglas Hodge Alavedra 
mailto:richard.ho...@utec.edu.pe>> wrote:
Hi, my name is Richard Hodge, I'm a mechanical engineer student and I'm 
currently trying to install the geoserver program but I'm having some trouble 
with the "start" java exe that doesn't work and also I do not understand the 
"enviromental variable". Hope I can get help from you.

Thanks!

Richard Hodge
Mechanical Engineer Student - UTEC

La información contenida en este e-mail y sus anexos es confidencial, 
privilegiada y está dirigida exclusivamente a su destinatario, en consecuencia, 
solo puede ser utilizada por aquel. Si usted no es el destinatario original, no 
deberá examinar, usar, copiar o distribuir este mensaje o la información que 
contiene. Si lo recibe por error, por favor reenvíelo a la persona que se lo 
envió y elimínelo. Cualquier retención o uso total o parcial no autorizada de 
este mensaje está estrictamente prohibida y sancionada por ley.
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net<mailto:Geoserver-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geoserver-users
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install

2020-01-23 Thread Jody Garnett
I am not sure we have a start jar (maybe for testing as a developer).

a) please download the WAR and install into an application server like
tomcat
b) for just trying it out please download the BIN package and then run with
something like:

On linux:

cd bin
./start.sh

On windows:

cd bin
start.bat

Environment variables are part of your operating system, in the control
panel on windows.

References:
- https://docs.geoserver.org/latest/en/user/installation/win_binary.html
-
https://www.theserverside.com/feature/How-to-set-JAVA_HOME-in-Windows-and-echo-the-result


aside: Ian we should update this page as it provides oracle JDK download
instructions.
--
Jody Garnett


On Wed, 22 Jan 2020 at 11:49, Richard Douglas Hodge Alavedra <
richard.ho...@utec.edu.pe> wrote:

> Hi, my name is Richard Hodge, I'm a mechanical engineer student and I'm
> currently trying to install the geoserver program but I'm having some
> trouble with the "start" java exe that doesn't work and also I do not
> understand the "enviromental variable". Hope I can get help from you.
>
> Thanks!
>
> Richard Hodge
> Mechanical Engineer Student - UTEC
>
> La información contenida en este e-mail y sus anexos es confidencial,
> privilegiada y está dirigida exclusivamente a su destinatario, en
> consecuencia, solo puede ser utilizada por aquel. Si usted no es el
> destinatario original, no deberá examinar, usar, copiar o distribuir este
> mensaje o la información que contiene. Si lo recibe por error, por favor
> reenvíelo a la persona que se lo envió y elimínelo. Cualquier retención o
> uso total o parcial no autorizada de este mensaje está estrictamente
> prohibida y sancionada por ley.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install

2020-01-22 Thread Rahkonen Jukka (MML)
Sorry, I do  not understand at all what you mean by “it just says type to end”.

The manual to follow is 
https://docs.geoserver.org/stable/en/user/installation/win_binary.html
The setup wizard is referring to Windows installer that we do not have at the 
moment for the recent versions. If you want to try the installer then the 
latest available is this 
https://sourceforge.net/projects/geoserver/files/GeoServer/2.14.3/geoserver-2.14.3.exe/download
Documentation for the Windows installer is at 
https://docs.geoserver.org/stable/en/user/installation/win_installer.html.
Notice that Windows installer requires 32 bit version of java on your computer.

If you continue with the bin-zip way 
https://docs.geoserver.org/stable/en/user/installation/win_binary.html double 
clicking on the startup.bat works for most users. The batch file is doing its 
best for finding java from the computer without user interaction. In your case 
it did not succeed but “Setting environmental variables” in the documentation 
gives detailed instruction for setting JAVA_HOME environmental variable. You 
probably use Windows 10 but environmental variables are still set in the same 
way. See for example 
https://www.hows.tech/2019/03/how-to-set-environment-variables-in-windows-10.html
 for screen captures. I also learned you another way for setting JAVA_HOME in 
the startup.bat file. I am not sure if it was a success or not for you.

Continue to follow the manual 
https://docs.geoserver.org/stable/en/user/installation/win_binary.html which 
does not mention start.jar at all. That is intentional because start.jar is not 
for you. Start.jar is starting just the Jetty server. You must use startup.bat 
as documented and it will start both Jetty and Geoserver for you.

If your java_home is now correctly set then double clicking startup.bat should 
open a black console window and print quite a lot of text on screen. When a 
line like “2020-01-23 09:28:08.779:INFO:oejs.Server:main: Started @19627ms” 
appears on the screen the Geoserver is running and you can access the user 
interface with a browser from http://localhost:8080/geoserver. If not, I can’t 
guess what goes wrong but you may get some information from the console window. 
One thing to try is not to follow the advice that is given in the manual
“Note A suggested location would be C:\Program Files\GeoServer”

I would rather suggest to use any other location than Program Files, like 
c:\my_programs\geoserver.

And again, please keep the discussion on the mailing list and send mail also to 
geoserver-users@lists.sourceforge.net 
Lähetetty: torstai 23. tammikuuta 2020 0.55
Vastaanottaja: Rahkonen Jukka (MML) 
Aihe: Re: [Geoserver-users] Install

So I introduced the code and it finally ran but it doesn't conclude on 
something, it just says type to end. but I'm following the GeoServer User 
Manual, Release 2.16.1 and it doesn't appear the GeoServer Setup Wizard, the 
start.jar file still doesn't work. Thanks again for the support but it is kind 
of complicated.

El mié., 22 ene. 2020 a las 17:21, Rahkonen Jukka (MML) 
(mailto:jukka.rahko...@maanmittauslaitos.fi>>)
 escribió:
Please answer to the list as well, not just to me.

Open the startup.bat file with a text editor. Add
SET JAVA_HOME=”path_to_your_java”
Instead of “path_to_your_java” you must naturally write the path where your 
java is installed. Remember to save the file.
Good luck!

-Jukka Rahkonen-

Lähettäjä: Richard Douglas Hodge Alavedra 
mailto:richard.ho...@utec.edu.pe>>
Lähetetty: torstai 23. tammikuuta 2020 0.10
Vastaanottaja: Rahkonen Jukka (MML) 
mailto:jukka.rahko...@maanmittauslaitos.fi>>
Aihe: Re: [Geoserver-users] Install

Yes, I'm working on Windows, but were do I paste that? on CMD? Because I tried 
pasting it on CMD console and nothing happens, and after I tried the 
startup.bat and said Unsuccessful

.

El mié., 22 ene. 2020 a las 17:04, Rahkonen Jukka (MML) 
(mailto:jukka.rahko...@maanmittauslaitos.fi>>)
 escribió:
If the startup script does not find Java automatically it might be easiest to 
open the file and edit it a bit. If you are on Windows do it here:

@echo off
rem 
-
rem Startup Script for GeoServer
rem 
-

cls
echo Welcome to GeoServer!
echo.
set error=0
SET JAVA_HOME=”path_to_your_java”
…

On Linux the syntax is (I hope)

export JAVA_HOME=path_to_your_java

Of course you must have Java on your machine.

-Jukka Rahkonen-

Lähettäjä: Richard Douglas Hodge Alavedra 
mailto:richard.ho...@utec.edu.pe>>
Lähetetty: keskiviikko 22. tammikuuta 2020 23.49
Vastaanottaja: Rahkonen Jukka (MML) 
mailto:jukka.rahko...@maanmittauslaitos.fi>>
Aihe: Re: [Geoserver-users] Install

Thanks for answering back. I found it but it says unsuccessful. Can you explain 
please what is the environment variable? How is the way to set the Jav

Re: [Geoserver-users] Install

2020-01-22 Thread Rahkonen Jukka (MML)
Please answer to the list as well, not just to me.

Open the startup.bat file with a text editor. Add
SET JAVA_HOME=”path_to_your_java”
Instead of “path_to_your_java” you must naturally write the path where your 
java is installed. Remember to save the file.
Good luck!

-Jukka Rahkonen-

Lähettäjä: Richard Douglas Hodge Alavedra 
Lähetetty: torstai 23. tammikuuta 2020 0.10
Vastaanottaja: Rahkonen Jukka (MML) 
Aihe: Re: [Geoserver-users] Install

Yes, I'm working on Windows, but were do I paste that? on CMD? Because I tried 
pasting it on CMD console and nothing happens, and after I tried the 
startup.bat and said Unsuccessful

.

El mié., 22 ene. 2020 a las 17:04, Rahkonen Jukka (MML) 
(mailto:jukka.rahko...@maanmittauslaitos.fi>>)
 escribió:
If the startup script does not find Java automatically it might be easiest to 
open the file and edit it a bit. If you are on Windows do it here:

@echo off
rem 
-
rem Startup Script for GeoServer
rem 
-

cls
echo Welcome to GeoServer!
echo.
set error=0
SET JAVA_HOME=”path_to_your_java”
…

On Linux the syntax is (I hope)

export JAVA_HOME=path_to_your_java

Of course you must have Java on your machine.

-Jukka Rahkonen-

Lähettäjä: Richard Douglas Hodge Alavedra 
mailto:richard.ho...@utec.edu.pe>>
Lähetetty: keskiviikko 22. tammikuuta 2020 23.49
Vastaanottaja: Rahkonen Jukka (MML) 
mailto:jukka.rahko...@maanmittauslaitos.fi>>
Aihe: Re: [Geoserver-users] Install

Thanks for answering back. I found it but it says unsuccessful. Can you explain 
please what is the environment variable? How is the way to set the Java Home 
and how does it work? Thanks for the help.

El mié., 22 ene. 2020 a las 15:49, Rahkonen Jukka (MML) 
(mailto:jukka.rahko...@maanmittauslaitos.fi>>)
 escribió:
Hi,

If you have used the bin-zip installation I suppose that you mean the 
“start.jar” that is in the main directory. Go to /bin directory instead and run 
startup.bat if you are on Windows or startup.sh if you are on Linux.

-Jukka Rahkonen-

Lähettäjä: Richard Douglas Hodge Alavedra 
mailto:richard.ho...@utec.edu.pe>>
Lähetetty: keskiviikko 22. tammikuuta 2020 21.16
Vastaanottaja: 
geoserver-users@lists.sourceforge.net<mailto:geoserver-users@lists.sourceforge.net>
Aihe: [Geoserver-users] Install

Hi, my name is Richard Hodge, I'm a mechanical engineer student and I'm 
currently trying to install the geoserver program but I'm having some trouble 
with the "start" java exe that doesn't work and also I do not understand the 
"enviromental variable". Hope I can get help from you.

Thanks!

Richard Hodge
Mechanical Engineer Student - UTEC

La información contenida en este e-mail y sus anexos es confidencial, 
privilegiada y está dirigida exclusivamente a su destinatario, en consecuencia, 
solo puede ser utilizada por aquel. Si usted no es el destinatario original, no 
deberá examinar, usar, copiar o distribuir este mensaje o la información que 
contiene. Si lo recibe por error, por favor reenvíelo a la persona que se lo 
envió y elimínelo. Cualquier retención o uso total o parcial no autorizada de 
este mensaje está estrictamente prohibida y sancionada por ley.

La información contenida en este e-mail y sus anexos es confidencial, 
privilegiada y está dirigida exclusivamente a su destinatario, en consecuencia, 
solo puede ser utilizada por aquel. Si usted no es el destinatario original, no 
deberá examinar, usar, copiar o distribuir este mensaje o la información que 
contiene. Si lo recibe por error, por favor reenvíelo a la persona que se lo 
envió y elimínelo. Cualquier retención o uso total o parcial no autorizada de 
este mensaje está estrictamente prohibida y sancionada por ley.

La información contenida en este e-mail y sus anexos es confidencial, 
privilegiada y está dirigida exclusivamente a su destinatario, en consecuencia, 
solo puede ser utilizada por aquel. Si usted no es el destinatario original, no 
deberá examinar, usar, copiar o distribuir este mensaje o la información que 
contiene. Si lo recibe por error, por favor reenvíelo a la persona que se lo 
envió y elimínelo. Cualquier retención o uso total o parcial no autorizada de 
este mensaje está estrictamente prohibida y sancionada por ley.
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sour

Re: [Geoserver-users] Install

2020-01-22 Thread Rahkonen Jukka (MML)
Hi,

If you have used the bin-zip installation I suppose that you mean the 
“start.jar” that is in the main directory. Go to /bin directory instead and run 
startup.bat if you are on Windows or startup.sh if you are on Linux.

-Jukka Rahkonen-

Lähettäjä: Richard Douglas Hodge Alavedra 
Lähetetty: keskiviikko 22. tammikuuta 2020 21.16
Vastaanottaja: geoserver-users@lists.sourceforge.net
Aihe: [Geoserver-users] Install

Hi, my name is Richard Hodge, I'm a mechanical engineer student and I'm 
currently trying to install the geoserver program but I'm having some trouble 
with the "start" java exe that doesn't work and also I do not understand the 
"enviromental variable". Hope I can get help from you.

Thanks!

Richard Hodge
Mechanical Engineer Student - UTEC

La información contenida en este e-mail y sus anexos es confidencial, 
privilegiada y está dirigida exclusivamente a su destinatario, en consecuencia, 
solo puede ser utilizada por aquel. Si usted no es el destinatario original, no 
deberá examinar, usar, copiar o distribuir este mensaje o la información que 
contiene. Si lo recibe por error, por favor reenvíelo a la persona que se lo 
envió y elimínelo. Cualquier retención o uso total o parcial no autorizada de 
este mensaje está estrictamente prohibida y sancionada por ley.
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] install geoserver on ubuntu 16.04

2016-11-22 Thread P O'Toole
>I am trying to install geoserver on ubuntu
> 16.04 .
>
>I have followed the documentation on
>
>https://funnymonkey.com/2011/installing-geoserver-on-ubuntu-1004
>
>When I run the command, I can see my Geoserver is started;
>serb@serb-MacBookPro:~/geoserver/etc$ sudo init.d/geoserver start
> * Starting GeoServer daemon geoserver
>
> [image: Inline images 1]
>
>
> The problem is testing the geoserver; I can not see it. Jetty is working
> on 8080;
> >From /home/serb/geoserver/etc/jetty.xml ;I change the port to 80 as well.
> Still, I can not see geoserver running and don't know how to test on my
> browser .
>
> Any help would be appreciated.
>
> Regards,
> Serb Ocal

Serb,

Most people on this list are going to be more familiar with running Geoserver 
using Tomcat, as Jetty is primarily included for testing as opposed to 
production, so you might try a tutorial that walks you through the setup under 
Tomcat.

Regardless, you should determine first whether Geoserver is crashing 
right-off-the-bat or not; the message you're getting about the daemon firing up 
doesn't mean much if it dies immediately after that, which may be what's 
happening. Running `ps aux | grep java` after trying to start Geoserver should 
give you this first piece of information.

- Patrick O'Toole

Application Developer
Wyoming Natural Diversity Database
UW Berry Biodiversity Conservation Center
Department 3381, 1000 E. University Av.
Laramie, WY 82071
P: 307-766-3018

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] install geoserver on ubuntu 16.04

2016-11-22 Thread Ben Caradoc-Davies
Serb,

What version of GeoServer did you install? The version mentioned on the 
blog is very old. Recent GeoServer has been upgraded to be compatible 
with the Jetty 9 we include in our bin.zip download, but the Jetty 8 you 
are using should work as the big Jetty changes happened in I think Jetty 7.

Do you see any errors in the jetty logs?

Your geoserver data directory is inside your home directory. Great care 
must be taken to grant the geoserver user access to this directory, and 
this can cause other permissions problems. I strongly recommend placing 
the GeoServer data directory in a system directory and setting the 
permissions as described in the blog post.

Kind regards,
Ben.


On 23/11/16 01:47, Serb Ocal wrote:
> Hello all,
>
> My name is Serb Ocal. I am Senior Software Developer.
>
> I am trying to install geoserver on ubuntu
>  16.04 .
>
> I have followed the documentation on
>
> https://funnymonkey.com/2011/installing-geoserver-on-ubuntu-1004
>
> When I run the command, I can see my Geoserver is started;
> serb@serb-MacBookPro:~/geoserver/etc$ sudo init.d/geoserver start
>  * Starting GeoServer daemon geoserver
>
> [image: Inline images 1]
>
>
> The problem is testing the geoserver; I can not see it. Jetty is working
> on 8080;
>>From /home/serb/geoserver/etc/jetty.xml ;I change the port to 80 as well.
> Still, I can not see geoserver running and don't know how to test on my
> browser .
>
> Any help would be appreciated.
>
> Regards,
> Serb Ocal
>
>
>
> --
>
>
>
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install GeoServer on Postgres

2015-06-01 Thread Simone Giannecchini
Ciao George,
I believe you can go back to the standard authentication provider based on
files.

A few links that might help with JDBC auth provider.
*http://docs.geoserver.org/latest/en/user/webadmin/security/auth.html
http://docs.geoserver.org/latest/en/user/webadmin/security/auth.html*

*http://geoserver.geo-solutions.it/edu/en/security/jdbc_authentication.html
http://geoserver.geo-solutions.it/edu/en/security/jdbc_authentication.html*


Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

On Mon, Jun 1, 2015 at 12:37 PM, Georges H georges.hi...@gmail.com wrote:

 Hi

 Thanks for your answer.

 Yes, I would have users in a table in Postgres. I have done with the
 Provider authentification, but since, I can not login in my Geoserver !
 And this has not created table in my DB.

 Sad...

 How can I do for re-connect me or cancel theses changes ?

 Thnak you

 2015-05-29 19:32 GMT+02:00 Simone Giannecchini 
 simone.giannecch...@geo-solutions.it:

 Dear George,
 can you please clarify your email?

 If you want to have users in tables this is possible using the JDBC
 authentication plugin.
 If you want to serve data from Postgis tables, that's supported by
 default as well:

 http://docs.geoserver.org/stable/en/user/gettingstarted/postgis-quickstart/index.html



 Regards,
 Simone Giannecchini
 ==
 GeoServer Professional Services from the experts!
 Visit http://goo.gl/it488V for more information.
 ==
 Ing. Simone Giannecchini
 @simogeo
 Founder/Director

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob:   +39  333 8128928

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---
 AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
 Le informazioni contenute in questo messaggio di posta elettronica e/o
 nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
 loro utilizzo è consentito esclusivamente al destinatario del messaggio,
 per le finalità indicate nel messaggio stesso. Qualora riceviate questo
 messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
 darcene notizia via e-mail e di procedere alla distruzione del messaggio
 stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
 divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
 utilizzarlo per finalità diverse, costituisce comportamento contrario ai
 principi dettati dal D.Lgs. 196/2003.

 The information in this message and/or attachments, is intended solely
 for the attention and use of the named addressee(s) and may be confidential
 or proprietary in nature or covered by the provisions of privacy act
 (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
 Code).Any use not in accord with its purpose, any disclosure, reproduction,
 copying, distribution, or either 

Re: [Geoserver-users] Install GeoServer on Postgres

2015-06-01 Thread Georges H
Thanks for links, but it is those I have used before my tests...

For now, I search to go back before my changes, but I can not. I can not
find the right file to modify... I think to re-install GS, no ?

2015-06-01 13:40 GMT+02:00 Simone Giannecchini 
simone.giannecch...@geo-solutions.it:

 Ciao George,
 I believe you can go back to the standard authentication provider based on
 files.

 A few links that might help with JDBC auth provider.
 *http://docs.geoserver.org/latest/en/user/webadmin/security/auth.html
 http://docs.geoserver.org/latest/en/user/webadmin/security/auth.html*

 *http://geoserver.geo-solutions.it/edu/en/security/jdbc_authentication.html
 http://geoserver.geo-solutions.it/edu/en/security/jdbc_authentication.html*


 Regards,
 Simone Giannecchini
 ==
 GeoServer Professional Services from the experts!
 Visit http://goo.gl/it488V for more information.
 ==
 Ing. Simone Giannecchini
 @simogeo
 Founder/Director

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob:   +39  333 8128928

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---
 AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
 Le informazioni contenute in questo messaggio di posta elettronica e/o
 nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
 loro utilizzo è consentito esclusivamente al destinatario del messaggio,
 per le finalità indicate nel messaggio stesso. Qualora riceviate questo
 messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
 darcene notizia via e-mail e di procedere alla distruzione del messaggio
 stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
 divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
 utilizzarlo per finalità diverse, costituisce comportamento contrario ai
 principi dettati dal D.Lgs. 196/2003.

 The information in this message and/or attachments, is intended solely for
 the attention and use of the named addressee(s) and may be confidential or
 proprietary in nature or covered by the provisions of privacy act
 (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
 Code).Any use not in accord with its purpose, any disclosure, reproduction,
 copying, distribution, or either dissemination, either whole or partial, is
 strictly forbidden except previous formal approval of the named
 addressee(s). If you are not the intended recipient, please contact
 immediately the sender by telephone, fax or e-mail and delete the
 information in this message that has been received in error. The sender
 does not give any warranty or accept liability as the content, accuracy or
 completeness of sent messages and accepts no responsibility  for changes
 made after they were sent or for other risks which arise as a result of
 e-mail transmission, viruses, etc.

 On Mon, Jun 1, 2015 at 12:37 PM, Georges H georges.hi...@gmail.com
 wrote:

 Hi

 Thanks for your answer.

 Yes, I would have users in a table in Postgres. I have done with the
 Provider authentification, but since, I can not login in my Geoserver !
 And this has not created table in my DB.

 Sad...

 How can I do for re-connect me or cancel theses changes ?

 Thnak you

 2015-05-29 19:32 GMT+02:00 Simone Giannecchini 
 simone.giannecch...@geo-solutions.it:

 Dear George,
 can you please clarify your email?

 If you want to have users in tables this is possible using the JDBC
 authentication plugin.
 If you want to serve data from Postgis tables, that's supported by
 default as well:

 http://docs.geoserver.org/stable/en/user/gettingstarted/postgis-quickstart/index.html



 Regards,
 Simone Giannecchini
 ==
 GeoServer Professional Services from the experts!
 Visit http://goo.gl/it488V for more information.
 ==
 Ing. Simone Giannecchini
 @simogeo
 Founder/Director

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob:   +39  333 8128928

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---
 AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
 Le informazioni contenute in questo messaggio di posta elettronica e/o
 nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
 loro utilizzo è consentito esclusivamente al destinatario del messaggio,
 per le finalità indicate nel messaggio stesso. Qualora riceviate questo
 messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
 darcene notizia via e-mail e di procedere alla distruzione del messaggio
 stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
 divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
 utilizzarlo per finalità diverse, costituisce comportamento contrario ai
 principi dettati dal D.Lgs. 196/2003.

 The information in this message and/or attachments, is intended 

Re: [Geoserver-users] Install GeoServer on Postgres

2015-06-01 Thread Georges H
Hi

Thanks for your answer.

Yes, I would have users in a table in Postgres. I have done with the
Provider authentification, but since, I can not login in my Geoserver !
And this has not created table in my DB.

Sad...

How can I do for re-connect me or cancel theses changes ?

Thnak you

2015-05-29 19:32 GMT+02:00 Simone Giannecchini 
simone.giannecch...@geo-solutions.it:

 Dear George,
 can you please clarify your email?

 If you want to have users in tables this is possible using the JDBC
 authentication plugin.
 If you want to serve data from Postgis tables, that's supported by default
 as well:

 http://docs.geoserver.org/stable/en/user/gettingstarted/postgis-quickstart/index.html



 Regards,
 Simone Giannecchini
 ==
 GeoServer Professional Services from the experts!
 Visit http://goo.gl/it488V for more information.
 ==
 Ing. Simone Giannecchini
 @simogeo
 Founder/Director

 GeoSolutions S.A.S.
 Via Poggio alle Viti 1187
 55054  Massarosa (LU)
 Italy
 phone: +39 0584 962313
 fax: +39 0584 1660272
 mob:   +39  333 8128928

 http://www.geo-solutions.it
 http://twitter.com/geosolutions_it

 ---
 AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
 Le informazioni contenute in questo messaggio di posta elettronica e/o
 nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
 loro utilizzo è consentito esclusivamente al destinatario del messaggio,
 per le finalità indicate nel messaggio stesso. Qualora riceviate questo
 messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
 darcene notizia via e-mail e di procedere alla distruzione del messaggio
 stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
 divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
 utilizzarlo per finalità diverse, costituisce comportamento contrario ai
 principi dettati dal D.Lgs. 196/2003.

 The information in this message and/or attachments, is intended solely for
 the attention and use of the named addressee(s) and may be confidential or
 proprietary in nature or covered by the provisions of privacy act
 (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
 Code).Any use not in accord with its purpose, any disclosure, reproduction,
 copying, distribution, or either dissemination, either whole or partial, is
 strictly forbidden except previous formal approval of the named
 addressee(s). If you are not the intended recipient, please contact
 immediately the sender by telephone, fax or e-mail and delete the
 information in this message that has been received in error. The sender
 does not give any warranty or accept liability as the content, accuracy or
 completeness of sent messages and accepts no responsibility  for changes
 made after they were sent or for other risks which arise as a result of
 e-mail transmission, viruses, etc.

 On Thu, May 28, 2015 at 12:51 PM, Georges H georges.hi...@gmail.com
 wrote:

 Hello everyone

 I would  DB, so I have set parameters.

 All is OK, GeoServer runs, but he have installed just 2 tables : tilepage
 and tileset

 Is it normal ?

 Is it possible to have a user table, and others tables...

 Thank you


 *Georges Hinot*
 *CNRS - DRIIHM - UMS BBEES (3468)*
 Musée d'Histoire Naturelle de Paris, Maison Buffon
 Géomaticien - Administrateur BDD - Intégrateur
 georges.hi...@gmail.com
 georges.hi...@mnhn.fr
 *Tél : 01 40 79 80 44*
 *Tél : 06 47 61 84 92*
 Le nouveau site DRIIHM-ROHM ! http://driihm.fr



 --

 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users





-- 
*Georges Hinot*
*CNRS - DRIIHM - UMS BBEES (3468)*
Musée d'Histoire Naturelle de Paris, Maison Buffon
Géomaticien - Administrateur BDD - Intégrateur
georges.hi...@gmail.com
georges.hi...@mnhn.fr
*Tél : 01 40 79 80 44*
*Tél : 06 47 61 84 92*
Le nouveau site DRIIHM-ROHM ! http://driihm.fr
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install GeoServer on Postgres

2015-05-29 Thread Simone Giannecchini
Dear George,
can you please clarify your email?

If you want to have users in tables this is possible using the JDBC
authentication plugin.
If you want to serve data from Postgis tables, that's supported by default
as well:
http://docs.geoserver.org/stable/en/user/gettingstarted/postgis-quickstart/index.html



Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

On Thu, May 28, 2015 at 12:51 PM, Georges H georges.hi...@gmail.com wrote:

 Hello everyone

 I would  DB, so I have set parameters.

 All is OK, GeoServer runs, but he have installed just 2 tables : tilepage
 and tileset

 Is it normal ?

 Is it possible to have a user table, and others tables...

 Thank you


 *Georges Hinot*
 *CNRS - DRIIHM - UMS BBEES (3468)*
 Musée d'Histoire Naturelle de Paris, Maison Buffon
 Géomaticien - Administrateur BDD - Intégrateur
 georges.hi...@gmail.com
 georges.hi...@mnhn.fr
 *Tél : 01 40 79 80 44*
 *Tél : 06 47 61 84 92*
 Le nouveau site DRIIHM-ROHM ! http://driihm.fr



 --

 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users


--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install Issue? Software Freezing

2013-10-28 Thread Tom Hoober
I am not 100% sure what it was.  Personally I believe it was 64 bit vs 32 bit 
JRE.  I rolled back to a pre-install snapshot and redid it with 32 bit and 
everything seems to be working.  I also ensured I locked my IP (I am working on 
a VM where it jumped around a little bit) and had the JRE installed before I 
started GeoServer installation.  Everything is smooth sailing now.

Thanks,
Tom Hoober

From: Jonathan Moules [mailto:jonathanmou...@warwickshire.gov.uk]
Sent: Friday, October 25, 2013 12:32 PM
To: Andrea Aime
Cc: Tom Hoober; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Install Issue? Software Freezing

Hi Tom,
If you look in the GeoServer.log file, it'll usually indicate what the problem 
is; anything with an ERROR likely to be causing a problem. WARNS are also 
something that may or may not be worth investigating (but many aren't).
You may want to increase your logging level too.

Jonathan


On 24 October 2013 09:34, Andrea Aime 
andrea.a...@geo-solutions.itmailto:andrea.a...@geo-solutions.it wrote:
On Wed, Oct 23, 2013 at 7:55 PM, Tom Hoober 
thoo...@gcs-research.commailto:thoo...@gcs-research.com wrote:
I am very new to using GeoServer and I am experiencing troubles with doing 
simple tasks like creating a new Store.  To be exact, I am getting a spinning 
wheel when I attempt to do a lot of things.  I can see and use the example 
services that come with the basic install and I can create new Workspaces; 
however, I cannot delete any Workspaces or create a new Store.

I am on Windows Server 2012 with JRE 7 installed and I am currently the 
Administrator for both the server and the GeoServer.  Thanks in advance for any 
help.

Cannot be sure, but maybe you don't have write permissions in the location 
containing the geoserver data directory.
When I say you, I really mean the user running the GeoServer, which can be 
different if you are starting it as a service

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 962313tel:%2B39%200584%20962313
fax: +39 0584 1660272tel:%2B39%200584%201660272
mob: +39  339 8844549tel:%2B39%20%C2%A0339%208844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.netmailto:Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


This transmission is intended for the named addressee(s) only and may contain 
sensitive or protectively marked material up to RESTRICTED and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this transmission in error please notify the 
sender immediately. All email traffic sent to or from us, including without 
limitation all GCSX traffic, may be subject to recording and/or monitoring in 
accordance with relevant legislation.
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install Issue? Software Freezing

2013-10-25 Thread Jonathan Moules
Hi Tom,
If you look in the GeoServer.log file, it'll usually indicate what the
problem is; anything with an ERROR likely to be causing a problem. WARNS
are also something that may or may not be worth investigating (but many
aren't).
You may want to increase your logging level too.

Jonathan



On 24 October 2013 09:34, Andrea Aime andrea.a...@geo-solutions.it wrote:

 On Wed, Oct 23, 2013 at 7:55 PM, Tom Hoober thoo...@gcs-research.comwrote:

  I am very new to using GeoServer and I am experiencing troubles with
 doing simple tasks like creating a new Store.  To be exact, I am getting a
 spinning wheel when I attempt to do a lot of things.  I can see and use the
 example services that come with the basic install and I can create new
 Workspaces; however, I cannot delete any Workspaces or create a new Store.
 

 ** **

 I am on Windows Server 2012 with JRE 7 installed and I am currently the
 Administrator for both the server and the GeoServer.  Thanks in advance for
 any help.


 Cannot be sure, but maybe you don't have write permissions in the location
 containing the geoserver data directory.
 When I say you, I really mean the user running the GeoServer, which can be
 different if you are starting it as a service

 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

 ---


 --
 October Webinars: Code for Performance
 Free Intel webinars can help you accelerate application performance.
 Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
 from
 the latest Intel processors and coprocessors. See abstracts and register 
 http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users



-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use it, or 
disclose it to anyone else. If you have received this transmission in error 
please notify the sender immediately. All email traffic sent to or from us, 
including without limitation all GCSX traffic, may be subject to recording 
and/or monitoring in accordance with relevant legislation.
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install Issue? Software Freezing

2013-10-24 Thread Andrea Aime
On Wed, Oct 23, 2013 at 7:55 PM, Tom Hoober thoo...@gcs-research.comwrote:

  I am very new to using GeoServer and I am experiencing troubles with
 doing simple tasks like creating a new Store.  To be exact, I am getting a
 spinning wheel when I attempt to do a lot of things.  I can see and use the
 example services that come with the basic install and I can create new
 Workspaces; however, I cannot delete any Workspaces or create a new Store.
 

 ** **

 I am on Windows Server 2012 with JRE 7 installed and I am currently the
 Administrator for both the server and the GeoServer.  Thanks in advance for
 any help.


Cannot be sure, but maybe you don't have write permissions in the location
containing the geoserver data directory.
When I say you, I really mean the user running the GeoServer, which can be
different if you are starting it as a service

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

---
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] install control flow module on 2.1.3

2012-10-10 Thread Andrea Aime
On Wed, Oct 10, 2012 at 3:52 PM, Xiaoming Qin qinxm2...@yahoo.com wrote:

 Hi list,

 I tried to install the control flow module on GeoServer 2.1.3 (win 7
 machine) with the following steps:
 1. download the control-flow-2.1.3.jar and put it in
 /webapps/geoserver/WEB-INF/lib
 2. create the controlflow.properties file (use the example settings from
 documentation) and put it in the data_dir directory

 After restart the GeoServer I don't see anything in the log and there's no
 UI to verify the module is installed correctly. I also set ows.global=-1
 in the property file and no exception is thrown in the log.

 I wonder how to verify the module is installed correctly, and if yes, how
 can you tell it works properly?


There are unfortunately no logs in the 2.1.x series, some were added to the
2.2.x series

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

---
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] install control flow module on 2.1.3

2012-10-10 Thread Xiaoming Qin
thanks Andrea.
So there's no way to tell whether  the control-flow module works as expected on 
version 2.1.3?

--- On Wed, 10/10/12, Andrea Aime andrea.a...@geo-solutions.it wrote:

From: Andrea Aime andrea.a...@geo-solutions.it
Subject: Re: [Geoserver-users] install control flow module on 2.1.3
To: Xiaoming Qin qinxm2...@yahoo.com
Cc: geoserver-users@lists.sourceforge.net
Date: Wednesday, October 10, 2012, 11:40 AM

On Wed, Oct 10, 2012 at 3:52 PM, Xiaoming Qin qinxm2...@yahoo.com wrote:

Hi list,
I tried to install the control flow module on GeoServer 2.1.3 (win 7 machine) 
with the following steps:
1. download the control-flow-2.1.3.jar and put it in 
/webapps/geoserver/WEB-INF/lib2. create the controlflow.properties file (use 
the example settings from documentation) and put it in the data_dir directory

After restart the GeoServer I don't see anything in the log and there's no UI 
to verify the module is installed correctly. I also set ows.global=-1 in the 
property file and no exception is thrown in the log.

I wonder how to verify the module is installed correctly, and if yes, how can 
you tell it works properly?

There are unfortunately no logs in the 2.1.x series, some were added to the 
2.2.x series

CheersAndrea -- 
==Our support, Your Success! Visit http://opensdi.geo-solutions.it for more 
information.
==
Ing. Andrea Aime @geowolfTechnical Lead
GeoSolutions S.A.S.Via Poggio alle Viti 118755054  Massarosa (LU)Italy
phone: +39 0584 962313fax: +39 0584 1660272mob: +39  339 8844549
http://www.geo-solutions.ithttp://twitter.com/geosolutions_it

---

--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] install control flow module on 2.1.3

2012-10-10 Thread Andrea Aime
On Wed, Oct 10, 2012 at 5:56 PM, Xiaoming Qin qinxm2...@yahoo.com wrote:

 thanks Andrea.

 So there's no way to tell whether  the control-flow module works as
 expected on version 2.1.3?


Nothing easy. Maybe you can put the limit to 1 and hit the server with many
parallel requests,
and look at the logs, see if it's trying to execute just one at a time or
multiple ones.

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

---
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] install control flow module on 2.1.3

2012-10-10 Thread Juan Marín Otero
Xiaoming,

The easiest way I found is to put a very low limit like Andrea suggested
and flood GeoServer with many parallel requests, while maintaining the
default memory settings (so, low heap). If it's not working you will crash
GS pretty quickly. If it's set up correctly, you will see GS throttle the
requests. VisualVM is helpful here to track memory consumption, it will
grow very fast if control flow is not kicking in.



On Wed, Oct 10, 2012 at 12:06 PM, Andrea Aime
andrea.a...@geo-solutions.itwrote:

 On Wed, Oct 10, 2012 at 5:56 PM, Xiaoming Qin qinxm2...@yahoo.com wrote:

 thanks Andrea.

 So there's no way to tell whether  the control-flow module works as
 expected on version 2.1.3?


 Nothing easy. Maybe you can put the limit to 1 and hit the server with
 many parallel requests,
 and look at the logs, see if it's trying to execute just one at a time or
 multiple ones.

 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

 ---



 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users




-- 
Juan Marín Otero
GIS Consultant

---Visita mi blog en-
http://guachintoneando.blogspot.com
---
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] install control flow module on 2.1.3

2012-10-10 Thread Xiaoming Qin
thanks Juan and Andrea. We'll give it a try and report back here.xiaoming

--- On Wed, 10/10/12, Juan Marín Otero juan.marin.ot...@gmail.com wrote:

From: Juan Marín Otero juan.marin.ot...@gmail.com
Subject: Re: [Geoserver-users] install control flow module on 2.1.3
To: Andrea Aime andrea.a...@geo-solutions.it
Cc: Xiaoming Qin qinxm2...@yahoo.com, geoserver-users@lists.sourceforge.net
Date: Wednesday, October 10, 2012, 12:18 PM

Xiaoming,
The easiest way I found is to put a very low limit like Andrea suggested and 
flood GeoServer with many parallel requests, while maintaining the default 
memory settings (so, low heap). If it's not working you will crash GS pretty 
quickly. If it's set up correctly, you will see GS throttle the requests. 
VisualVM is helpful here to track memory consumption, it will grow very fast if 
control flow is not kicking in. 



On Wed, Oct 10, 2012 at 12:06 PM, Andrea Aime andrea.a...@geo-solutions.it 
wrote:

On Wed, Oct 10, 2012 at 5:56 PM, Xiaoming Qin qinxm2...@yahoo.com wrote:


thanks Andrea.
So there's no way to tell whether  the control-flow module works as expected on 
version 2.1.3?



Nothing easy. Maybe you can put the limit to 1 and hit the server with many 
parallel requests,and look at the logs, see if it's trying to execute just one 
at a time or multiple ones.


CheersAndrea
-- 
==Our support, Your Success! Visit http://opensdi.geo-solutions.it for more 
information.

==
Ing. Andrea Aime @geowolfTechnical Lead
GeoSolutions S.A.S.Via Poggio alle Viti 118755054  Massarosa (LU)Italy

phone: +39 0584 962313fax: +39 0584 1660272
mob: +39  339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---


--

Don't let slow site performance ruin your business. Deploy New Relic APM

Deploy New Relic app performance management and know exactly

what is happening inside your Ruby, Python, PHP, Java, and .NET app

Try New Relic at no cost today and get our sweet Data Nerd shirt too!

http://p.sf.net/sfu/newrelic-dev2dev
___

Geoserver-users mailing list

Geoserver-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/geoserver-users





-- 
Juan Marín Otero
GIS Consultant

---Visita mi blog en-
http://guachintoneando.blogspot.com

---


--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install Image Pyramid

2012-06-26 Thread johnrobot
Yes, I did. For some reason, it installs as expected on Win 7 64 bit, but not
on Win Vista 64 bit.

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Install-Image-Pyramid-tp4980146p4983811.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install Image Pyramid

2012-06-17 Thread Simone Giannecchini
Stupid question,
did you unzip and then dropped the jars into the web-inf/lib?

Regards,
Simone Giannecchini
---
Ing. Simone Giannecchini
GeoSolutions S.A.S.
Founder

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/simonegiannecchini
http://twitter.com/simogeo

---


On Sat, Jun 9, 2012 at 1:39 PM, johnrobot johnro...@gmail.com wrote:
 Hi
 I am trying to install the Image Pyramid extension for GeoServer 2.1.4 on
 Win Vista 64 bit. I found installation instructions at

 http://docs.geoserver.org/stable/en/user/data/imagepyramid.html

 I have downloaded the latest version (geoserver-2.1.4-pyramid-plugin.zip)
 and added to

 C:\Program Files (x86)\GIS\GeoServer\webapps\geoserver\WEB-INF\lib

 I have restarted GeoServer, but I am still not able to see the ImagePyramid
 under Stores-Add new store-Raster data sources.

 What am I missing?

 Magnus

 --
 View this message in context: 
 http://osgeo-org.1560.n6.nabble.com/Install-Image-Pyramid-tp4980146.html
 Sent from the GeoServer - User mailing list archive at Nabble.com.

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install Geoserver

2012-05-25 Thread Imran Rajjad
Hi,

http://docs.geoserver.org/stable/en/user/gettingstarted/postgis-quickstart/index.html


follow the above link


regards,
Imran

On Fri, May 25, 2012 at 8:52 PM, Smaran Harihar smaran.hari...@gmail.comwrote:

 Hi,

 Is there a wiki to provide step wise installing process of Geoerver? I
 will be installing Postgres with PostGIS extension using the following
 wiki http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS20Ubuntu1204.
 So I need to install Geoserver and then connect to this Postgres.

 The reason I am separately installing Postgres is because I am not able to
 access the PostGIS 2.4 extension. If I can Install both together, I would
 appreciate if you could provide that link.

 --
 Thanks  Regards
 Smaran Harihar



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users




-- 
I.R
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install Geoserver

2012-05-25 Thread Smaran Harihar
No Imran, I do not wish to add a PostGIS table. I am installing the
complete Geoserver Open Suite again but last time I installed Open GeoSuite
I had issues with the PostGres PostGIS extension. So i will now be
installing the complete Postgres with PostGIS using the following
wikihttp://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS20Ubuntu1204
on
Ubuntu 12.04.

So this what I need,

1. Wiki which documents the installation process of OpenGeo Suite with
Postgres having PostGIS 2.4 extension for Ubuntu 12.04.
2. If there is no wiki for (1) then wiki which documents installation
process without Postgres and how can I separetly add the installed Postgres
with PostGIS 2.4 extension to Geoserver on Ubuntu 12.04

On Fri, May 25, 2012 at 9:12 AM, Imran Rajjad raj...@gmail.com wrote:

 Hi,


 http://docs.geoserver.org/stable/en/user/gettingstarted/postgis-quickstart/index.html


 follow the above link


 regards,
 Imran

 On Fri, May 25, 2012 at 8:52 PM, Smaran Harihar 
 smaran.hari...@gmail.comwrote:

 Hi,

 Is there a wiki to provide step wise installing process of Geoerver? I
 will be installing Postgres with PostGIS extension using the following
 wiki http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS20Ubuntu1204.
 So I need to install Geoserver and then connect to this Postgres.

 The reason I am separately installing Postgres is because I am not able
 to access the PostGIS 2.4 extension. If I can Install both together, I
 would appreciate if you could provide that link.

 --
 Thanks  Regards
 Smaran Harihar



 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users




 --
 I.R




-- 
Thanks  Regards
Smaran Harihar
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install Geoserver

2012-05-25 Thread Andrea Aime
On Fri, May 25, 2012 at 7:00 PM, Smaran Harihar smaran.hari...@gmail.comwrote:

 Just one more question,

 3. Is it better to install the complete opengeo suite or should I install
 the geoserver, Postgres with PostGIS 2.4 extension separately?


This mailing list is just about GeoServer, not the OpenGeo suite nor
postgis installation.
I believe you're more likely to get an answer if you ask on the OpenGeo
suite own support forum

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 339 8844549

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
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install stops at GeoServer Setup Java RuntimeEnvironment This path does not contain a valid JRE

2011-05-02 Thread Rahkonen Jukka
Hi,

Odd, Geoserver has been extra easy to install for me. Java default installation 
path is c:\Program Files\Java\ but you have for sure double checked that you 
have installed it into c:\Program\Java, haven't you?

-Jukka Rahkonen-


-Alkuperäinen viesti-
Lähettäjä: Anders Söderman [mailto:anders.soder...@gisassistans.se]
Lähetetty: ma 2.5.2011 17:14
Vastaanottaja: geoserver-users@lists.sourceforge.net
Aihe: [Geoserver-users] Install stops at GeoServer Setup Java 
RuntimeEnvironment This path does not contain a valid JRE
 
Hello - I´ve tried to install RC5, Beta3 and now GeoServer 2.0.3. 



Everytime the installation stops at 
GeoServer Setup 
Java Runtime Environment 
This path does not contain a valid JRE

(Nextbutton is grey)

 

I´m running Windows XP sp3 and used http://geoserver.org/display/GEOS/Stable
. 
I changed JAVA_HOME from C:\Program\Java\jdk1.6.0_17\bin to
C:\Program\Java\jre6\bin. Both has java.exe! 

I downloaded a new java.exe = File version 6.0.250.6 - Java(TM) Platform SE
binary Copyright © 2011 - Full version: 1.6.0_25-b06.

And I tried and tried and . 

 

Still I´m stuck. Any ideas out there? Regards Anders Söderman Stockholm
Sweden.

 



--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install stops at GeoServer Setup Java Runtime Environment This path does not contain a valid JRE

2011-05-02 Thread Mike Pumphrey
As I understand it, the JAVA_HOME variable doesn't include the \bin, despite 
the java.exe file being located there.  So, for example, my JAVA_HOME is:

   C:\Program Files\java\jre1.6.0_07

so that's the path I use in that dialog, even though my java.exe is here:

   C:\Program Files\java\jre1.6.0_07\bin\java.exe

Hope this helps.


Thanks,
Mike Pumphrey
OpenGeo - http://opengeo.org


On 5/2/2011 7:14 AM, Anders Söderman wrote:
 Hello – I´ve tried to install RC5, Beta3 and now GeoServer 2.0.3.



 Everytime the installation stops at
 GeoServer Setup
 Java Runtime Environment
 This path does not contain a valid JRE

 (“Next”   button is grey)



 I´m running Windows XP sp3 and used http://geoserver.org/display/GEOS/Stable
 .
 I changed JAVA_HOME from C:\Program\Java\jdk1.6.0_17\bin to
 C:\Program\Java\jre6\bin. Both has java.exe!

 I downloaded a new java.exe =  File version 6.0.250.6 - Java(TM) Platform SE
 binary Copyright © 2011 - Full version: 1.6.0_25-b06.

 And I tried and tried and …



 Still I´m stuck. Any ideas out there? Regards Anders Söderman Stockholm
 Sweden.







 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd



 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install stops at GeoServer Setup Java RuntimeEnvironment This path does not contain a valid JRE

2011-05-02 Thread Anders Söderman
Hi,

Odd, Geoserver has been extra easy to install for me. Java default
installation path is c:\Program Files\Java\ but you have for sure double
checked that you have installed it into c:\Program\Java, haven't you?

-Jukka Rahkonen-

 

Hi, to be honest – I don´t remember “Java” asking me “where to go” but all
(jdk1.6.0_17, jre1.5.0_06, jre1.6.0_07 and jre6) my Java folders with the
java.exe shows up in c:\Program\Java\ . 
Installing GeoServer has always been a peace of cake, but I have had some
other problems and decided to start from scratch. 
Right now I have only the OpenGeo GeoServer 2.1-SNAPSHOT running but Gaia
and QGIS can´t even read the GetCapabilities from GeoServer and of course no
maps is shown in the map window, but Layer Preview works fine!?  
I don´t know if installing the stable 2.0.3 will help, but I have to try
something :-) . Regards Anders Söderman 

 

 

-Original Message-
From: Rahkonen Jukka [mailto:jukka.rahko...@mmmtike.fi] 
Sent: den 2 maj 2011 19:06
To: Anders Söderman; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Install stops at GeoServer Setup Java
RuntimeEnvironment This path does not contain a valid JRE

 

Hi,

 

Odd, Geoserver has been extra easy to install for me. Java default
installation path is c:\Program Files\Java\ but you have for sure double
checked that you have installed it into c:\Program\Java, haven't you?

 

-Jukka Rahkonen-

 

 

-Alkuperäinen viesti-

Lähettäjä: Anders Söderman [mailto:anders.soder...@gisassistans.se]

Lähetetty: ma 2.5.2011 17:14

Vastaanottaja: geoserver-users@lists.sourceforge.net

Aihe: [Geoserver-users] Install stops at GeoServer Setup Java
RuntimeEnvironment This path does not contain a valid JRE

 

Hello - I´ve tried to install RC5, Beta3 and now GeoServer 2.0.3. 

 

 

 

Everytime the installation stops at 

GeoServer Setup 

Java Runtime Environment 

This path does not contain a valid JRE

 

(Nextbutton is grey)

 

 

 

I´m running Windows XP sp3 and used http://geoserver.org/display/GEOS/Stable

. 

I changed JAVA_HOME from C:\Program\Java\jdk1.6.0_17\bin to

C:\Program\Java\jre6\bin. Both has java.exe! 

 

I downloaded a new java.exe = File version 6.0.250.6 - Java(TM) Platform SE

binary Copyright © 2011 - Full version: 1.6.0_25-b06.

 

And I tried and tried and . 

 

 

 

Still I´m stuck. Any ideas out there? Regards Anders Söderman Stockholm

Sweden.

 

 

 

 

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install geoserver in English, not native (French)

2011-01-20 Thread christian . mueller
ASFAIK the language depends on the language settings in your browser.   
I assume your browser sets some http header attributes which indicate  
a French client to geoserver.

I am using firefox, there are some add ons for switching the language  
settings.

Cheers
Christian

Quoting TimoB timothee.bec...@gmail.com:


 Hi Geoserver people of the world !
 I am new to Geoserver and happy to join this community.
 I have just downloaded geoserver.war and deployed it into my Tomcat.
 To my regret, the management interface (http://localhost:8080/geoserver/web)
 is in French. Yeah, it's a French computer.
 What can I do to change the language? Install again ? differently?
 Regards,
 Tim
 --
 View this message in context:   
 http://old.nabble.com/Install-geoserver-in-English%2C-not-native-%28French%29-tp30717320p30717320.html
 Sent from the GeoServer - User mailing list archive at Nabble.com.


 --
 Protect Your Site and Customers from Malware Attacks
 Learn about various malware tactics and how to avoid them. Understand
 malware threats, the impact they can have on your business, and how you
 can protect your company and customers by using code signing.
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users





This message was sent using IMP, the Internet Messaging Program.



--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install geoserver in English, not native (French)

2011-01-20 Thread TimoB

Yes, thanks, I reinstalled Firefox in English...


mcr wrote:
 
 ASFAIK the language depends on the language settings in your browser.   
 I assume your browser sets some http header attributes which indicate  
 a French client to geoserver.
 
 I am using firefox, there are some add ons for switching the language  
 settings.
 
 Cheers
 Christian
 
 Quoting TimoB timothee.bec...@gmail.com:
 

 Hi Geoserver people of the world !
 I am new to Geoserver and happy to join this community.
 I have just downloaded geoserver.war and deployed it into my Tomcat.
 To my regret, the management interface
 (http://localhost:8080/geoserver/web)
 is in French. Yeah, it's a French computer.
 What can I do to change the language? Install again ? differently?
 Regards,
 Tim
 --
 View this message in context:   
 http://old.nabble.com/Install-geoserver-in-English%2C-not-native-%28French%29-tp30717320p30717320.html
 Sent from the GeoServer - User mailing list archive at Nabble.com.


 --
 Protect Your Site and Customers from Malware Attacks
 Learn about various malware tactics and how to avoid them. Understand
 malware threats, the impact they can have on your business, and how you
 can protect your company and customers by using code signing.
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users

 
 
 
 
 This message was sent using IMP, the Internet Messaging Program.
 
 
 
 --
 Protect Your Site and Customers from Malware Attacks
 Learn about various malware tactics and how to avoid them. Understand 
 malware threats, the impact they can have on your business, and how you 
 can protect your company and customers by using code signing.
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 Geoserver-users mailing list
 Geoserver-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geoserver-users
 
 

-- 
View this message in context: 
http://old.nabble.com/Install-geoserver-in-English%2C-not-native-%28French%29-tp30717320p30718810.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users