The geoserver port is determined by the servlet container you use, the entry in settings.py should reflect it but does not control it.
If you are using the development setup, the servlet container is Jetty running via Maven, you can change it by editing src/geoserver-geonode-dev/jetty.xml (look for the text "jetty.host", the port number is on that same line). If you are in a production deployment you should consult your servlet container's documentation. For example, tomcat 6 documents this here: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html -- David Winslow OpenGeo - http://opengeo.org/ On Monday, February 14, 2011, Smitha V <[email protected]> wrote: > How to figure the port on which Geoserver is running? When i run GeoNode, am > getting a msg saying "Couldn't connect to GeoServer; is it running? Make sure > the GEOSERVER_BASE_URL setting is set correctly." In setting.py, the url is > set to localhost:8001. > > -- > Regards > Smitha V > MT2009149 > IIITB > >
