Skip to content

Commit

Permalink
Don't add aliases to development context
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Apr 5, 2016
1 parent 85a4971 commit 2d5595b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/webapp/META-INF/context.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path="/identity" aliases="/ext/resources=${gluu.external.resource.base}/oxtrust/resources">
<Context antiJARLocking="true" path="/identity">

<Resource name="jdbc/inumDB" auth="Container" type="javax.sql.DataSource"
maxActive="100" maxIdle="30" maxWait="10000"
Expand Down

0 comments on commit 2d5595b

Please sign in to comment.