Hi Pierre,
Sounds like Geonetwork has been deployed to Tomcat as the default application
(webapps/ROOT).
I configure Tomcat this way. A standard Geonetwork deployment consists of 3
web applications. These are geonetwrk, intermap and geoserver. You need to
create 3 context files, one for each application, in the
conf/Catalina/localhost directory. The files should be called geonetwork.xml,
intermap.xml and geoserver.xml.
My geonetwork.xml file contains:
<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="C:\dev\workspace\BlueNet\dist\web\geonetwork"
reloadable="true" swallowOutput="true"/>
Copy this template 3 times and then modify the docBase attribute to match
your local file setup. When using this configuration do not put the
application files under the Tomcat webapps directory, the applications will
fail to deploy.
For more information on Tomcat configuration see
http://tomcat.apache.org/tomcat-5.5-doc/config/index.html.
Regards,
Steve
-----Original Message-----
From: pierre.gourrier [mailto:pierre.gourrier@anonymised.com]
Sent: Wednesday, 22 October 2008 5:01
To: geonetwork-devel@lists.sourceforge.net
Subject: [GeoNetwork-devel] What happend with my URL
Hello.
I've just finished customizing a GN application (from the trunk) for the
needs of my company.
I'm going to deploy this new GN on the Web (so Tomcat integrated in Apache).
I got a problem!!
My entire URL is not well formed. I'll explain.
In my localhost, a service (for example the login service) is pointed like
this http://localhost:8080/srv/en/user.login
If I look in the standard GN (from the installer) this URL is
http://localhost:8080/geonetwork/srv/en/user.login
Where did this /geonetwork go in my application? How can I do to get my URL
well formed?
Can you help me?
Thanks
Pierre Gourrier
--
View this message in context:
http://www.nabble.com/What-happend-with-my-URL-tp20095975p20095975.html
Sent from the geonetwork-devel mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork