Questions tagged [tomcat]
An open source web server and servlet container developed by the Apache Software Foundation
176 questions
1
vote
1
answer
88
views
CORS not working on Tomcat for GeoServer despite following official guide
I’m developing a real-time GIS web app. On my Windows dev machine, I used the GeoServer Jetty binary install and enabled CORS via the official guide. This worked without any CORS issues.
On my Ubuntu ...
0
votes
1
answer
51
views
How to deploy Docker-GeoServer in Linux environment, Tomcat issue
I am trying to deploy a GeoServer instance using docker. I have managed to run the docker instance in my local machine running Windows. However, when I tried to deploy it using remote machine running ...
0
votes
0
answers
54
views
Migrating GeoServer from Tomcat 9 to a higher version of Tomcat
I have GeoServer 2.26.2 running in a Docker Container in the AWS cloud. I'm using 9.0.91-jdk17-temurin-focal. Over the time, the number of critical security errors has increased for Tomcat 9. It ...
0
votes
1
answer
75
views
Does Tomcat user have to actually own the GeoTIFF files in order to create an image mosaic with it in GeoServer?
We have a server that has our GeoServer data directory on it, but also an NFS mounted to the server to hold large directories of GeoTIFFs for making image mosaics. We are having difficulty making ...
1
vote
1
answer
273
views
GeoServer Tomcat 302 redirect loop or 500 error after attempted upgrade
I'm upgrading a dev instance of Geoserver 2.22.2 to 2.25.2 which is running under Tomcat 9. I can only reach the instance via HTTP.
If I leave the default <session-config> in place in my webapp'...
0
votes
1
answer
97
views
Geoserver not allowed to edit gpkg
I have set up Geoserver in Tomcat on a Ubuntu Server.
All the geodata is stored in a specific folder: /tomcat9/webapps/geoserver/data/GIS_data
The problem is geoserver does not seem to have rights to ...
0
votes
0
answers
73
views
Can't launch GeoServer on my Mac
Starting my career as a GIS dev, I'm dealing with problems on GeoServer. I have jdk version 1.8.0_402 installed on my MacBook. I'm using Tomcat 10.0.8, the last version launched which supports JDK ...
0
votes
1
answer
78
views
Geoserver OAuth2 Community Extension - Java Runtime Error, possibly CORS?
I am trying to enable to OAuth2 community extension in Geoserver 2.24.2
I am running it on a Google Cloud Compute Engine VM as a .war on Tomcat9 proxying through NGINX (where I deal with SSL).
I get ...
0
votes
1
answer
59
views
Failure to install Tomcat using Esri provided Chef scripts
A chef (cinc) script has been used to configure our ArcGIS Enterprise deployment for some time, as we spin up new machines. No configuration changes have been made, however it now fails on the step to ...
-1
votes
1
answer
294
views
How to implement SSL/HTTPS for Tomcat/GeoServer on AWS EC2 instance (Ubuntu)?
I installed GeoServer 2.18 on my AWS EX2 instance, by Tomcat. Now how do I implement SSL certificate/https on Tomcat, so the WMS/WFS reuqests become secure? or change some setting in GeoServer?
-1
votes
1
answer
559
views
CORS problem to call WFS layer using OL-Geoserver
The problem I have is with the well known CORS configuration that there is already so much documentation to solve it but I am not really succeeding. I am working in Ubuntu v.22
I am working on a ...
0
votes
1
answer
225
views
Improving throughput of fullwms for standalone geowebcache
Currently, I am running an instance of geoserver, as well as a standalone instance of geowebcache. I've been trying to make use of the fullwms feature available in geowebcache, in order to proxy ...
0
votes
2
answers
177
views
Overview image not available for public users (updated)
**Update2: I tracked down the issue down (pressing F12 and reloading the page) to how requests for images are being handled. The catalog resources that display externally request those resources using ...
1
vote
0
answers
43
views
GeoServer 2.23.1 CORS Issue [duplicate]
After upgrading to GeoServer 2.23.1 we are getting CORS issue. We are installing GeoServer within an ECS Cluster in AWS, Tomcat 9 is being used as the server.
We have followed the documentation and ...
0
votes
0
answers
289
views
CORS issue with GeoServer 2.2X version with Tomcat
We are using GeoServer 2.2x in our environment, we are directly using GeoServer WAR in Docker file. Only additional configuration added in web.xml with CORS filter enabled and env variables to set ...