Thursday 23 February 2017

tomcat - Run Geoserver on Port 80



I have geoserver installation that is accessable on both, port 80 and port 8080.


Now, I try to install another instance of geoserver on a different server.


I can access it on port 8080, but not on port 80. I could not find out where to flip the switch to make it run on port 80 as well.


How do I do that?



Answer



Ciao Ferenjito, I would not expose both port 8080 and 80 and above all I would not make Tomcat work on port 80.


My best suggestion is to have something like apache httpd in front of tomcat and have the two talk to each via AJP leaving port 80 in the hands of httpd. Basic/startup docs here.


Hope that helps.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...