Most voted "jetty" questions
Jetty is a 100% HTTP and Servlet Container server written in Java. It is the great competitor of Tomcat who became famous for having been used as the container Jboss Servlet.
Learn more…4 questions
Sort by count of
-
6
votes1
answer51
viewsPOST request on Jetty Client 9.X
I’m using the Jetty Client to request a API Web, until recently everything was ok, but I felt the need to send data via POST. Problem In the documentation of Jetty says that POST request data should…
-
3
votes1
answer57
viewsFakehttpserver breaks when upgrading to Jetty 9
I’m migrating an application that used the Jetty 7.4.5.v20110725 to the Jetty 9.3.0.M2, using the Maven. I’ve already updated the javax.servlet-api to the versão 3.1.0. But, I’m using the…
-
0
votes0
answers20
viewsJetty installation problem at eclipse/STS
I’m trying to install the Jetty plugin in eclipse/STS and always of the problem in this machine, I installed in mine and it worked, but here I need to work not with you.(has already been formatted)…
-
-1
votes1
answer362
viewsc3p0 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();…