Hi: we have a few instances of GN running in our environments. When
addressing issues, it would be valuable to know (easily) the version of
GN deployed.
Is this possible from simply viewing the app? For example, would it be
possible to put a meta tag like:
<meta name="generator" content="GeoNetwork OpenSource version 2.1">
Hi Tom,
There's a file named server.prop that is located in web/geonetwork/WEB-INF that gives you exact details of when and on what platform the instance was build. Here's an example:
GeoNetwork opensource properties. These are also used by both gast and geonetwork at runtime #Tue Mar 31 23:28:35 CEST 2009
release=2.4.0
version=2.4.0
day=31-3-2009
date=0928312328
javaVersion=1.5.0
jre_url=http\://java.sun.com/javase/downloads/index_jdk5.jsp
subVersion=RC0
OS=Compiled on Mac OS X (macosx)
Ciao,
Jeroen
On Mar 31, 2009, at 2:06 PM, Kralidis,Tom [Ontario] wrote:
Hi: we have a few instances of GN running in our environments. When
addressing issues, it would be valuable to know (easily) the version of
GN deployed.
Is this possible from simply viewing the app? For example, would it be
possible to put a meta tag like:
<meta name="generator" content="GeoNetwork OpenSource version 2.1">