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
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. Whne i run this code ,it does not return any ports
View Tutorial By: amit at 2009-06-10 02:11:13
2. Excelent sample, I'm disagree with Anon, the sampl
View Tutorial By: Gerardo SaldÃvar at 2009-09-21 15:25:01
3. is good bot not full
View Tutorial By: amin parishani iran at 2010-07-07 10:51:33
4. Basic Example to undestand java literal persons
View Tutorial By: Sajid mestri (maha,sangli) at 2010-10-30 00:44:44
5. I am getting following error, I am using samsung m
View Tutorial By: Ashok at 2013-08-17 05:29:02
6. Nice for java examples, it is easy to understand j
View Tutorial By: Nirmaladevi.T at 2009-06-19 04:42:51
7. help me for this nested for loops
2 3 4 5
View Tutorial By: nadzirah at 2012-10-12 15:33:20
8. Many thanks. I had that problem and your code solv
View Tutorial By: Gianni at 2009-05-06 10:02:14
9. its easy to understand the complete history of jav
View Tutorial By: Arun Tony at 2011-04-10 07:12:04
10. hi friends i hav project work in this topic so pls
View Tutorial By: sullan at 2011-05-08 12:08:56