Deep understanding of Java Tomcat and activation myeclips _java

Source: Internet
Author: User
1. Configure Tomcat virtual directory
Create the folder "Javaweb" in the D disk, and then add the Web-inf folder and its contents. Create index.html pages and write whatever you want.
Add below the host node in the Webapps/conf/server.xml full of the Tomcat installation path:
<context path= "/javaweb" docbase= "D:\javaweb"/>
Then typing http://localhost:8080/javaweb/in the browser to finish. Oh, too.
2. Installation of Tomcat configuration
The reality is that if you choose to install Windows Service, you do not need to add any environment variables, but only if you have the JDK installed and the Java environment variables are configured:
Copy Code code as follows:

A. Classpath
.; C:\Program Files\java\jdk1.7.0_21\lib\tools.jar; C:\Program Files\java\jdk1.7.0_21\lib\dt.jar;
B. java_home
C:\Program files\java\jdk1.7.0_21
C. Path
%java_home%\bin;%java_home%\lib\dt.jar;%java_home%\jre\bin;%catalina_home%\lib;%catalina_home%\lib\ Servlet-api.jar;%catalina_home%\lib\jsp-api.jar

3. Activate Myeclips
Originally thought also need to register machine, Baidu a bit, someone provided to, take to use directly, usable.
Eclipse
rlr8zc-855550-6954585325769481

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.