Configure Tomcat under Mac

Source: Internet
Author: User

The first step:

1. Open your terminal: then enter Pico. Bash_profile return

Step Two:

2. Then add the path to your tomcat-placed paths

After editing, control+x (save) Continue: Y (agree) carriage return;

3. Enter Export path= $PATH:/library/tomcat6/bin

4. Update the configured environment variable source. bash_profile

Step three: Start Tamcat;

1) If you have configured (convenient) This step, you can enter the startup.sh directly in the terminal

2) If you do not configure (convenient) This step, first CD xxxx (XXX Indicates the path that you Tomcat put to), and then enter ./startup.sh

Attention:

If the word "Permission denied" appears after startup.sh, you will need to set permissions on this directory:

Start Terminal: Enter sudo chmod 755 xxx/bin/*.sh (XXX Indicates the path you tomcat put to) enter;

OK, start Tomcat again at the terminal input startup.sh;

Configure Tomcat under Mac

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.