in src/main/java/org/apache/nutch/webui/service/impl/NutchInstanceServiceImpl.java [60:66]
public void saveInstance(NutchInstance instance) {
try {
instancesDao.createOrUpdate(instance);
} catch (SQLException e) {
throw new RuntimeException(e);
}
}