Notizblog [notI`z. `blok]: a personal blog about development and stuff.

  • Pax Web breaks the 200.000 downloads barrier

    Pax Web breaks the 200.000 downloads barrier just today I checked the latest download numbers from the central statistics for the pax-web project. It’s been good that I’ve been sitting already, cause a increase from 125.000 to more then 200.000 downloads, that’s quite impressive. Thanks to all the people using Pax-Web, this number gives me…

  • Just Annotation

    Starting with version 2.0 of Pax-Web it’s possible to use Servlet 3.0 annotations for Servlets in a web application bundle (WAB). As defined in the Servlet spec it’s possible to have servlet definitions and configuration either in a web.xml or in the annotations of the Servlet. In this case the annotation of the servlet does…

  • Bind certain Web-Applications to specific HttpConnectors

    Starting with Pax-Web 2.1 it’s possible to bind web applications to a specific http-connector. For this to work you need to configure an additional http connector through jetty.xml. The jetty.xml for pax-web uses a slightly different way of configuring connectors. Instead of setting a new Connector the jetty.xml is interpreted after the Jetty Server has already…

  • What’s new in OPS4j Pax Web 3.0.0

    This article will try to give you a brief overview on what’s new in the soon to come Pax-Web 3.0.0. First of all, the most outstanding new feature will be the support for Tomcat as an alternative Container. Right now it supports basic HTTP Services, but this is being worked on. Second there is a new…