Questions tagged as 'jetty'

1
answer

POST Request in Jetty Client 9.X

I'm using Jetty Client to request a API Web , until recently everything was ok, but I felt the need to send data via POST. Problem In Jetty's documentation says that POST request data should be passed by the param("chave"...
asked by 05.08.2015 / 17:30
1
answer

FakeHttpServer breaks when upgrading to Jetty 9

I'm migrating an application that used Jetty 7.4.5.v20110725 to Jetty 9.3.0.M2 , using Maven . I've already updated javax.servlet-api to versão 3.1.0 . But, I'm using FakeHttpServer version 0.3.0 for testing,...
asked by 18.05.2015 / 19:47
1
answer

c3p0 generating many connections

Code that gets the connection InitialContext ctx = new InitialContext(); DataSource ds = (DataSource) ctx.lookup("java:/comp/env/jdbc/oracledb"); Connection connection = ds.getConnection(); connection.setAut...
asked by 24.10.2017 / 14:31