Skip to content

Incentergy-GmbH/geoserver-iso-11783-part-10

Repository files navigation

geoserver-iso-11783-part-10

This project contains a build for geoserver. It depends on the following two projects:

git clone --recurse-submodules https://github.com/Incentergy-GmbH/geoserver-iso-11783-part-10.git
cd geoserver-iso-11783-part-10
mvn install
cd geoserver 
export JAVA_TOOL_OPTIONS="-Dorg.slf4j.simpleLogger.log.org.eclipse.jetty.annotations.AnnotationParser=ERROR"
mvn jetty:run
# go to http://localhost:8080/web/
# Username: admin Password: geoserver
# You will find the ISOXML plugin under:
# Stores -> Add new Store -> ISOXML in Memory

Debugging

# Debugger will run on port 4000 and start will wait until you connected
export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=y"
mvn jetty:run

For enabling cors, using the same workspace all the time, JWT token checking and auto configuration based on requests you can use the tomcat-cors-security profile.

mvn -P tomcat-cors-security install

Screenshots

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages