Comment on Tutorial - Creating the first application using Struts 2 By Gokul Verma
Comment Added by : Pavan Barot
Comment Added at : 2010-07-11 23:32:35
Comment on Tutorial : Creating the first application using Struts 2 By Gokul Verma
/*Web.xml File */
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4"
    xmlns="<a href="http://java.sun.com/xml/ns/j2ee"">http://java.sun.com/xml/ns/j2ee"</a>
    xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance"">http://www.w3.org/2001/XMLSchema-instance"</a>
    xsi:schemaLocation="<a href="http://java.sun.com/xml/ns/j2ee">http://java.sun.com/xml/ns/j2ee</a>
<a href="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"">http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"</a>>
    <display-name>Struts2 : Hello World</display-name>
    <filter>
        <filter-name>struts2</filter-name>
        <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class>
    </filter>
    <filter-mapping>
        <filter-name>struts2</filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>
  <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
  </welcome-file-list>
</web-app>
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. how does struts work in netbeans 6.9.1?what are th
View Tutorial By: gunavathi at 2014-05-14 08:00:56
2. what will be the answer of this?
int y=10;<
View Tutorial By: divye at 2015-03-20 09:05:46
3. tnx, nice code...
View Tutorial By: Hansoc at 2009-08-18 00:17:58
4. Not bad,but need some implementation
View Tutorial By: surjeet katwal at 2010-01-19 04:41:15
5. Nice example but does not work on me, after execut
View Tutorial By: Junjie Zhang at 2012-01-10 03:26:12
6. Good job. Very clear and concise and a great help.
View Tutorial By: Eduardo at 2012-02-08 19:18:50
7. thanks it is nice
View Tutorial By: Ajay at 2011-07-22 03:44:05
8. PLEASE I WANT A CODE TO BE PUT BEHIND A BUTTON SO
View Tutorial By: KALUSHA at 2012-07-02 12:32:56
9. Buenisimo tutorial, este rebuena la cosa
Gr
View Tutorial By: Popoca at 2010-04-20 15:50:29
10. Hi,Please send me running code for sending sms fro
View Tutorial By: rahul at 2008-11-14 05:15:02