https://github.com/http4s/http4s-tomcat
Apache Tomcat backend for http4s
https://github.com/http4s/http4s-tomcat
Last synced: 8 months ago
JSON representation
Apache Tomcat backend for http4s
- Host: GitHub
- URL: https://github.com/http4s/http4s-tomcat
- Owner: http4s
- License: apache-2.0
- Created: 2022-04-04T21:33:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T07:51:55.000Z (8 months ago)
- Last Synced: 2025-06-24T08:37:55.443Z (8 months ago)
- Language: Scala
- Size: 207 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http4s-tomcat
Provides an [Apache Tomcat][tomcat] backend for [http4s][http4s].
## Unmaintained
As of January 4, 2023, this module is unmaintained. If you would like to help revive it, please comment on [this issue](https://github.com/http4s/http4s-tomcat/issues/162) and someone will help you.
See [http4s-jetty](https://github.com/http4s/http4s-jetty) and [http4s-servlet](https://github.com/http4s/http4s-servlet) for alternative servlet integrations.
## SBT coordinates
```scala
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-tomcat" % http4sTomcatV
)
```
## Compatibility
| http4s-tomcat | http4s-core | servlet-api | tomcat | Scala 2.12 | Scala 2.13 | Scala 3 | Status |
|:--------------|:---------------|:------------|--------|------------|------------|---------|:----------|
| 0.23.x | 0.23.x | 3.1 | 9.x | ✅ | ✅ | ✅ | Stable |
| 0.24.x | 0.23.x | 4.0 | 9.x | ✅ | ✅ | ✅ | Milestone |
| 0.25.x | 0.23.x | 5.0 | 10.0.x | ✅ | ✅ | ✅ | Milestone |
[http4s]: https://http4s.org/
[tomcat]: https://tomcat.apache.org/index.html