Changes between Version 7 and Version 8 of testGN241
- Timestamp:
- 09/03/09 08:46:59 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
testGN241
v7 v8 50 50 It can also be done since Tomcat 5.5 by creating the files "geonetwork.xml", "intermap.xml" and "geoserver.xml" in 51 51 $CATALINA_HOME/conf/Catalina/localhost and add the following content: 52 52 53 **************************************************************************************** 54 53 55 <Context docBase="path/to/geodir/$WEBAPP" 54 56 privileged="true" antiResourceLocking="false" antiJARLocking="false"> 55 57 </Context> 58 56 59 **************************************************************************************** 60 57 61 where $WEBAPP is "geonetwork", "intermap" or "geoserver" 58 62