Created
January 3, 2019 11:12
-
-
Save jkariscodes/22d5a99284979c504fe06aae8c3d3da5 to your computer and use it in GitHub Desktop.
geoserver_nginx_tomcat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% | |
String redirectURL = "/geoserver"; | |
response.sendRedirect(redirectURL); | |
%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This script can be added to tomcat root directory to point to geoserver in cases where it is intalled under nginx instead of apache