Eclipse (non-Java version) configuring the EXTJS environment and installing the deployment tomcat

Source: Internet
Author: User

Eclipse (non-EE version) configuration ExtJS environment (Spket)

1. Install the Spket plugin to help install the new software->http://www.agpad.com/update.

2. Set Spket to write code when prompted, first: Window--preferences--spket--javascript Profiles, click on the right button new, just enter a name, such as ext. Click Extjs--add Library, select ExtJS in the dropdown box, click Extjs--add filewindow--preferences--spket--javascript Profiles, click on the button on the right to new, Enter a name, such as ext. Click Extjs--add Library, select ExtJS in the dropdown box, and click Extjs--add File. You can add the following files:

3. Make Spket the default editor of JS file, General--editors--file Association, set Spket as default, set as follows:

4. After the above process is configured, no surprises, create a new. js file and open it in Eclipse, enter ext. The code hint pops up. It is convenient to write the. js suffix code in Eclipse, but it is not possible for the configuration to run the HTML file directly in Eclipse, you need to install the configuration Tomcat environment.

Eclipse (non-EE version) +tomcat configuration

1. First follow the necessary plugin, Eclipse--help--install New software, click Add, Name arbitrarily: Kepler Location: Http://download.eclipse.org/releases/kepler, This is the Kepler version of the address, other versions of the self-search, in:

Choose to install some of the following plugins:

In order to ensure that there will be no problem after the Web development related plug-in all installed, if only install plug-ins except JST, there will be no Tomcat server runtime environment situation. As in the following, you must install the JST plugin:

2. Go to http://tomcat.apache.org/download install Tomcat plugin, version of the choice, I choose 7.0 version, download down, unzip, copy the plugin into the Java installation directory in the Plugins folder inside.

3. After restarting eclipse, you will see that the plug-in is loaded successfully.

4. Window-preferences-tomcat, set the Tomcat version and path, then click on the far left of a cat should be able to start Tomcat, but I did not start successfully, encountered two errors, one is the permissions issue, one is the port problem, permission problems , go to the Tomcat installation folder right click, under Properties to modify folder security permissions. The port problem is because I already have a program in my computer that occupies 8080 ports, so I need to modify the Tomcat port, the Tomcat port is modified according to the method of the website to modify the port number inside the Server.xml, the data find itself.

5. Finally, set Window-preferences-server-runtime environment, click Add, add Tomcat path information, and more.

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.