Upcoming Feature: Payara Micro HTTP & HTTPS auto-binding
Originally published on 17 Jul 2015
Last updated on 05 Apr 2016


In the upcoming Payara 4.1.153 release, Payara Micro will be shipping with support for the first working iteration of this new feature. To help and keep Payara as a drop-in replacement for GlassFish though, the auto-binding is not enabled by default, and is instead enabled by passing in an extra option when starting Payara Micro.
The three new Payara Micro options pertaining to this feature are:
- --autoBindHttp – Enables auto-bind functionality for the HTTP port
- --autoBindSsl – Enables auto-bind functionality for the HTTPS port
- --autoBindRange – Sets the range for the auto-bind feature
It’s super easy to use, you just have to set the respective auto-bind option to true for the HTTP and/or SSL port:
java -jar payara-micro.jar --autoBindHttp
java -jar payara-micro.jar --port 8080 --autoBindHttp --autoBindRange 3
Related Posts
The Payara Monthly Catch - March 2025
Published on 31 Mar 2025
by Nastasija Trajanova
0 Comments
Join our webinar! Deploying Jakarta EE Applications with Payara Server and Payara Cloud
Published on 18 Mar 2025
by Dominika Tasarz
0 Comments
Join us for the webinar with the Java Champion Mike Redlich, where you'll discover how Payara Server and Payara Micro support mission-critical deployments, and see firsthand how Payara Cloud simplifies running Jakarta EE applications in the ...