Some problems in the construction of Java environment

Source: Internet
Author: User
Tags java se

1.http://www.eclipse.org/webtools/eclipse official website, SE, EE direction is two different eclipse

2.tomcat is a plug-in for Eclipse and requires additional downloads

Tomcatplugin Installation

In http://www.eclipsetotale.com/tomcatPlugin.html#A3 download the latest version, I downloaded the tomcatpluginv3.3.1.zip
After extracting, move the Com.sysdeo.eclipse.tomcat_3.3.1.jar file to the Eclipse installation folder plugins, eclipse will automatically recognize and display on the toolbar

The Tomcat installation path needs to be set for the first time:

This allows you to turn tomcat on or off

Another: Tomcat user information can be modified:

The contents are as follows:

<tomcat-users>
<!--role Rolename= "Tomcat"/>
<role rolename= "Role1"/-->
<role rolename= "Admin-gui"/>
<role rolename= "Manager-gui"/>
<role rolename= "Manager-script"/>
<role rolename= "MANAGER-JMS"/>
<role rolename= "Manager-status"/>
<user username= "Tomcat" password= "123456" roles= "ADMIN-GUI,MANAGER-GUI,MANAGER-SCRIPT,MANAGER-JMS, Manager-status "/>
<!--user Username= "both" password= "Tomcat" roles= "Tomcat,role1"/>
<user username= "Role1" password= "Tomcat" roles= "Role1"/-->
</tomcat-users>

This will have all the administrator privileges.

3.JDK----Java se developement Kit This is generic, whether J2SE or Java EE are using this standard development tool, the SE here is not for j2se direction, just to illustrate this is the standard version of the development tools.

4.J2EE SDK provides some packages for the development direction of the Java EE

Some problems in the construction of Java environment

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.