- #!/bin/bash
- echo "entrypoint run..."
- default_hosts(){
- echo "**********************start /etc/hosts*****************************************"
- cat /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/config.properties
- echo "********************************************end*****************************"
- }
- default_hosts
- sh bin/catalina.sh run
|