static.META-INF.context.xml Maven / Gradle / Ivy
<?xml version='1.0' encoding='utf-8'?> <!-- Copyright (c) 2024 Eclipse Dirigible contributors All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html SPDX-FileCopyrightText: Eclipse Dirigible contributors SPDX-License-Identifier: EPL-2.0 --> <Context> <!-- <Resource name="jdbc/DefaultDB" description="Default Database" type="javax.sql.DataSource" auth="Container" driverClassName="org.apache.derby.jdbc.ClientDriver" maxActive="10" maxIdle="3" maxWait="10000" password="APP" url="jdbc:derby://localhost:1527/derby;create=true" validationQuery="values(1)" username="APP"/> --> </Context>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy