Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

sellersj/tomcat-logging-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomcat-logging-test

This is to test if tomcat logs all info to stdout and stderr or if it writes to the location as define in the tomcat docs

building

docker image build -t foo . docker run -it --rm -p 8080:8080 foo

start it so we can bash into it docker run -d -p 8888:8080 --name tc foo docker exec -i -t tc /bin/bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published