<?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: Java Registration Form using Servlet MySQL MVC	</title>
	<atom:link href="https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/feed" rel="self" type="application/rss+xml" />
	<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-registration-page-using-servlet-mysql-mvc</link>
	<description>A Technology Base</description>
	<lastBuildDate>Sun, 26 Mar 2023 17:34:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Ravi Bandakkanavar		</title>
		<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26492</link>

		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Tue, 19 Apr 2022 20:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=3394#comment-26492</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26489&quot;&gt;Mahlon Towett&lt;/a&gt;.

Please check whether you have modified web.xml and added &lt;welcome-file-list&gt;. 

The same issue has been discussed here and it might help you to resolve it.  - https://stackoverflow.com/questions/43186315/tomcat-404-error-the-origin-server-did-not-find-a-current-representation-for-th&lt;/welcome-file-list&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26489">Mahlon Towett</a>.</p>
<p>Please check whether you have modified web.xml and added <welcome-file-list>. </p>
<p>The same issue has been discussed here and it might help you to resolve it.  &#8211; <a href="https://stackoverflow.com/questions/43186315/tomcat-404-error-the-origin-server-did-not-find-a-current-representation-for-th" rel="nofollow ugc">https://stackoverflow.com/questions/43186315/tomcat-404-error-the-origin-server-did-not-find-a-current-representation-for-th</a></welcome-file-list></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mahlon Towett		</title>
		<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26489</link>

		<dc:creator><![CDATA[Mahlon Towett]]></dc:creator>
		<pubDate>Sun, 17 Apr 2022 18:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=3394#comment-26489</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26362&quot;&gt;Isha&lt;/a&gt;.

&quot;The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.&quot;........What could be the problem??]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26362">Isha</a>.</p>
<p>&#8220;The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.&#8221;&#8230;&#8230;..What could be the problem??</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Bandakkanavar		</title>
		<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26369</link>

		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Sun, 01 Aug 2021 08:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=3394#comment-26369</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26365&quot;&gt;fluffy&lt;/a&gt;.

Hi,

Your problem is with URL mapping. Can you check on these 2 values? Make sure they ar exactly same as how you have named them.

servlet-name and url-pattern

&lt;code&gt;&lt;servlet-name&gt;RegisterServlet&lt;/servlet-name&gt;
 &lt;url-pattern&gt;/RegisterServlet&lt;/url-pattern&gt;&lt;/code&gt;


If this doesn&#039;t work then let me know.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26365">fluffy</a>.</p>
<p>Hi,</p>
<p>Your problem is with URL mapping. Can you check on these 2 values? Make sure they ar exactly same as how you have named them.</p>
<p>servlet-name and url-pattern</p>
<p><code><servlet-name>RegisterServlet</servlet-name><br />
 <url-pattern>/RegisterServlet</url-pattern></code></p>
<p>If this doesn&#8217;t work then let me know.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Bandakkanavar		</title>
		<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26368</link>

		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Sun, 01 Aug 2021 08:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=3394#comment-26368</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26362&quot;&gt;Isha&lt;/a&gt;.

Hi Isha,

Can you add some debug statements (Sysout) on each page in order to understand where it is getting stuck? You can refer to console logs to trace it.
If it is an issue with the database, you may not see the connection string object in the logs. 
Let me know, where it is going wring]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26362">Isha</a>.</p>
<p>Hi Isha,</p>
<p>Can you add some debug statements (Sysout) on each page in order to understand where it is getting stuck? You can refer to console logs to trace it.<br />
If it is an issue with the database, you may not see the connection string object in the logs.<br />
Let me know, where it is going wring</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: fluffy		</title>
		<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26365</link>

		<dc:creator><![CDATA[fluffy]]></dc:creator>
		<pubDate>Sun, 25 Jul 2021 20:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=3394#comment-26365</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26352&quot;&gt;Ravi Bandakkanavar&lt;/a&gt;.

I am also facing the issue with web.xml, in display-name and description tag. It says invalid name for both the tags. While connection DB I get : &quot;The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26352">Ravi Bandakkanavar</a>.</p>
<p>I am also facing the issue with web.xml, in display-name and description tag. It says invalid name for both the tags. While connection DB I get : &#8220;The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: isha		</title>
		<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-1#comment-26363</link>

		<dc:creator><![CDATA[isha]]></dc:creator>
		<pubDate>Thu, 22 Jul 2021 05:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=3394#comment-26363</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-1#comment-17914&quot;&gt;omer&lt;/a&gt;.

How did you resolve it?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-1#comment-17914">omer</a>.</p>
<p>How did you resolve it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Isha		</title>
		<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26362</link>

		<dc:creator><![CDATA[Isha]]></dc:creator>
		<pubDate>Thu, 22 Jul 2021 03:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=3394#comment-26362</guid>

					<description><![CDATA[Hello Ravi! The project is downloaded and imported correctly but I am not able to connect through the database. Is there any other thing that I need to download in my system. Like the first page Registration page in opening and after that it is not going anywhere. Please help me with this.]]></description>
			<content:encoded><![CDATA[<p>Hello Ravi! The project is downloaded and imported correctly but I am not able to connect through the database. Is there any other thing that I need to download in my system. Like the first page Registration page in opening and after that it is not going anywhere. Please help me with this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Bandakkanavar		</title>
		<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26352</link>

		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Sun, 11 Jul 2021 09:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=3394#comment-26352</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26351&quot;&gt;qilaa&lt;/a&gt;.

Hi,
Do you see any errors after registration? You can put some logs (sys out statements) after the data insertion into the database and check.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26351">qilaa</a>.</p>
<p>Hi,<br />
Do you see any errors after registration? You can put some logs (sys out statements) after the data insertion into the database and check.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: qilaa		</title>
		<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26351</link>

		<dc:creator><![CDATA[qilaa]]></dc:creator>
		<pubDate>Thu, 08 Jul 2021 01:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=3394#comment-26351</guid>

					<description><![CDATA[Thank you for the tutorial. I have try the tutorial but the problem is why the data do not insert into the database?]]></description>
			<content:encoded><![CDATA[<p>Thank you for the tutorial. I have try the tutorial but the problem is why the data do not insert into the database?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Bandakkanavar		</title>
		<link>https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26345</link>

		<dc:creator><![CDATA[Ravi Bandakkanavar]]></dc:creator>
		<pubDate>Thu, 24 Jun 2021 02:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://sh054.global.temp.domains/~krazyliv/krazytech/?p=3394#comment-26345</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26344&quot;&gt;Maxillion Pranuth&lt;/a&gt;.

Hello,

Thanks for the comments. 
The Register.jsp has JavaScript validations for the form elements. That’s why you are seeing scripting related error. You need to enable the scripting module and popups. Are you using the inbuilt netbeans browser?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://krazytech.com/programs/java-registration-page-using-servlet-mysql-mvc/comment-page-30#comment-26344">Maxillion Pranuth</a>.</p>
<p>Hello,</p>
<p>Thanks for the comments.<br />
The Register.jsp has JavaScript validations for the form elements. That’s why you are seeing scripting related error. You need to enable the scripting module and popups. Are you using the inbuilt netbeans browser?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
