Loading src/tap/config/ConfigurableTAPServlet.java +5 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ import tap.resource.TAPResource; * </p> * * @author Grégory Mantelet (ARI) * @version 2.0 (04/2015) * @version 2.0 (06/2015) * @since 2.0 */ public class ConfigurableTAPServlet extends HttpServlet { Loading Loading @@ -175,7 +175,10 @@ public class ConfigurableTAPServlet extends HttpServlet { /* 6. DEFAULT SERVLET INITIALIZATION */ super.init(config); /* 7. FINALLY MAKE THE SERVICE AVAILABLE */ /* 7. INITIATILIZE THE TAP SERVICE */ tap.init(config); /* 8. FINALLY MAKE THE SERVICE AVAILABLE */ serviceConn.setAvailable(true, "TAP service available."); } Loading src/tap/resource/TAP.java +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ import adql.db.FunctionDef; * <p>At its creation it is creating and configuring the other resources in function of the given description of the TAP service.</p> * * @author Grégory Mantelet (CDS;ARI) * @version 2.0 (04/2015) * @version 2.0 (06/2015) */ public class TAP implements VOSIResource { Loading Loading
src/tap/config/ConfigurableTAPServlet.java +5 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ import tap.resource.TAPResource; * </p> * * @author Grégory Mantelet (ARI) * @version 2.0 (04/2015) * @version 2.0 (06/2015) * @since 2.0 */ public class ConfigurableTAPServlet extends HttpServlet { Loading Loading @@ -175,7 +175,10 @@ public class ConfigurableTAPServlet extends HttpServlet { /* 6. DEFAULT SERVLET INITIALIZATION */ super.init(config); /* 7. FINALLY MAKE THE SERVICE AVAILABLE */ /* 7. INITIATILIZE THE TAP SERVICE */ tap.init(config); /* 8. FINALLY MAKE THE SERVICE AVAILABLE */ serviceConn.setAvailable(true, "TAP service available."); } Loading
src/tap/resource/TAP.java +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ import adql.db.FunctionDef; * <p>At its creation it is creating and configuring the other resources in function of the given description of the TAP service.</p> * * @author Grégory Mantelet (CDS;ARI) * @version 2.0 (04/2015) * @version 2.0 (06/2015) */ public class TAP implements VOSIResource { Loading