<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Struts 2 &#8211; Hello World Tutorial</title>
	<atom:link href="http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/</link>
	<description>Java, web and design</description>
	<lastBuildDate>Wed, 16 May 2012 22:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sneha</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/#comment-2305</link>
		<dc:creator>Sneha</dc:creator>
		<pubDate>Wed, 16 May 2012 10:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2305</guid>
		<description>Thanks sir...can we run this directly from eclipse?</description>
		<content:encoded><![CDATA[<p>Thanks sir&#8230;can we run this directly from eclipse?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atul</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/#comment-2253</link>
		<dc:creator>Atul</dc:creator>
		<pubDate>Thu, 03 May 2012 08:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2253</guid>
		<description>Here we are using filter.can u tell me what is the reason behind it and without using filterit is running or not.</description>
		<content:encoded><![CDATA[<p>Here we are using filter.can u tell me what is the reason behind it and without using filterit is running or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archana</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/#comment-2231</link>
		<dc:creator>Archana</dc:creator>
		<pubDate>Fri, 27 Apr 2012 11:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2231</guid>
		<description>Nice poc..Really helpful for beginers of struts 2.0.Please post if you know anything about iterceptor with such a nice description</description>
		<content:encoded><![CDATA[<p>Nice poc..Really helpful for beginers of struts 2.0.Please post if you know anything about iterceptor with such a nice description</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shona</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/#comment-2225</link>
		<dc:creator>shona</dc:creator>
		<pubDate>Wed, 25 Apr 2012 11:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2225</guid>
		<description>im trying to start server bt this error occurs plz suggest smthng to get out of it n run my project:



25 Apr, 2012 4:42:12 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files (x86)\Java\jdk1.6.0\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files (x86)/Java/jdk1.6.0/bin/../jre/bin/client;C:/Program Files (x86)/Java/jdk1.6.0/bin/../jre/bin;C:/Program Files (x86)/Java/jdk1.6.0/bin/../jre/lib/i386;C:\Program Files (x86)\PC Connectivity Solution\;C:\Program Files (x86)\Common Files\ArcSoft\Bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Dell\DW WLAN Card;c:\Program Files\WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\Rational\common;C:\Program Files (x86)\Java\jdk1.5.0_08\bin;C:\driver;C:\Program Files (x86)\Java\jdk1.6.0\bin;C:\RailsInstaller\Git\cmd;C:\RailsInstaller\Ruby1.8.7\bin;C:\BC5\BIN;E:\SONAL&#039;S DOC\BMC-MAC\softwares\eclipse-jee-helios-SR2-win32\eclipse;
25 Apr, 2012 4:42:12 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property &#039;source&#039; to &#039;org.eclipse.jst.jee.server:HelloWorld&#039; did not find a matching property.
25 Apr, 2012 4:42:12 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler [&quot;http-bio-8080&quot;]
25 Apr, 2012 4:42:12 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler [&quot;ajp-bio-8080&quot;]
25 Apr, 2012 4:42:12 PM org.apache.coyote.AbstractProtocol init
SEVERE: Failed to initialize end point associated with ProtocolHandler [&quot;ajp-bio-8080&quot;]
java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
	at java.net.ServerSocket.bind(ServerSocket.java:319)
	at java.net.ServerSocket.(ServerSocket.java:185)
	at java.net.ServerSocket.(ServerSocket.java:141)
	at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:49)
	at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:369)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:553)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:369)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:937)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:781)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:573)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:598)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:449)
25 Apr, 2012 4:42:12 PM org.apache.catalina.core.StandardService initInternal
SEVERE: Failed to initialize connector [Connector[AJP/1.3-8080]]
org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8080]]
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106)
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:781)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:573)
	at org.apache.catalina.startup.Catalina.load(Catalina.java:598)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:449)
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:939)
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
	... 12 more
Caused by: java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
	at java.net.ServerSocket.bind(ServerSocket.java:319)
	at java.net.ServerSocket.(ServerSocket.java:185)
	at java.net.ServerSocket.(ServerSocket.java:141)
	at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:49)
	at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:369)
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:553)
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:369)
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:937)
	... 13 more
25 Apr, 2012 4:42:12 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 413 ms
25 Apr, 2012 4:42:12 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
25 Apr, 2012 4:42:12 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.23
25 Apr, 2012 4:42:12 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler [&quot;http-bio-8080&quot;]
25 Apr, 2012 4:42:12 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 568 ms
25 Apr, 2012 4:42:13 PM org.apache.catalina.core.StandardServer await
WARNING: StandardServer.await: Invalid command &#039;GET / HTTP/1.1&#039; received</description>
		<content:encoded><![CDATA[<p>im trying to start server bt this error occurs plz suggest smthng to get out of it n run my project:</p>
<p>25 Apr, 2012 4:42:12 PM org.apache.catalina.core.AprLifecycleListener init<br />
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files (x86)\Java\jdk1.6.0\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files (x86)/Java/jdk1.6.0/bin/../jre/bin/client;C:/Program Files (x86)/Java/jdk1.6.0/bin/../jre/bin;C:/Program Files (x86)/Java/jdk1.6.0/bin/../jre/lib/i386;C:\Program Files (x86)\PC Connectivity Solution\;C:\Program Files (x86)\Common Files\ArcSoft\Bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Dell\DW WLAN Card;c:\Program Files\WIDCOMM\Bluetooth Software\;c:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\Rational\common;C:\Program Files (x86)\Java\jdk1.5.0_08\bin;C:\driver;C:\Program Files (x86)\Java\jdk1.6.0\bin;C:\RailsInstaller\Git\cmd;C:\RailsInstaller\Ruby1.8.7\bin;C:\BC5\BIN;E:\SONAL&#8217;S DOC\BMC-MAC\softwares\eclipse-jee-helios-SR2-win32\eclipse;<br />
25 Apr, 2012 4:42:12 PM org.apache.tomcat.util.digester.SetPropertiesRule begin<br />
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property &#8216;source&#8217; to &#8216;org.eclipse.jst.jee.server:HelloWorld&#8217; did not find a matching property.<br />
25 Apr, 2012 4:42:12 PM org.apache.coyote.AbstractProtocol init<br />
INFO: Initializing ProtocolHandler ["http-bio-8080"]<br />
25 Apr, 2012 4:42:12 PM org.apache.coyote.AbstractProtocol init<br />
INFO: Initializing ProtocolHandler ["ajp-bio-8080"]<br />
25 Apr, 2012 4:42:12 PM org.apache.coyote.AbstractProtocol init<br />
SEVERE: Failed to initialize end point associated with ProtocolHandler ["ajp-bio-8080"]<br />
java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind<br />
	at java.net.PlainSocketImpl.socketBind(Native Method)<br />
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)<br />
	at java.net.ServerSocket.bind(ServerSocket.java:319)<br />
	at java.net.ServerSocket.(ServerSocket.java:185)<br />
	at java.net.ServerSocket.(ServerSocket.java:141)<br />
	at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:49)<br />
	at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:369)<br />
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:553)<br />
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:369)<br />
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:937)<br />
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)<br />
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)<br />
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)<br />
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:781)<br />
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)<br />
	at org.apache.catalina.startup.Catalina.load(Catalina.java:573)<br />
	at org.apache.catalina.startup.Catalina.load(Catalina.java:598)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)<br />
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:449)<br />
25 Apr, 2012 4:42:12 PM org.apache.catalina.core.StandardService initInternal<br />
SEVERE: Failed to initialize connector [Connector[AJP/1.3-8080]]<br />
org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8080]]<br />
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106)<br />
	at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559)<br />
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)<br />
	at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:781)<br />
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)<br />
	at org.apache.catalina.startup.Catalina.load(Catalina.java:573)<br />
	at org.apache.catalina.startup.Catalina.load(Catalina.java:598)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:281)<br />
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:449)<br />
Caused by: org.apache.catalina.LifecycleException: Protocol handler initialization failed<br />
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:939)<br />
	at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)<br />
	&#8230; 12 more<br />
Caused by: java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind<br />
	at java.net.PlainSocketImpl.socketBind(Native Method)<br />
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)<br />
	at java.net.ServerSocket.bind(ServerSocket.java:319)<br />
	at java.net.ServerSocket.(ServerSocket.java:185)<br />
	at java.net.ServerSocket.(ServerSocket.java:141)<br />
	at org.apache.tomcat.util.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:49)<br />
	at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:369)<br />
	at org.apache.tomcat.util.net.AbstractEndpoint.init(AbstractEndpoint.java:553)<br />
	at org.apache.coyote.AbstractProtocol.init(AbstractProtocol.java:369)<br />
	at org.apache.catalina.connector.Connector.initInternal(Connector.java:937)<br />
	&#8230; 13 more<br />
25 Apr, 2012 4:42:12 PM org.apache.catalina.startup.Catalina load<br />
INFO: Initialization processed in 413 ms<br />
25 Apr, 2012 4:42:12 PM org.apache.catalina.core.StandardService startInternal<br />
INFO: Starting service Catalina<br />
25 Apr, 2012 4:42:12 PM org.apache.catalina.core.StandardEngine startInternal<br />
INFO: Starting Servlet Engine: Apache Tomcat/7.0.23<br />
25 Apr, 2012 4:42:12 PM org.apache.coyote.AbstractProtocol start<br />
INFO: Starting ProtocolHandler ["http-bio-8080"]<br />
25 Apr, 2012 4:42:12 PM org.apache.catalina.startup.Catalina start<br />
INFO: Server startup in 568 ms<br />
25 Apr, 2012 4:42:13 PM org.apache.catalina.core.StandardServer await<br />
WARNING: StandardServer.await: Invalid command &#8216;GET / HTTP/1.1&#8242; received</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/#comment-2179</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Wed, 11 Apr 2012 12:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2179</guid>
		<description>Thanks...Veera Sundar...Its working..People who are getting error resource not found just delete all the jar files except mentioned in this tutorial like ...    commons-logging-1.0.4.jar,  freemarker-2.3.8.jar,   ognl-2.6.11.jar, struts2-core-2.0.11.jar,  xwork-2.0.4.jar also try to include jar file commons-fileupload-1.2.2.jar.
It works fine then...</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;Veera Sundar&#8230;Its working..People who are getting error resource not found just delete all the jar files except mentioned in this tutorial like &#8230;    commons-logging-1.0.4.jar,  freemarker-2.3.8.jar,   ognl-2.6.11.jar, struts2-core-2.0.11.jar,  xwork-2.0.4.jar also try to include jar file commons-fileupload-1.2.2.jar.<br />
It works fine then&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohana Priya M</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/#comment-2166</link>
		<dc:creator>Mohana Priya M</dc:creator>
		<pubDate>Mon, 09 Apr 2012 10:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2166</guid>
		<description>Really Usefull.Thnk u:)</description>
		<content:encoded><![CDATA[<p>Really Usefull.Thnk u:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/#comment-171</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 10 Feb 2012 20:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-171</guid>
		<description>Nice article. Everything worked fine for me using Eclipse Helios and tomcat 7. I first installed the JBoss Struts tools and AS tools into eclipse, and created a new project, and a new app server for tomcat 7. I downloaded Struts (everything) and unzipped struts2-blank.war, then copied everything in the lib directory to the lib directory of my project. I copied the contents of the different xml files from this site into TextPad, and then saved them to the right directory. The last file, had &gt; instead of &gt;, and so I changed that. I can&#039;t think of anything else I did that was different.</description>
		<content:encoded><![CDATA[<p>Nice article. Everything worked fine for me using Eclipse Helios and tomcat 7. I first installed the JBoss Struts tools and AS tools into eclipse, and created a new project, and a new app server for tomcat 7. I downloaded Struts (everything) and unzipped struts2-blank.war, then copied everything in the lib directory to the lib directory of my project. I copied the contents of the different xml files from this site into TextPad, and then saved them to the right directory. The last file, had &gt; instead of &gt;, and so I changed that. I can&#8217;t think of anything else I did that was different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishna</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/#comment-170</link>
		<dc:creator>krishna</dc:creator>
		<pubDate>Wed, 18 Jan 2012 07:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-170</guid>
		<description>problem:
I am unable to see the words: “Hi there! This is a warm hello from Struts 2?


i followed the same steps... but i am clueless what is going wrong here</description>
		<content:encoded><![CDATA[<p>problem:<br />
I am unable to see the words: “Hi there! This is a warm hello from Struts 2?</p>
<p>i followed the same steps&#8230; but i am clueless what is going wrong here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/#comment-169</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Thu, 22 Dec 2011 04:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-169</guid>
		<description>I followed steps but got this output in browser:

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Filter execution threw an exception

root cause

java.lang.NoClassDefFoundError: Could not initialize class com.opensymphony.xwork2.util.profiling.UtilTimerStack
	org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:425)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.


Thanks in advance..</description>
		<content:encoded><![CDATA[<p>I followed steps but got this output in browser:</p>
<p>type Exception report</p>
<p>message</p>
<p>description The server encountered an internal error () that prevented it from fulfilling this request.</p>
<p>exception</p>
<p>javax.servlet.ServletException: Filter execution threw an exception</p>
<p>root cause</p>
<p>java.lang.NoClassDefFoundError: Could not initialize class com.opensymphony.xwork2.util.profiling.UtilTimerStack<br />
	org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:425)</p>
<p>note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.</p>
<p>Thanks in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasann Kumar Jha</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/#comment-168</link>
		<dc:creator>Prasann Kumar Jha</dc:creator>
		<pubDate>Wed, 28 Sep 2011 23:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-168</guid>
		<description>Hello Sir,
Great Tutorial............. I ran in first attempt...............
Thank you !</description>
		<content:encoded><![CDATA[<p>Hello Sir,<br />
Great Tutorial&#8230;&#8230;&#8230;&#8230;. I ran in first attempt&#8230;&#8230;&#8230;&#8230;&#8230;<br />
Thank you !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

