docker-library/tomcat

docker images, just want to deploy a war

f1-outsourcing opened this issue · 2 comments

I just want to deploy a war, as probably most. Should the default page on 8080 not be disabled??

If you want it to 404 then move/delete /usr/local/tomcat/webapps/ROOT/index.jsp

You could also ask over at Docker Community Forums, Docker Community Slack, or Stack Overflow. Since these repositories are for issues with the image and not necessarily for questions of usability

yes noticed there was already a debate somewhere about what should be in the docker image. Maybe a solution is to make a dev image. That has then all default stuff of tomcat.
Now I have (like so many others) create an own image, which is of course a waste of global resources ;)