Skip to content

Instantly share code, notes, and snippets.

@jkariscodes
Created January 3, 2019 11:12
Show Gist options
  • Select an option

  • Save jkariscodes/22d5a99284979c504fe06aae8c3d3da5 to your computer and use it in GitHub Desktop.

Select an option

Save jkariscodes/22d5a99284979c504fe06aae8c3d3da5 to your computer and use it in GitHub Desktop.
geoserver_nginx_tomcat
<%
String redirectURL = "/geoserver";
response.sendRedirect(redirectURL);
%>
@jkariscodes
Copy link
Copy Markdown
Author

This script can be added to tomcat root directory to point to geoserver in cases where it is intalled under nginx instead of apache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment