Yes, i tried $ paver host -b 0.0.0.0 this. Its still not working.. On Fri, Jan 21, 2011 at 1:33 PM, Andreas Hocevar <[email protected]>wrote:
> Are you running GeoNode in development mode with "paver host"? If so, try > the following instead: > > $ paver host -b 0.0.0.0 > > No need to change line 5 in shared/dev-paste.ini. > > This will bind paster and jetty to 0.0.0.0, which will allow you to access > GeoNode from other machines as well. > > Regards, > Andreas. > > On Jan 21, 2011, at 07:02 , Smitha V wrote: > > > Am able to have the Geonode up and running on a different port. Thanks > Jeff. > > > > But others are not able to access Geonode running on my machine. What to > do? > > > > On Fri, Jan 21, 2011 at 11:24 AM, Smitha V <[email protected]> wrote: > > Hi Jeff, > > > > I tried changing the port on line 6. Did paver build again. No errors, > but jetty isn't started i guess. Only "Django is starting up.Pls wait" msg > has come.. Its not going any further.. > > > > What do i do now? > > > > > > On Fri, Jan 21, 2011 at 10:17 AM, Jeff Johnson <[email protected]> > wrote: > > Hi Smitha, > > > > These kinds of things are configured in shared/dev-paste.ini when in > > development mode. > > > > You can can change the port on line 6 and change the 127.0.0.1 to > > 0.0.0.0 on line 5 to make the service bind to all interfaces and be > > public. > > > > Let us know how it goes, > > > > Jeff > > > > On Thu, Jan 20, 2011 at 8:22 PM, Smitha V <[email protected]> wrote: > > > Hi all, > > > > > > 1) Can somebody tell me if it is possible to change the default port > (8000) > > > to another port on which geonode is running? > > > 2) Is is possible to access geonode running on one machine from another > > > machine? I tried doing it by giving the IP address of the machine on > which > > > geonode is running, but i am not able to connect to it. > > > > > > Please suggest how i can solve the above 2 problems. > > > > > > > > > -- > > > Regards > > > Smitha V > > > MT2009149 > > > IIITB > > > > > > > > > > > > > > -- > > Regards > > Smitha V > > MT2009149 > > IIITB > > > > > > > > > > -- > > Regards > > Smitha V > > MT2009149 > > IIITB > > > > -- > Andreas Hocevar > OpenGeo - http://opengeo.org/ > Expert service straight from the developers. > > -- Regards Smitha V MT2009149 IIITB
