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 




Reply via email to