entrypoint.sh 335 B

123456789
  1. #!/bin/bash
  2. echo "entrypoint run..."
  3. default_hosts(){
  4. echo "**********************start /etc/hosts*****************************************"
  5. cat /usr/local/tomcat/webapps/ROOT/WEB-INF/classes/config.properties
  6. echo "********************************************end*****************************"
  7. }
  8. default_hosts
  9. sh bin/catalina.sh run