Closed aceenprsu closed 1 year ago
@m4ci3k2 can you please confirm if this is a bug or this logic only works for one folder not nested folders
@NyakudyaA @aceenprsu sorry, actually I was wrong as the "problem" that the MR solved does not exist (but the mkdir
is harmless of course). To install a tomcat application on a multipart path the WAR/folder has to be named directory#name.war
, so for example to have geoserver under path some-path
you can set GEOSERVER_CONTEXT_ROOT=some-path#geoserver
.
This is a built-in Tomcat function.
Sorry for the confusion.
What is the bug or the crash?
I am getting a 404 trying to use the functionality introduced in https://github.com/kartoza/docker-geoserver/pull/553
Steps to reproduce the issue
Below is a link to my fork where I copied the context test and added a multipart path to it. https://github.com/aceenprsu/docker-geoserver/commit/2a6cc037c7c3475687d1a21333d3862063e60cc6 This is the output I get from trying to run the contexts test:
Versions
2.23.2
Additional context
No response