mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2026-02-07 18:29:47 +00:00
18 lines
543 B
Markdown
18 lines
543 B
Markdown
---
|
|
title: Deploying the WAR
|
|
category: Getting Started
|
|
chapter: 1
|
|
order: 3
|
|
---
|
|
|
|
This is the most difficult to deploy option as it requires an already installed and configured Servlet
|
|
container such as Apache Tomcat 8.5 and higher, however, it offers the most flexible deployment options.
|
|
Follow the Servlet containers instructions for deploying `dependency-track.war`.
|
|
|
|
### Requirements
|
|
|
|
| Minimum | Recommended |
|
|
|:---------|:--------|
|
|
| Java 8 u162 (or higher) | Java 8 u162 or higher |
|
|
| 4GB RAM | 16GB RAM |
|
|
| 2 CPU cores | 4 CPU cores |
|