Matt, Are you using GeoNode's latest source? I ask because GeoNode now has a sexier header (http://demo.geonode.org/) and I know there have been updates to the upload code.
Apart from that, the usual GeoNode deployment uses Apache's mod_proxy to proxy GeoServer and GeoNetwork (and make it look like it's in port 80 too), it also has WSGI directive to forward basic auth. I am sure either David or Gabriel would be able to give you more GeoServer specific feedback. Best, Ariel. On Fri, Oct 1, 2010 at 9:38 AM, Matt Bertrand <[email protected]> wrote: > Hello, > > I built GeoNode from the latest source and deployed it on a server > (geonode.openwebmap.com) with Apache wsgi, and Tomcat 6 as the > container for geoserver and geonetwork. But I've run into a problem > with data - search returns no results from geoserver, and uploading > data always "fails", although the shapefiles do get placed in the > geoserver data directory (../workspaces/geonode/<layer_name>, ../data/ > <layer_name>). > > So far I've tracked it down to the results returned for > "featuresets.xml" REST queries sent to Geoserver. For instance: > > http://www.openwebmap.com:8000/geoserver-geonode-dev/rest/workspaces/base/datastores/distrits/featuretypes.xml > > Just returns <featureTypes/> > > but if I run Geonode using "paver host" instead, this works fine: > > wget > http://localhost:8001/geoserver/rest/workspaces/base/datastores/distrits/featuretypes.xml > > <featureTypes> > <featureType> > <name>distrits</name> > <atom:link xmlns:atom="http://www.w3.org/2005/Atom" > rel="alternate" > href="http://localhost:8001/geoserver/rest/workspaces/base/datastores/distrits/featureypes/distrits.xml > " type="application/xml"/> > </featureType> > </featureTypes> > > > Any idea why this might be happening? Some kind of configuration issue? > > Thanks in advance, > > -Matt > >
