How to configure struts2.2.1 in MyEclipse

Source: Internet
Author: User
Tags constant xmlns

1, the first is to build a Web project project

2, set JDK and servers paths, skip this step if JDK and servers have been configured OK.

Configure JDK and servers in the window options in the menu

For JDK, click Java-.> to find the JRE, and enter your JDK installation directory.

For servers, click Tomcat in the servers in MyEclipse, and be sure to select the Enable

And then, in finding your place of installation

3, configure Struts

Four things to do.

First one

The first is to find Apps/struts2-blank-2.2.1.war/web-inf in your struts2 unpacked package.

/classes/struts.xml Copy to SRC in your MyEclipse project, and then make changes

Second piece

Copy the class library files in the Lib to your myeclipse/lib in the directory just now.

Third piece

In your project, copy the following items from the Web-xml in the directory below to your web-xml.

<web-app id=webapp_9 xmlns= "http://java.sun.com/xml/ns/j2ee" version= "2.4" < p>

Xmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance"

Xsi:schemalocation= "Http://java.sun.com/xml/ns/j2ee

Http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd ">

Struts Blank

Struts2

Org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

Struts2

/*

Fourth piece

Modify your struts2 configuration file, which is struts.xml, and remember to delete or annotate everything.

"-//apache Software foundation//dtd Struts Configuration 2.0//en"

"Http://struts.apache.org/dtds/struts-2.0.dtd" >

/upload.jsp

/upload

/succ.jsp

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.