Hi
Any reason for this in branch code in GeoNetwork.java?
path = context.getAppPath();
String luceneDir = path + handlerConfig.getMandatoryValue(Geonet.Config.LUCENE_DIR);
String summaryConfigXmlFile = handlerConfig.getMandatoryValue(Geonet.Config.SUMMARY_CONFIG);
String dataDir = path + handlerConfig.getMandatoryValue(Geonet.Config.DATA_DIR);
If configuring a full path in config.xml for luceneDir or dataDir it gets appended the webapp path also.
Regards,
Jose García