Sign inSign up

lumisxp/lumisxp-tomcat

By lumisxp

•Updated about 3 hours ago

A LumisXP image to be used EXCLUSIVELY in development environments. Bundled with Apache Tomcat.

Image
Languages & frameworks
Web servers
0

4.7K

lumisxp/lumisxp-tomcat repository overview

⁠lumisxp/lumisxp-tomcat

⁠Overview

This image extends lumisxp/lumisxp and includes a preconfigured Apache Tomcat application server.

It is the recommended image for development use cases, providing:

  • LumisXP distribution
  • Apache Tomcat pre-installed and configured
  • Ready-to-run container setup

This is the easiest way to start developing with LumisXP in a containerized environment.


⁠❗ Environment Restriction (Important)

All images published in this repository — regardless of tag — are intended EXCLUSIVELY for development environments.

These images:

  • Must NOT be used in production
  • Are not hardened for production workloads
  • Are not supported for production deployment
  • May change without backward compatibility guarantees

Under no circumstances should any tag from this repository be used in production environments.


⁠⚠️ Development Build Tags

Tags following the pattern:

development-yyyyMMddHHmmss
development-latest

represent non-released development builds of LumisXP.

These builds:

  • May contain unfinished features
  • May not have completed full QA cycles
  • May introduce breaking changes without notice
  • May be unstable

Use these tags with additional caution even within development environments.


⁠When to Use This Image

Use lumisxp/lumisxp-tomcat if:

  • You want a ready-to-run LumisXP container
  • You are setting up a local development environment
  • You need a reference container for integration or testing

If you need full control over the application server or want to use a different server, you may instead extend: lumisxp/lumisxp


⁠Supported Environment Variables

❗All environment variables listed here will only be used once, at the first boot of the container.

Environment variable nameDescriptionRequiredDefault value
LXP_DOMAINIndicates the domain the LumisXP will be served at.Yes
LXP_HTTP_PORTThe main website non-secure port.Yes
LXP_HTTPS_PORTThe main website secure port.Yes
LXP_ES_HTTP_ADDRESSESThe Elasticsearch address(es).Noelasticsearch:9200
LXP_AJP_SECRETThe AJP secret the Tomcat will use.Yes
LXP_JPDA_ADDRESSThe JPDA listen address the Tomcat will use.No0.0.0.0:8000

It's recommended to use this image in a Docker Compose project to boot a LumisXP development environment. In the Docker Compose project, all required services, network and volumes must be created.

Tag summary

Content type

Image

Digest

sha256:39099c87e…

Size

704.8 MB

Last updated

about 1 month ago

docker pull lumisxp/lumisxp-tomcat