Select Git revision
-
Jason R Laura authoredJason R Laura authored
tap_configuration_file.html 20.19 KiB
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>TAP configuration file</title>
<style type="text/css">
p { text-align: justify; text-indent: 1em; }
table {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
td, th {
font-size:1em;
border:1px solid #084B8A;
padding:3px 7px 2px 7px;
color: black;
background-color: #EFF5FB;
}
th, td[colspan="5"] {
font-size:1em;
text-align: left;
padding-top:5px;
padding-bottom:4px;
background-color:#045FB4;
color:#ffffff;
}
td[colspan="5"] {
font-style: italic;
}
tr.mandatory td {
color: black;
background-color: #CEE3F6;
}
th:nth-child(2), td:nth-child(2) {
font-weight: bold;
text-align: center;
max-width: 2em;
}
td:nth-child(5) {
font-family: monospace;
}
table ul { list-style-position:inside; padding: 0; margin: 0; }
table p { margin: 0; padding: 0; text-align: left; text-indent: 0; }
table p+p { padding-top: .5em; }
/* JUST FOR DEVELOPMENT GUIDELINE */
.done, .mandatory .done { color: green; }
.later, .mandatory .later { color: orange; }
.todo, .mandatory .todo {color: red; }
</style>
</head>
<body>
<h1>TAP Configuration File</h1>
<p>
All properties listed in the below table are all the possible TAP configuration properties.
Some of them are mandatory. If one of these properties is missing, the TAP Service will not able to start:
an error will be displayed immediately in the application server log and a HTTP 503 error will be sent when accessing the TAP URL.
</p>
<p>Besides, you should know that any property key not listed in this table will be ignored without error or warning message.</p>
<p>
However, any not allowed property value will generate a warning message in the application server log and the default value will be kept.
Thus, the TAP Service will be started and available but the desired configuration value will not be set. So, you should take a look
at the application server log every times you start the TAP Service!
</p>
<p>Here is an empty minimum TAP configuration file: <a href="tap_min.properties">tap_min.properties</a> and a complete one: <a href="tap_full.properties">tap_full.properties</a>.</p>