Freebsd6.3 install tomcat6.0.14

Source: Internet
Author: User
Tags ftp login

1. FTP login ftp.freebsdchina.org/pub/freebsd/ports/ I #/packages-6.3-release/www download apache-tomcat-6.0.14.tbz

2. install Tomcat... pkg_add apache-tomcat-6.0.14.tbz

3. in the basic system of the FreeBSD environment, two shells can be used: SH and CSH. Sh is "$" and CSH is "%". If the root user is used, the logon prompt will be "#". when logging on to the system, SH will first execute the/etc/profile file to set the most basic environment for each user, and CSH will use/etc/CSH. cshrc, CSH. login and CSH. logout is used as the system CSH resource file.

Shell default is sh, so VI/etc/profile, add the following statement setenv java_home/usr/local/diablo-jdk1.5.0 setenv classpath = .; $ java_home/JRE/lib/RT. jar; $ java_home/lib/DT. jar; $ java_home/lib/tools. jar 4. next, if Tomcat cannot be started, the can't load CONF/server will be displayed. XML, because all files in the conf directory contain one more sample, you need Cp *. sample ..., it is okay to copy all files without sample. The default port is 8180 instead of the original 8080.

Related Article

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.