That is because the Geoserver's base url is specified in /geonode/src/GeoNodePy/geonode/settings.py. I have changed it to http://<my-ip>8001/Geonetwork and http://<my-ip>8001/Geoserver..
Is there a mistake it that? On Tue, Jan 25, 2011 at 12:19 PM, Jeffrey Johnson <[email protected]>wrote: > GEONODE_BASE_URL is still not being configured correctly, and therefore > GeoServer is using http://localhost:8000/ (the default) > > You can try setting this value in > > src/geoserver-geonode-ext/src/main/webapp/WEB-INF/web.xml with this > snippet. > > <context-param> > <param-name>GEONODE_BASE_URL</param-name> > <param-value>http://localhost:8080/</param-value> > </context-param> > > Replace localhost:8000 with the your servers configuration (IP address and > port) > > Jeff > > On 2011-01-24 at 22:21:14, Smitha V wrote: > > IIITB > > > -- Regards Smitha V MT2009149 IIITB
