[Geoserver-users] Tomcat and geoserver

Hi list

I am trying install a geoserver 14.13 ltr in tomcat 9, but i have a problem, when i deployed geoserver.war file raise errors. Also i tryed using geosever version 15 and ocurred the same problem. Other combination was tomcat 8 and geoserver version 15 ( and version 14), the error continues.
Which is the correct combination of thats software?
I need install the version latest in a secure production environment.

Thanks in advanced

Best regards

Pablo

Without knowing what the errors were people on this forum will not be able to offer much help.

But having said that, I have recently deployed Geoserver 2.15.2 into Tomcat 8.5.4 with no issues

···

Hi list

I am trying install a geoserver 14.13 ltr in tomcat 9, but i have a problem, when i deployed geoserver.war file raise errors. Also i tryed using geosever version 15 and ocurred the same problem. Other combination was tomcat 8 and geoserver version 15 ( and version 14), the error continues.

Which is the correct combination of thats software?

I need install the version latest in a secure production environment.

Thanks in advanced

Best regards

Pablo

Hi Pablo,

If I am not wrong, GeoServer still compatible only with tomcat8. Have you tried to copy your war file to webapps directory instead of making the deployment?

Kind regards

Julierme

On Sun, Jul 21, 2019 at 7:41 PM Humphries, Graham (StateGrowth) <Graham.Humphries@anonymised.com> wrote:

Without knowing what the errors were people on this forum will not be able to offer much help.

But having said that, I have recently deployed Geoserver 2.15.2 into Tomcat 8.5.4 with no issues

From: Pablo J. Zader [mailto:pzader@anonymised.com]
Sent: Sunday, 21 July 2019 11:00 AM
To: geoserver-users <geoserver-users@lists.sourceforge.net>
Subject: [Geoserver-users] Tomcat and geoserver

Hi list

I am trying install a geoserver 14.13 ltr in tomcat 9, but i have a problem, when i deployed geoserver.war file raise errors. Also i tryed using geosever version 15 and ocurred the same problem. Other combination was tomcat 8 and geoserver version 15 ( and version 14), the error continues.

Which is the correct combination of thats software?

I need install the version latest in a secure production environment.

Thanks in advanced

Best regards

Pablo


CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by legal professional privilege, and is intended only for the person or persons to whom it is addressed. If you are not such a person, you are warned that any disclosure, copying or dissemination of the information is unauthorised. If you have received the transmission in error, please immediately contact this office by telephone, fax or email, to inform us of the error and to enable arrangements to be made for the destruction of the transmission, or its return at our cost. No liability is accepted for any unauthorised use of the information contained in this transmission.


Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:

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

Hi Julierme

I tryed copy my war file to wepapps but the continues error.

What you mention is correct My intention is to launch the doubt on the list and know the experience of others to find the solution, which is to know reliably that the combination of tomcat and geoserver are the most updated and compatible. I’ll do my tests and then tell them how it was.


kind regards

Pablo

···

Pablo J. Zader
Lic. en Cs. de la Computación + MSc. en Aplicaciones Espaciales de Alerta y Respuesta Temprana a Emergencias
pablo.zader@anonymised.com

Universidad Nacional de Córdoba
Av. Valpáraíso s/n Ciudad Universitaria

skypelinkedIn

"Los Grandes Hombres hablan sobre ideas… Los Hombres Promedio hablan sobre cosas… Los Hombres Pequeños hablan… de otros Hombres.

del libro Matemática estas ahí? A. Paenza "

Hi Pablo,

which version of Java are you using? GeoServer 2.14 is not compatible with Java > 8.

/julian

···

Pablo J. Zader
Lic. en Cs. de la Computación + MSc. en Aplicaciones Espaciales de Alerta y Respuesta Temprana a Emergencias
pablo.zader@…84…

Universidad Nacional de Córdoba
Av. Valpáraíso s/n Ciudad Universitaria

skypelinkedIn

"Los Grandes Hombres hablan sobre ideas… Los Hombres Promedio hablan sobre cosas… Los Hombres Pequeños hablan… de otros Hombres.

