| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| ~ ****************************************************************************** |
| ~ * Copyright © 2018 PTA GmbH. |
| ~ * All rights reserved. This program and the accompanying materials |
| ~ * are made available under the terms of the Eclipse Public License v1.0 |
| ~ * which accompanies this distribution, and is available at |
| ~ * |
| ~ * http://www.eclipse.org/legal/epl-v10.html |
| ~ * |
| ~ ****************************************************************************** |
| --> |
| <!-- The contents of this file will be loaded for each web application --> |
| <Context> |
| |
| <!-- Default set of monitored resources. If one of these changes, the --> |
| <!-- web application will be reloaded. --> |
| <WatchedResource>WEB-INF/web.xml</WatchedResource> |
| <WatchedResource>${catalina.base}/conf/web.xml</WatchedResource> |
| |
| <!-- Uncomment this to disable session persistence across Tomcat restarts --> |
| <!-- |
| <Manager pathname="" /> |
| --> |
| |
| <Parameter name="OK_PORTAL_ENVIRONMENT" override="false" value="Production"/> |
| <Parameter name="OK_ELOGBOOK_ENVIRONMENT" override="false" value="Production"/> |
| <Parameter name="OK_MICS_HOME_ENVIRONMENT" override="false" value="Production"/> |
| |
| <Resource name="jdbc/okBetriebstagebuchDS" |
| auth="Container" |
| type="javax.sql.DataSource" |
| driverClassName="org.postgresql.Driver" |
| url="jdbc:postgresql://localhost:5432/betriebstagebuch" |
| username="btbservice" |
| password="btbservice"/> |
| </Context> |