It is the GEONODE_BASE_URL that is not being set properly ... NOT the GEOSERVER_BASE_URL.
GeoServer delegates its authentication to GeoNode, so it (GeoServer) needs to know where to connect to the GeoNode. This GEONODE_BASE_URL variable needs to be set in the GeoServer web.xml. Please add the snippet below to your web.xml and try it that way. Jeff On 2011-01-24 at 22:53:54, Smitha V wrote: > 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 > > > > >