del libro Matemática estas ahí? A. Paenza "

I very recently (last week) installed geoserver-2.15.0-war on apache-tomcat-9.0.22, openjdk version “1.8.0_191”, no issues.
Did you set Tomcat up correctly? Opened port, made user, changed permissions, allowed execution?
If Tomcat is running it should be easy.

----GeoServer---------------
----As Root:
systemctl stop tomcat
cd /home/me/
wget http://sourceforge.net/projects/geoserver/files/GeoServer/2.15.0/geoserver-2.15.0-war.zip
unzip geoserver-2.15.0-war.zip
cd /opt/tomcat/webapps

----If you already deployed GeoServer remove it.
rm geoserver.war
rm -rf geoserver
mv /home/me/geoserver.war /opt/tomcat/webapps/.
chown tomcat:tomcat /opt/tomcat/webapps/geoserver.war
chmod +x /opt/tomcat/webapps/geoserver.war
systemctl restart tomcat

Vera

On Mon, Jul 22, 2019 at 12:25 PM Pablo J. Zader <pzader@anonymised.com> wrote:

Hi Julierme

I tryed copy my war file to wepapps but the continues error.

What you mention is correct My intention is to launch the doubt on the list and know the experience of others to find the solution, which is to know reliably that the combination of tomcat and geoserver are the most updated and compatible. I’ll do my tests and then tell them how it was.


kind regards

Pablo

El lun., 22 jul. 2019 a las 13:54, 1520 gis (<juliermeopensourcedeveloper@anonymised.com…>) escribió:

Hi Pablo,

If I am not wrong, GeoServer still compatible only with tomcat8. Have you tried to copy your war file to webapps directory instead of making the deployment?

Kind regards

Julierme

On Sun, Jul 21, 2019 at 7:41 PM Humphries, Graham (StateGrowth) <Graham.Humphries@anonymised.com> wrote:

Without knowing what the errors were people on this forum will not be able to offer much help.

But having said that, I have recently deployed Geoserver 2.15.2 into Tomcat 8.5.4 with no issues

From: Pablo J. Zader [mailto:pzader@anonymised.com]
Sent: Sunday, 21 July 2019 11:00 AM
To: geoserver-users <geoserver-users@lists.sourceforge.net>
Subject: [Geoserver-users] Tomcat and geoserver

Hi list

I am trying install a geoserver 14.13 ltr in tomcat 9, but i have a problem, when i deployed geoserver.war file raise errors. Also i tryed using geosever version 15 and ocurred the same problem. Other combination was tomcat 8 and geoserver version 15 ( and version 14), the error continues.

Which is the correct combination of thats software?

I need install the version latest in a secure production environment.

Thanks in advanced

Best regards

Pablo


CONFIDENTIALITY NOTICE AND DISCLAIMER
The information in this transmission may be confidential and/or protected by legal professional privilege, and is intended only for the person or persons to whom it is addressed. If you are not such a person, you are warned that any disclosure, copying or dissemination of the information is unauthorised. If you have received the transmission in error, please immediately contact this office by telephone, fax or email, to inform us of the error and to enable arrangements to be made for the destruction of the transmission, or its return at our cost. No liability is accepted for any unauthorised use of the information contained in this transmission.


Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:

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

Pablo J. Zader
Lic. en Cs. de la Computación + MSc. en Aplicaciones Espaciales de Alerta y Respuesta Temprana a Emergencias
pablo.zader@anonymised.com

Universidad Nacional de Córdoba
Av. Valpáraíso s/n Ciudad Universitaria

skypelinkedIn

"Los Grandes Hombres hablan sobre ideas… Los Hombres Promedio hablan sobre cosas… Los Hombres Pequeños hablan… de otros Hombres.

del libro Matemática estas ahí? A. Paenza "


Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:

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

The only productive way to continue this conversation is to post the errors.
Notice: This email and any attachments are confidential and may not be used, published or redistributed without the prior written consent of the Institute of Geological and Nuclear Sciences Limited (GNS Science). If received in error please destroy and immediately notify GNS Science. Do not copy or disclose the contents.