Picture this: your backup jobs are running at 3 a.m., network ports are locked down tight, and your compliance auditor wants line‑by‑line proof that every data request is authenticated. That’s when Commvault Jetty earns its keep. It is the small but crucial component that connects Commvault’s backup and restore services with secure, Java‑based web access, logging, and request handling.
At its core, Jetty is the web server often embedded within Commvault’s Command Center and Web Console. It handles HTTPS traffic, identity checks, and session lifecycles for the console and APIs. Commvault’s infrastructure depends on it to serve the front end for user operations and to expose controlled endpoints for automation through REST.
When the two come together, Jetty acts as the front door and traffic cop. Users sign in through identity providers like Okta or Azure AD, Jetty routes the tokens to the Commvault platform, then permissions map through roles defined by Active Directory or SAML assertions. Everything that hits Jetty can be logged, compressed, and encrypted before it ever touches stored data. This means you get web access and audit visibility without relying on an external reverse proxy.
The logic is straightforward. Think of Jetty as a slim, configurable perimeter. It supports TLS configurations, keeps sessions alive through signed cookies, and maintains REST endpoints that comply with enterprise IAM policies. Most tuning happens through Commvault’s maintenance console, where you can set JVM parameters, security ciphers, and keepalive settings for backup portals or reporting nodes.
Common tuning questions usually center on certificate renewals. If the certificate behind Jetty expires or changes, update it in the keystore, restart the Web Server service, and verify that client browsers pick up the new chain. Another common adjustment is thread pool sizing for large Command Center environments. Too few threads, and requests queue up. Too many, and you can starve the host. Balance around the number of concurrent sessions you expect during backup peak hours.