Dear all,
I have successfully installed Genonetwork 2.4.2. I also successfully started
the service. However, when I tried to access it from other computer with in
the same network, the page can not open. I used to do that on previous
versions. Even on the machine itself, it doesn't work either with host name
or ip address in the address, except with 'localhost'; neither ( http://localhost:8080/geonetwork/srv/en/admin).
If any one encountered such a problem and able to fix it, I would appreciate
a tip.
You can try this:
Edit the jetty.xml file and change localhost with your ip adress within the following line:
<Set name="host"><SystemProperty name="jetty.host" default="localhost"/></Set>
And in the file geonetwork/web/intermap/WEB-INF/mapServers.xml, you should also change all localhost strings with your ip adress.
This worked for my installation.
Regards
Le 18/03/2010 13:28, Girum Asrat a écrit :
Dear all,
I have successfully installed Genonetwork 2.4.2. I also successfully started
the service. However, when I tried to access it from other computer with in
the same network, the page can not open. I used to do that on previous
versions. Even on the machine itself, it doesn't work either with host name
or ip address in the address, except with 'localhost'; neither ( http://localhost:8080/geonetwork/srv/en/admin).
If any one encountered such a problem and able to fix it, I would appreciate
a tip.
Kind regards,
Girum.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
I have the same problem as Girum. I can not access Geonetwork from a remote
computer.
I replaced localhost in the jetty.xml and mapServers.xml files with the IP
address, but now I can not access Geonetwork at all. Are there other
settings that need to be customised to make Geonetwork accessible from
remote computers?
I was having this same problem after i installed it. What i did was to
replace the "localhost" withing the jetty.xml file with "0.0.0.0". It means
Jetty web server will listen on that particular interface IP. So it's not
"your IP" really, it's the IP of the interface on your server that will be
responding to the request. "0.0.0.0" means respond on all interfaces. Hope
this helps.
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/I-can-t-access-Geonetwork-from-remote-machine-tp4756419p6057928.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.