Start Apache and Tomcat Commands

Start Apache and Tomcat

  1. Start Apache:
    $APACHE_HOME/bin/apachectl -k start
  2. To stop use:
    $APACHE_HOME/bin/apachectl -k stop
  3. Start Tomcat:
    $TOMCAT_HOME/bin/startup.sh
  4. Stop Tomcat:
    $TOMCAT_HOME/bin/shutdown.sh

Bu blogdaki popüler yayınlar

About Android padding, margin, width, height, wrap_content, match_parent, R Class

@SerializedName and @Expose annotations