Chapter 15. Deployment and scaling

 

This chapter covers

  • A guide to choosing a container
  • Deployment techniques and tools
  • Your deployment options

 

In this book, you’ve seen a lot of different aspects of Lift and how they can affect your development cycle. Hopefully you’ve learned enough to build an application that you’d actually like to publish in the real world and expose to end users. For the most part, Lift applications can be deployed in much the same way regular Java web applications can. By default, this means packaging your application as a WAR file, which can be done by pretty much any of the build tools commonly used in the Scala and Java ecosystems. Moreover, with Scala and Lift being based on the JVM, you can benefit from the ...

Get Lift in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.