Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 515 Bytes

Tomcat

Docker comes with many different versions of Tomcat available on the Docker Hub.

Description

Installing FusionReactor into an existing Tomcat image is simple.

Add the fusionreactor.jar file and the native library required for the Ultimate features and then add the JAVA_OPTS environment variable to append the javaagent and agentpath strings.

Build

docker build -t fr-tomcat .

Run

docker run -p 8088:8088 -p 8080:8080 fr-tomcat