Hi,

I am using the platform dependence package 2.13.1 and run Geoserver on Linux, 
because the Linux host already use the port 80 and 8080 so I have java 
Exception FAILED ServerConnector@139da216{HTTP/1.1}{0.0.0.0:8080}: 
java.net.BindException: Address already in use

The running.txt file came with the package says
------------------------------------------------------
(4) Troubleshooting

There are two common problems encountered when attempting to use the binary
distribution of GeoServer:

 1) Another web server (or other process) is already using port 8080.  This
    is the default HTTP port that GeoServer attempts to bind to at startup.
    To change this port, open the file:

       $GEOSERVER_HOME/etc/jetty.xml
    
    and search for '8080'.  Change it to a port that isn't in use, but is
    greater than 1024 (such as 8090).  Save this file and restart GeoServer.
    Make sure, of course, that you try to access GeoServer on the new port:

       http://localhost:####

    where #### is the new port.
------------------------------------------------------
But there is nothing refer to 8080 in the jetty.xml , or it was taken out of 
the jetty.xml in the later versions of GeoServer . Googling this issue return 
numerous unanswered queries about changing ports.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to