tomee-webprofile

Apache TomEE Web Profile - Java EE 7 application server

brewmacoslinux
Try with needOr install directly
Source

About

All-Apache Java EE 7 Web Profile stack

Commands

catalinastartup.shshutdown.shtomee

Examples

Start TomEE server$ $(brew --prefix tomee-webprofile)/libexec/bin/startup.sh
Stop TomEE server$ $(brew --prefix tomee-webprofile)/libexec/bin/shutdown.sh
Deploy WAR application to TomEE$ cp myapp.war $(brew --prefix tomee-webprofile)/libexec/webapps/