Greetings!

In BBj 21.00, BASIS introduced BBxServlets to succeed BBjspServlets. On the surface, BBxServlets were designed to perform the same functions as BBjspServlets; however, differences under the hood make BBxServlets quicker and more efficient at handling large numbers of requests and license check-outs. For this reason, and perhaps more importantly because BBjspServlets are no longer supported, you will want to consider migrating your BBjspServlet-based applications to BBxServlets. One of the core design goals of BBxServlets was to offer ease of migration, and with some enhancements made in BBj 22.01, this process is simpler than ever. This article covers the syntax changes that you can make to your BBjspServlets to convert them to BBxServlets, as well as how to easily re-configure your servlet through both the jetty.xml file and the Admin API…