Guest User

Untitled

a guest
Oct 7th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <Context docBase="appstore-api" path="/appstore-api" reloadable="true" source="org.eclipse.jst.jee.server:appstore-api">
  2. <Resource auth="Container" driverClassName="org.postgresql.Driver" maxIdle="10" maxTotal="20" maxWaitMillis="-1" name="jdbc/postgres" password="password" type="javax.sql.DataSource" url="jdbc:postgresql://localhost:5432/appstore" username="postgres"/>
  3. </Context>
  4.  
  5. <dependency>
  6. <groupId>org.apache.httpcomponents</groupId>
  7. <artifactId>httpclient</artifactId>
  8. <version>4.5.1</version>
  9. </dependency>
Add Comment
Please, Sign In to add comment