Hi! ,
I'm trying to install and run Geonetwork in a Centos System, but i have some
problems,
I installed Tomcat 4.1.31 and JDK 1.6 , and it looks run fine, i test it
whit examples and works!
I configure tomcat config whit:
<Context path="/geonetwork"
docBase="/home/torrecillas/geonetwork/web/"
crossContext="false"
debug="0"
reloadable="false" />
I after installed geonetwork, and let it whit embended database, in first
time i have a problem when i do:
/bin/sh start-geonetwork.sh , tell me:
mv: no se puede efectuar `stat' sobre «log/geonetwork.log.*»: No existe el
fichero o el directorio
mv: no se puede efectuar `stat' sobre «log/intermap.log.*»: No existe el
fichero o el directorio
i see the log, but i'm not sure that is working, when i try to acces at
//localhost/geonetwok , they show me the dir tree of the directory, and when
i try to access to any aplication as geonetwork , i have:
type Status report
message /geonetwork/srv/en/main.home
Description The requested resource (/geonetwork/srv/en/main.home) is not
available.
Really in my dirs, the dir ../srv/.. not exist, but i'm not sure if that dir
it's created when geonetwork is runnig...
What happens?, What can i do?
Sorry for my english...
Thanks!
--
View this message in context: http://www.nabble.com/Problem-with-Geonetwork…-tp17103272p17103272.html
Sent from the geonetwork-users mailing list archive at Nabble.com.
Hi,
Try to configure the four contexts below instead of your current one. You now configured one but it doesn't point to the geonetwork application.
Good luck,
Jeroen
On May 7, 2008, at 2:02 PM, aldiaz84 wrote:
<Context path="/geonetwork"
docBase="/home/torrecillas/geonetwork/web/"
crossContext="false"
debug="0"
reloadable="false" />
<Context path="/geonetwork"
docBase="/home/torrecillas/geonetwork/web/geonetwork/"
crossContext="false"
debug="0"
reloadable="false" />
<Context path="/intermap"
docBase="/home/torrecillas/geonetwork/web/intermap/"
crossContext="false"
debug="0"
reloadable="false" />
<Context path="/geoserver"
docBase="/home/torrecillas/geonetwork/web/geoserver/"
crossContext="false"
debug="0"
reloadable="false" />
<Context path="/geonetwork/docs"
docBase="/home/torrecillas/geonetwork/docs/"
crossContext="false"
debug="0"
reloadable="false" />
Thanks a lot!
It was the apache config as you tell.
:jumping: Thanks again!
Jeroen Ticheler-3 wrote:
Hi,
Try to configure the four contexts below instead of your current one.
You now configured one but it doesn't point to the geonetwork
application.
Good luck,
Jeroen
On May 7, 2008, at 2:02 PM, aldiaz84 wrote:
<Context path="/geonetwork"
docBase="/home/torrecillas/geonetwork/web/"
crossContext="false"
debug="0"
reloadable="false" />
<Context path="/geonetwork"
docBase="/home/torrecillas/geonetwork/web/geonetwork/"
crossContext="false"
debug="0"
reloadable="false" />
<Context path="/intermap"
docBase="/home/torrecillas/geonetwork/web/intermap/"
crossContext="false"
debug="0"
reloadable="false" />
<Context path="/geoserver"
docBase="/home/torrecillas/geonetwork/web/geoserver/"
crossContext="false"
debug="0"
reloadable="false" />
<Context path="/geonetwork/docs"
docBase="/home/torrecillas/geonetwork/docs/"
crossContext="false"
debug="0"
reloadable="false" />
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
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
--
View this message in context: http://www.nabble.com/Problem-with-Geonetwork…-tp17103272p17122918.html
Sent from the geonetwork-users mailing list archive at Nabble.com.