Actions
Task #11420
closed
DataMiner - Install new sofware to support the new algorithm Rubrica
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Systems Engineer
Category:
Application
Target version:
Start date:
Mar 12, 2018
Due date:
Mar 13, 2018
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
To support the new Rubrica algorithm we need that the following software is installed at the java level on DataMiner machines:
https://jena.apache.org/index.html
In particular, the required jars are the following:
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>3.6.0</version>
<type>jar</type>
</dependency>
<dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-arq</artifactId> <version>3.6.0</version> <type>jar</type> </dependency>
Updated by Andrea Dell'Amico over 7 years ago
What's the meaning of at the java level? Do we have to install it as a tomcat library? as a tomcat webapp? Is it a standalone application?
Updated by Giancarlo Panichi over 7 years ago
- Due date set to Mar 13, 2018
- Status changed from New to Closed
- % Done changed from 0 to 100
The installation of this software is no longer necessary, we were able to integrate the jars directly in the algorithm.
So we can consider this ticket closed.
Actions