server.xml fix
This commit is contained in:
parent
6ab8aeb67d
commit
c1b2a5615a
@ -2,11 +2,11 @@
|
|||||||
<featureManager>
|
<featureManager>
|
||||||
<feature>mpHealth-2.0</feature>
|
<feature>mpHealth-2.0</feature>
|
||||||
<feature>servlet-4.0</feature>
|
<feature>servlet-4.0</feature>
|
||||||
<!-- <feature>jaxrs-2.1</feature>
|
<feature>jaxrs-2.1</feature>
|
||||||
<feature>jsonp-1.1</feature>
|
<feature>jsonp-1.1</feature>
|
||||||
<feature>jsonb-1.0</feature>
|
<feature>jsonb-1.0</feature>
|
||||||
<feature>cdi-2.0</feature>
|
<feature>cdi-2.0</feature>
|
||||||
<feature>jpa-2.2</feature> -->
|
<feature>jpa-2.2</feature>
|
||||||
</featureManager>
|
</featureManager>
|
||||||
|
|
||||||
<webApplication location="open-liberty.war" contextRoot="/" />
|
<webApplication location="open-liberty.war" contextRoot="/" />
|
||||||
@ -15,14 +15,14 @@
|
|||||||
|
|
||||||
<httpEndpoint host="*" httpPort="${default.http.port}" httpsPort="${default.https.port}" id="defaultHttpEndpoint" />
|
<httpEndpoint host="*" httpPort="${default.http.port}" httpsPort="${default.https.port}" id="defaultHttpEndpoint" />
|
||||||
|
|
||||||
<!-- <library id="derbyJDBCLib">
|
<library id="derbyJDBCLib">
|
||||||
<fileset dir="${shared.resource.dir}" includes="derby*.jar"/>
|
<fileset dir="${shared.resource.dir}" includes="derby*.jar"/>
|
||||||
</library>
|
</library>
|
||||||
|
|
||||||
Datasource Configuration
|
<!-- Datasource Configuration -->
|
||||||
<dataSource id="jpadatasource" jndiName="jdbc/jpadatasource">
|
<dataSource id="jpadatasource" jndiName="jdbc/jpadatasource">
|
||||||
<jdbcDriver libraryRef="derbyJDBCLib" />
|
<jdbcDriver libraryRef="derbyJDBCLib" />
|
||||||
<properties.derby.embedded databaseName="libertyDB" createDatabase="create" />
|
<properties.derby.embedded databaseName="libertyDB" createDatabase="create" />
|
||||||
</dataSource> -->
|
</dataSource>
|
||||||
|
|
||||||
</server>
|
</server>
|
Loading…
x
Reference in New Issue
Block a user