Running multiple installations of GNos on the same server

1 message Options
Embed this post
Permalink
Christian Gadge

Running multiple installations of GNos on the same server

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
I have a question in respect to run multiple installations of GeoNetwork on the same server. Usually you can run different java application in one servlet container (e.g. jetty) how it  has been used for geonetwork, geoserver and intermap.
In the GNos administrators FAQ you can read 'To run multiple instances you have to change the ports that GeoNetwork uses in order to avoid conflics'. That means I have to completely install a second GeoNetwork including jetty servlet engine.

So it is not possible to dublicate the GeoNetwork installation folder and link the second GeoNetwork in jettys webapps in the way

     <Call name="addWebApplication">
        <Arg>/geonetwork</Arg>
        <Arg>../web/geonetwork</Arg>
    </Call>
         
    <Call name="addWebApplication">
        <Arg>/intermap</Arg>
        <Arg>../web/intermap</Arg>
    </Call>
   
    <Call name="addWebApplication">
        <Arg>/geoserver</Arg>
        <Arg>../web/geoserver</Arg>
    </Call>

    <Call name="addWebApplication">
        <Arg>/secondGeonetwork/</Arg>
        <Arg>../web/secondGeonetwork</Arg>
    </Call>


The problem is that some of my clients can't connect to the application trough ports other than :80 or :8080. Is there a possibility to run different GN installations on the same port?

Best regards,
Christian
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
GeoNetwork-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork