<?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: Create Struts 2 &#8211; Hello World Application</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></description>
	<lastBuildDate>Sun, 14 Mar 2010 07:43:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: digant</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/comment-page-1/#comment-2540</link>
		<dc:creator>digant</dc:creator>
		<pubDate>Sun, 21 Feb 2010 20:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2540</guid>
		<description>Yes Veera, I am using tomcat 6</description>
		<content:encoded><![CDATA[<p>Yes Veera, I am using tomcat 6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/comment-page-1/#comment-2539</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Sun, 21 Feb 2010 05:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2539</guid>
		<description>Hi Digant,

Which server are you using? Is it Tomcat?</description>
		<content:encoded><![CDATA[<p>Hi Digant,</p>
<p>Which server are you using? Is it Tomcat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digant</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/comment-page-1/#comment-2538</link>
		<dc:creator>digant</dc:creator>
		<pubDate>Sun, 21 Feb 2010 04:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2538</guid>
		<description>Hi VS. Nice tutorial. I am getting this error. :

HTTP Status 500 - 

--------------------------------------------------------------------------------

type Exception report

message 

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

exception 

javax.servlet.ServletException: org.apache.jasper.JasperException: Unsupported encoding:  UTF-8
	org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:515)
	org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:422)


root cause 

org.apache.jasper.JasperException: Unsupported encoding:  UTF-8
	org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
	org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
	org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)
	org.apache.jasper.compiler.JspUtil.getReader(JspUtil.java:1091)
	org.apache.jasper.compiler.ParserController.doParse(ParserController.java:250)
	org.apache.jasper.compiler.ParserController.parseDirectives(ParserController.java:120)
	org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:165)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:332)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:312)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:299)
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
</description>
		<content:encoded><![CDATA[<p>Hi VS. Nice tutorial. I am getting this error. :</p>
<p>HTTP Status 500 &#8211; </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</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: org.apache.jasper.JasperException: Unsupported encoding:  UTF-8<br />
	org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:515)<br />
	org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:422)</p>
<p>root cause </p>
<p>org.apache.jasper.JasperException: Unsupported encoding:  UTF-8<br />
	org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)<br />
	org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)<br />
	org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)<br />
	org.apache.jasper.compiler.JspUtil.getReader(JspUtil.java:1091)<br />
	org.apache.jasper.compiler.ParserController.doParse(ParserController.java:250)<br />
	org.apache.jasper.compiler.ParserController.parseDirectives(ParserController.java:120)<br />
	org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:165)<br />
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:332)<br />
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:312)<br />
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:299)<br />
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)<br />
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)<br />
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)<br />
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)<br />
	javax.servlet.http.HttpServlet.service(HttpServlet.java:717)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahesh</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/comment-page-1/#comment-2416</link>
		<dc:creator>mahesh</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2416</guid>
		<description>Hiii, m getting the following message

HTTP Status 404 - /HelloWorld/

--------------------------------------------------------------------------------

type Status report

message /HelloWorld/

description The requested resource (/HelloWorld/) is not available.


--------------------------------------------------------------------------------

Apache Tomcat/5.0.28</description>
		<content:encoded><![CDATA[<p>Hiii, m getting the following message</p>
<p>HTTP Status 404 &#8211; /HelloWorld/</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>type Status report</p>
<p>message /HelloWorld/</p>
<p>description The requested resource (/HelloWorld/) is not available.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Apache Tomcat/5.0.28</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/comment-page-1/#comment-2341</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Thu, 10 Dec 2009 03:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2341</guid>
		<description>hi,&lt;br&gt;&lt;br&gt;can you give us more details on the error that your are getting?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>can you give us more details on the error that your are getting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasaddvd</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/comment-page-1/#comment-2340</link>
		<dc:creator>prasaddvd</dc:creator>
		<pubDate>Wed, 09 Dec 2009 17:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-2340</guid>
		<description>HI &lt;br&gt;im trying to run the above program, but it is not working properly. can any one solve my problem</description>
		<content:encoded><![CDATA[<p>HI <br />im trying to run the above program, but it is not working properly. can any one solve my problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anoop</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/comment-page-1/#comment-118</link>
		<dc:creator>Anoop</dc:creator>
		<pubDate>Fri, 13 Feb 2009 06:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-118</guid>
		<description>To people who had a problem with missing resource, the problem could also be that you have additional jars in your lib folder (like struts1-core.jar). So make sure that only struts2 jars are present.

Great tutorial!</description>
		<content:encoded><![CDATA[<p>To people who had a problem with missing resource, the problem could also be that you have additional jars in your lib folder (like struts1-core.jar). So make sure that only struts2 jars are present.</p>
<p>Great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waveman</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/comment-page-1/#comment-117</link>
		<dc:creator>Waveman</dc:creator>
		<pubDate>Thu, 12 Feb 2009 20:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-117</guid>
		<description>Just a heads up here....at first I couldn&#039;t get this to work because I had struts 2.1.x as my struts package.
Make sure you are using some variant of 2.0.x

Best wishes...</description>
		<content:encoded><![CDATA[<p>Just a heads up here&#8230;.at first I couldn&#8217;t get this to work because I had struts 2.1.x as my struts package.<br />
Make sure you are using some variant of 2.0.x</p>
<p>Best wishes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/comment-page-1/#comment-96</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Wed, 11 Feb 2009 02:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-96</guid>
		<description>Hi,

I was able to successfully read the message when I accessed http://localhost:8080:HelloWorld/HelloWorld.jsp

and not http://localhost:8080/HelloWorld/HelloWorld.action. The latter throws up an error.

Anyone care to point out the difference ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was able to successfully read the message when I accessed <a href="http://localhost:8080:HelloWorld/HelloWorld.jsp" rel="nofollow">http://localhost:8080:HelloWorld/HelloWorld.jsp</a></p>
<p>and not <a href="http://localhost:8080/HelloWorld/HelloWorld.action" rel="nofollow">http://localhost:8080/HelloWorld/HelloWorld.action</a>. The latter throws up an error.</p>
<p>Anyone care to point out the difference ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sukhoo</title>
		<link>http://veerasundar.com/blog/2008/11/create-struts-2-hello-world-application/comment-page-1/#comment-122</link>
		<dc:creator>Sukhoo</dc:creator>
		<pubDate>Wed, 04 Feb 2009 08:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=92#comment-122</guid>
		<description>hi atul m getting the same error as you got. can you or any one else help me out.

thanx in advance</description>
		<content:encoded><![CDATA[<p>hi atul m getting the same error as you got. can you or any one else help me out.</p>
<p>thanx in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
