<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lemonpress's Weblog</title>
	<atom:link href="http://lemonpress.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lemonpress.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 20 Apr 2010 02:20:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lemonpress.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Lemonpress's Weblog</title>
		<link>http://lemonpress.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lemonpress.wordpress.com/osd.xml" title="Lemonpress&#039;s Weblog" />
	<atom:link rel='hub' href='http://lemonpress.wordpress.com/?pushpress=hub'/>
		<item>
		<title>debugger setup for Web Application VS2005/IIS7/Vista</title>
		<link>http://lemonpress.wordpress.com/2010/04/20/debugger-setup-for-web-application-vs2005iis7vista/</link>
		<comments>http://lemonpress.wordpress.com/2010/04/20/debugger-setup-for-web-application-vs2005iis7vista/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 00:13:28 +0000</pubDate>
		<dc:creator>lemonpress</dc:creator>
				<category><![CDATA[Debugging ASP.NET]]></category>

		<guid isPermaLink="false">http://lemonpress.wordpress.com/?p=29</guid>
		<description><![CDATA[Web Application Project/Properties (Project, not Solution) is the main config place for debug Build&#62;Configuration&#62; Active(Debug) &#8212;-&#62; try All configurations too Build &#62; General &#62; Defing debug Constant (unchecked) Build &#62; General &#62; Define trace Constant (checked) Build &#62; Output &#62; bin\ Web &#62; Start Action &#62; try variations: Specific Page equivalent to Solution explorer &#62; RClick [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=29&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Web Application Project/Properties (Project, not Solution) is the main config place for debug</strong></p>
<p>Build&gt;Configuration&gt; Active(Debug) &#8212;-&gt; try All configurations too</p>
<p>Build &gt; General &gt; Defing debug Constant (unchecked)</p>
<p>Build &gt; General &gt; Define trace Constant (checked)</p>
<p>Build &gt; Output &gt; bin\</p>
<p>Web &gt; Start Action &gt; try variations:</p>
<ul>
<li>Specific Page equivalent to Solution explorer &gt; RClick Page.aspx &gt; Set as Start Page</li>
<li>Current page &#8211; page.aspx[.cs] displayed in Active tab in VS editor.</li>
<li>Try other variations</li>
</ul>
<p>Web &gt; Servers</p>
<ul>
<li>Option 1: Use Visual Sudio Development Server &gt; auto-assign port/Specific Port; Enable Edit and Continue (checked) &#8211; this is what it should normally be</li>
<li>Option 2: Use IIS Web Server</li>
</ul>
<p><span id="more-29"></span></p>
<p><strong>Previously this fixed the problem but now it doesn&#8217;t work</strong></p>
<p>1. c:\Windows\system32\drivers\etc\hosts commented out</p>
<div id="_mcePaste">#::1             localhost</div>
<div id="_mcePaste">2. removed env var</div>
<div id="_mcePaste">FP_NO_HOST_CHECK</div>
<p>1. c:\Windows\system32\drivers\etc\hostscommented out#::1             localhost2. removed env varFP_NO_HOST_CHECK</p>
<p><strong>Debugging web application using IIS Web server</strong></p>
<p>Install the IIS 6.0 Management Compatibility Components by using the Windows Vista Control Panel</p>
<ul>
<li>Control Panel, click Programs and Features, and then click Turn Windows features on or off (LHS).</li>
<li>Open Internet Information Services.</li>
<li>Open Web Management Tools.</li>
<li>Open IIS 6.0 Management Compatibility.</li>
<li>Select the check boxes for IIS 6 Metabase and IIS 6 configuration compatibility and IIS 6 Management Console.</li>
<li>Click OK.</li>
</ul>
<p><a href="http://www.activexperts.com/support/activmonitor/online/ii6metabase/" target="_blank">http://www.activexperts.com/support/activmonitor/online/ii6metabase/</a></p>
<p><a href="http://learn.iis.net/page.aspx/125/metabase-compatibility-with-iis-7/" target="_blank">http://learn.iis.net/page.aspx/125/metabase-compatibility-with-iis-7/</a></p>
<p><a href="http://blog.scrappydog.com/2008/06/enabling-iis-6-metabase-compatibility.html" target="_blank">http://blog.scrappydog.com/2008/06/enabling-iis-6-metabase-compatibility.html</a></p>
<p><a href="http://americanparanoia.com/wconnect/weblog/ShowEntry.blog?id=493" target="_blank">http://americanparanoia.com/wconnect/weblog/ShowEntry.blog?id=493</a></p>
<p><strong>Change Security Settings for IIS</strong></p>
<ul>
<li>Control Panel, click Programs and Features, and then click Turn Windows features on or off (LHS).</li>
<li>Internet Information Services</li>
<li>Security</li>
<li>check Windows Authentication &amp; basic Authentication</li>
<li>open in IIS7 manager</li>
<li>click web site virtual directory, e.g. museumoflondon</li>
<li>in Features View/Security/Authentication select Windows &amp; Basic Authentication &#8220;Enable&#8221;</li>
</ul>
<p><strong>In VS Web Application project/Properties/Web</strong></p>
<ul>
<li>check radio button &#8220;Use IIS Web Server&#8221;</li>
</ul>
<p><strong>In web.config</strong></p>
<p>&lt;configuration&gt;&lt;system.web&gt;</p>
<p>&lt;compilation debug=&#8221;true&#8221; /&gt;</p>
<p>&lt;authentication mode=&#8221;Windows&#8221; /&gt;</p>
<p><strong>VS Top Menu places relating to debugging</strong></p>
<p>Project &gt; Set as Startup Project</p>
<p>Build &gt; Configuration Manager &gt;Properties</p>
<p>Project=museumoflondon</p>
<p>Configuration = Debug</p>
<p>Platform= Any CPU</p>
<p>Build = True</p>
<p>Tools &gt; Options &gt; Debugging &gt; General</p>
<p>Enable Source server Support; Print source server diagnostic messages</p>
<p>View &gt; Toolbars &gt; debug, Debug Location</p>
<p>Project &gt; ASP.Net Configuration &gt; Application Configuration &gt; Debugging and Tracing &gt; Configure Debugging and tracing &gt; Tick Enable debugging</p>
<p>Ticking more options will display lots of logging info in the browser on aspx page invocation</p>
<p><strong>Project config places relating to Debug</strong></p>
<p>D:\vs_projects\museumoflondon\museumoflondon\museumoflondon.csproj.user (also contains debug settings)</p>
<p>D:\vs_projects\museumoflondon\museumoflondon\museumoflondon.csproj</p>
<p><strong>Delete crap</strong></p>
<p>D:\vs_projects\museumoflondon\museumoflondon\bin</p>
<p>D:\vs_projects\museumoflondon\museumoflondon\obj</p>
<p>D:\vs_projects\museumoflondon\museumoflondon\App_Data</p>
<p>C:\Users\julia\AppData\Local\Microsoft\WebsiteCache</p>
<p>C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files</p>
<p><strong><br />
</strong></p>
<p><strong>More on MSDN: Debugging in VS2005</strong></p>
<p>http://msdn.microsoft.com/en-us/library/sc65sadd%28v=VS.80%29.aspx</p>
<p>http://msdn.microsoft.com/en-us/library/e8z01xdh%28VS.80%29.aspx</p>
<p><strong><br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemonpress.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemonpress.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemonpress.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemonpress.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lemonpress.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lemonpress.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lemonpress.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lemonpress.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemonpress.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemonpress.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemonpress.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemonpress.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemonpress.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemonpress.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=29&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lemonpress.wordpress.com/2010/04/20/debugger-setup-for-web-application-vs2005iis7vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82e40108c0d2600c8644339a5668de0d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lemonpress</media:title>
		</media:content>
	</item>
		<item>
		<title>JBoss references</title>
		<link>http://lemonpress.wordpress.com/2008/03/29/jboss-references/</link>
		<comments>http://lemonpress.wordpress.com/2008/03/29/jboss-references/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 17:25:37 +0000</pubDate>
		<dc:creator>lemonpress</dc:creator>
				<category><![CDATA[Java environment]]></category>

		<guid isPermaLink="false">http://lemonpress.wordpress.com/?p=26</guid>
		<description><![CDATA[JBoss How too&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=26&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://javahowto.blogspot.com/2006/08/access-jboss-datasource-remotely-from.html">JBoss How too&#8230;</a></p>
<p><a href="http://javahowto.blogspot.com/2006/08/access-jboss-datasource-remotely-from.html"></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemonpress.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemonpress.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemonpress.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemonpress.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemonpress.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemonpress.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lemonpress.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lemonpress.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lemonpress.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lemonpress.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemonpress.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemonpress.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemonpress.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemonpress.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemonpress.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemonpress.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=26&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lemonpress.wordpress.com/2008/03/29/jboss-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82e40108c0d2600c8644339a5668de0d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lemonpress</media:title>
		</media:content>
	</item>
		<item>
		<title>Tomcat6 references</title>
		<link>http://lemonpress.wordpress.com/2008/03/15/tomcat6-references/</link>
		<comments>http://lemonpress.wordpress.com/2008/03/15/tomcat6-references/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 19:40:09 +0000</pubDate>
		<dc:creator>lemonpress</dc:creator>
				<category><![CDATA[Java environment]]></category>

		<guid isPermaLink="false">http://lemonpress.wordpress.com/?p=23</guid>
		<description><![CDATA[A Tutorial on Installing and Using Jakarta Tomcat 6 for Servlet and JSP Development Using Apache HTTP with Apache Tomcat Pro Apache Tomcat 6 , apress on-line in google books http://books.google.co.uk/books?id=bgMKmsXVbTAC&#038;pg=PA109&#038;lpg=PA109&#038;dq=administration+tool+for+tomcat+6+&#038;source=web&#038;ots=toCJPBjrXZ&#038;sig=VDyJ5fNVhX1ON8n5IV9wBPO_wiU&#038;hl=en#PPA109,M1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=23&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.coreservlets.com/Apache-Tomcat-Tutorial/"><br />
A Tutorial on Installing and Using Jakarta Tomcat 6 for Servlet and JSP Development</a><br />
<a href="http://johnturner.com/howto/apache-tomcat-howto.html"> Using Apache HTTP with Apache Tomcat</a></p>
<p><a href="http://books.google.co.uk/books?id=bgMKmsXVbTAC&amp;pg=PA109&amp;lpg=PA109&amp;dq=administration+tool+for+tomcat+6+&amp;source=web&amp;ots=toCJPBjrXZ&amp;sig=VDyJ5fNVhX1ON8n5IV9wBPO_wiU&amp;hl=en#PPA109,M1"> Pro Apache Tomcat 6 , apress on-line in google books</a></p>
<p>http://books.google.co.uk/books?id=bgMKmsXVbTAC&#038;pg=PA109&#038;lpg=PA109&#038;dq=administration+tool+for+tomcat+6+&#038;source=web&#038;ots=toCJPBjrXZ&#038;sig=VDyJ5fNVhX1ON8n5IV9wBPO_wiU&#038;hl=en#PPA109,M1</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemonpress.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemonpress.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemonpress.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemonpress.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemonpress.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemonpress.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lemonpress.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lemonpress.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lemonpress.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lemonpress.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemonpress.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemonpress.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemonpress.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemonpress.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemonpress.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemonpress.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=23&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lemonpress.wordpress.com/2008/03/15/tomcat6-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82e40108c0d2600c8644339a5668de0d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lemonpress</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL settings</title>
		<link>http://lemonpress.wordpress.com/2008/03/15/mysql-settings/</link>
		<comments>http://lemonpress.wordpress.com/2008/03/15/mysql-settings/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 19:06:18 +0000</pubDate>
		<dc:creator>lemonpress</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://lemonpress.wordpress.com/?p=22</guid>
		<description><![CDATA[mysql -u root -p admin Port: 3306 Data: C:\Data<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=22&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>mysql -u root -p</p>
<p>admin</p>
<p>Port: 3306</p>
<p>Data: C:\Data</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemonpress.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemonpress.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemonpress.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemonpress.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemonpress.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemonpress.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lemonpress.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lemonpress.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lemonpress.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lemonpress.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemonpress.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemonpress.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemonpress.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemonpress.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemonpress.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemonpress.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=22&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lemonpress.wordpress.com/2008/03/15/mysql-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82e40108c0d2600c8644339a5668de0d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lemonpress</media:title>
		</media:content>
	</item>
		<item>
		<title>Useful reference blog on how to make JSF, Tomcat and Eclipse work together</title>
		<link>http://lemonpress.wordpress.com/2008/03/03/useful-reference-blog-on-how-to-set-oup-jsf-tomcat-and-eclipse-together/</link>
		<comments>http://lemonpress.wordpress.com/2008/03/03/useful-reference-blog-on-how-to-set-oup-jsf-tomcat-and-eclipse-together/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 01:18:38 +0000</pubDate>
		<dc:creator>lemonpress</dc:creator>
				<category><![CDATA[Java environment]]></category>

		<guid isPermaLink="false">http://lemonpress.wordpress.com/2008/03/03/useful-reference-blog-on-how-to-set-oup-jsf-tomcat-and-eclipse-together/</guid>
		<description><![CDATA[http://balusc.blogspot.com/2008/01/jsf-tutorial-with-eclipse-and-tomcat.html I wish I came across it earlier!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=21&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://balusc.blogspot.com/2008/01/jsf-tutorial-with-eclipse-and-tomcat.html"> http://balusc.blogspot.com/2008/01/jsf-tutorial-with-eclipse-and-tomcat.html</a></p>
<p>I wish I came across it earlier!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemonpress.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemonpress.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemonpress.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemonpress.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemonpress.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemonpress.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lemonpress.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lemonpress.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lemonpress.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lemonpress.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemonpress.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemonpress.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemonpress.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemonpress.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemonpress.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemonpress.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=21&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lemonpress.wordpress.com/2008/03/03/useful-reference-blog-on-how-to-set-oup-jsf-tomcat-and-eclipse-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82e40108c0d2600c8644339a5668de0d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lemonpress</media:title>
		</media:content>
	</item>
		<item>
		<title>Tomcat6 installation</title>
		<link>http://lemonpress.wordpress.com/2008/03/02/tomcat6-installation/</link>
		<comments>http://lemonpress.wordpress.com/2008/03/02/tomcat6-installation/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 22:19:43 +0000</pubDate>
		<dc:creator>lemonpress</dc:creator>
				<category><![CDATA[Java environment]]></category>

		<guid isPermaLink="false">http://lemonpress.wordpress.com/?p=19</guid>
		<description><![CDATA[Prerequisits Make sure you uninstall Tomcat if you have one installed already, otherwise Tomcat&#8217;s Windows Service Installer will fail with bizarre message about permissions Make sure you have JRE 5 and Java EnvVars all set in System&#62;Advalced&#62;Environment Variables (JAVA-HOME, Path in System EnvVars, optionally Path in User&#8217;s Vars and CLASSPATH) Just in case set a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=19&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Prerequisits</h2>
<ol>
<li>Make sure you uninstall Tomcat if you have one installed already, otherwise Tomcat&#8217;s Windows Service Installer will fail with bizarre message about permissions</li>
<li><font size="2">Make sure you have JRE 5 and Java EnvVars all set in System&gt;Advalced&gt;Environment Variables (<b>JAVA-HOME, Path in System EnvVars</b>, optionally Path in User&#8217;s Vars and CLASSPATH) </font></li>
<li>Just in case set a new EnvVar <b>CATALINA-HOME=c:Tomcat6</b><font size="2">. This is my home dir for Tomcat, although WSI claims it will register CATALINA-HOME env-var automatically, last time it didn&#8217;t. </font></li>
<li><font size="2">you can optionally read Setup notes here<a href="http://tomcat.apache.org/tomcat-6.0-doc/">http://tomcat.apache.org/tomcat-6.0-doc/</a>, although the install with WSI should be trivial, if nothing goes wrong.</font></li>
<li><font size="2">You may want to restart PC, although it may be an overkill these days.</font></li>
<li><font size="2">Choosing Port for Tomcat is a bit of a guesswork: you can start all web services before doing Tomcat installation and run SysInternalsSuit tool tcpview.exe. On my PC I mistakenly uninstalled .NET framework and never got around to installing it back. So tcpview gives me frighteningly sounding windows  error message, but never mind, it still runs and scans the ports. Make a list of all taken TCP ports. Optionally you can check which processes are running on these ports using procexp.exe from the same SysInternalsSuit. Make a list of ports and process IDs of interest in tcpview then go to procexp and check the names and descriptions against process numbers. Finally you can figure out which ports you can take, obviously the port num should be &gt; 1024. Anything in 80XX range will be fine. Often servers require additional ports, some of which may be temporary and some grab free ports and make them permanent. To be dead sure that your chosen port and any additional ports the Tomcat may decide to grab will be available, start all your servers, i.e. JBoss, MySQL and so on. And then do the installation of Tomcat. If there is a conflict it will be discovered immediatelly, and it will also avoid potential future conflicts of ports.</font></li>
</ol>
<h2>Installation</h2>
<ol>
<li>
<div>Download <b>Windows Service Installer</b> for Tomcat6 from here:  <a href="http://tomcat.apache.org/download-60.cgi">http://tomcat.apache.org/download-60.cgi</a> and save in C:Downloads</div>
</li>
<li><font size="2">you can also download <a href="http://www.mirrorservice.org/sites/ftp.apache.org/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.zip">zip</a>&#8216;ed Tomcat, but only for reference. Do not try to run bin/startup.bat or bin/tomcat6.exe in it. Firstly, because it is restricted to port 8080, and in my case, port 8080 is already taken by JBoss.<font size="2"><br />
</font></font></li>
<li><font size="2"><font size="2">Turn off Firewall &#8211; it is not essential, but it prevents Windows complaining about security when WSI tries to grab the port.</font></font></li>
<li><font size="2"><font size="2">Run WSI and choose your config settings. Mine are</font><br />
Home Dir: <b>C:Tomcat6</b><br />
Port: <b>8086</b><br />
Check box: <b>Run as Windows Service</b><br />
<font size="2">( I will change it to manual startup later, but for now this setting will give you an immediate feedback if installation succeeded)</font><br />
login: <b>admin admin</b></font><font size="2"></font><font size="2"></font><font size="2"></font><font size="2"></font><font size="2"></font></p>
<h2><font size="2">Test it</font></h2>
<p><font size="2">Start Browser and type: <a href="http://localhost:8086/">http://localhost:8086</a></font></p>
<p><font size="2">If you have any .war files try to deploy and access them.</font></p>
<h2><font size="2">Finish Off</font></h2>
<p><font size="2">Go to firewall settings and add port 8086 to exceptions, select scope: local network</font></p>
<p><font size="2">Turn on Firewall</font></p>
<p><font size="2">Go to Control Panel &gt; Administrative Tools &gt; Services and change Apache Tomcat6 service to Start &#8220;manual&#8221;.</font></p>
<p><font size="2">This is it.</font></li>
</ol>
<pre></pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemonpress.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemonpress.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemonpress.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemonpress.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemonpress.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemonpress.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lemonpress.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lemonpress.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lemonpress.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lemonpress.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemonpress.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemonpress.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemonpress.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemonpress.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemonpress.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemonpress.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=19&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lemonpress.wordpress.com/2008/03/02/tomcat6-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82e40108c0d2600c8644339a5668de0d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lemonpress</media:title>
		</media:content>
	</item>
		<item>
		<title>Java from hell!</title>
		<link>http://lemonpress.wordpress.com/2008/03/02/java-from-hell/</link>
		<comments>http://lemonpress.wordpress.com/2008/03/02/java-from-hell/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 21:10:01 +0000</pubDate>
		<dc:creator>lemonpress</dc:creator>
				<category><![CDATA[Java environment]]></category>

		<guid isPermaLink="false">http://lemonpress.wordpress.com/?p=18</guid>
		<description><![CDATA[Well, the JSF deployment has corrupted Tomcat5.5. So, I decided to to upgrade Tomcat to v6, rather then fixing v5.5, which would require a complete re-installation anyway. Installing Tomcat5.5 with Wndows Installer was a piece of cake last time. I wanted to keep 5.5 and fix it later and install 6.0 on a different port. The excercise [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=18&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, the JSF deployment has corrupted Tomcat5.5.</p>
<p>So, I decided to to upgrade Tomcat to v6, rather then fixing v5.5, which would require a complete re-installation anyway.</p>
<p>Installing Tomcat5.5 with Wndows Installer was a piece of cake last time. I wanted to keep 5.5 and fix it later and install 6.0 on a different port. The excercise which was expected to be trivial, turned into a 2 hour going around in circles, untill I discovered the solution here:</p>
<p><a href="http://www.mail-archive.com/dev@tomcat.apache.org/msg15640.html">http://www.mail-archive.com/dev@tomcat.apache.org/msg15640.html</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemonpress.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemonpress.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemonpress.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemonpress.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemonpress.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemonpress.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lemonpress.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lemonpress.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lemonpress.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lemonpress.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemonpress.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemonpress.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemonpress.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemonpress.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemonpress.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemonpress.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=18&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lemonpress.wordpress.com/2008/03/02/java-from-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82e40108c0d2600c8644339a5668de0d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lemonpress</media:title>
		</media:content>
	</item>
		<item>
		<title>%JBOSS_HOME%binrun -c default</title>
		<link>http://lemonpress.wordpress.com/2008/03/02/jboss_homebinrun-c-default/</link>
		<comments>http://lemonpress.wordpress.com/2008/03/02/jboss_homebinrun-c-default/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 19:38:44 +0000</pubDate>
		<dc:creator>lemonpress</dc:creator>
				<category><![CDATA[Java environment]]></category>

		<guid isPermaLink="false">http://lemonpress.wordpress.com/2008/03/02/jboss_homebinrun-c-default/</guid>
		<description><![CDATA[will start JBoss from command line To stop press CTRL+C and watch cmd for 5 minutes!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=17&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>will start JBoss from command line</p>
<p>To stop press CTRL+C and watch cmd for 5 minutes!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemonpress.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemonpress.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemonpress.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemonpress.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemonpress.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemonpress.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lemonpress.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lemonpress.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lemonpress.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lemonpress.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemonpress.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemonpress.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemonpress.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemonpress.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemonpress.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemonpress.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=17&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lemonpress.wordpress.com/2008/03/02/jboss_homebinrun-c-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82e40108c0d2600c8644339a5668de0d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lemonpress</media:title>
		</media:content>
	</item>
		<item>
		<title>JSF is a complete disaster</title>
		<link>http://lemonpress.wordpress.com/2008/03/02/jsf-is-a-complete-disaster/</link>
		<comments>http://lemonpress.wordpress.com/2008/03/02/jsf-is-a-complete-disaster/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 19:11:35 +0000</pubDate>
		<dc:creator>lemonpress</dc:creator>
				<category><![CDATA[java web dev]]></category>

		<guid isPermaLink="false">http://lemonpress.wordpress.com/2008/03/02/jsf-is-a-complete-disaster/</guid>
		<description><![CDATA[Deploying JSF project on Tomcat ended in complete disaster. I am uber-annoyed!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=16&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Deploying JSF project on Tomcat ended in complete disaster.</p>
<p>I am uber-annoyed!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemonpress.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemonpress.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemonpress.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemonpress.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemonpress.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemonpress.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lemonpress.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lemonpress.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lemonpress.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lemonpress.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemonpress.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemonpress.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemonpress.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemonpress.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemonpress.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemonpress.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=16&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lemonpress.wordpress.com/2008/03/02/jsf-is-a-complete-disaster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82e40108c0d2600c8644339a5668de0d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lemonpress</media:title>
		</media:content>
	</item>
		<item>
		<title>Cannot compile JSF project</title>
		<link>http://lemonpress.wordpress.com/2008/03/02/cannot-compile-jsf-project/</link>
		<comments>http://lemonpress.wordpress.com/2008/03/02/cannot-compile-jsf-project/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 02:24:56 +0000</pubDate>
		<dc:creator>lemonpress</dc:creator>
				<category><![CDATA[java web dev]]></category>

		<guid isPermaLink="false">http://lemonpress.wordpress.com/?p=15</guid>
		<description><![CDATA[Error in enclosing element of faces-config.xml: cvc-elt.1: Cannot find the declaration of element &#8216;faces-config&#8217; Fond the answer here: http://prideafrica.blogspot.com/2007_04_01_archive.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=15&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Error in enclosing element of faces-config.xml:</p>
<p>cvc-elt.1: Cannot find the declaration of element &#8216;faces-config&#8217;</p>
<p>Fond the answer here:</p>
<p><a href="http://prideafrica.blogspot.com/2007_04_01_archive.html">http://prideafrica.blogspot.com/2007_04_01_archive.html</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lemonpress.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lemonpress.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lemonpress.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lemonpress.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lemonpress.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lemonpress.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lemonpress.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lemonpress.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lemonpress.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lemonpress.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lemonpress.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lemonpress.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lemonpress.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lemonpress.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lemonpress.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lemonpress.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lemonpress.wordpress.com&amp;blog=2897116&amp;post=15&amp;subd=lemonpress&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lemonpress.wordpress.com/2008/03/02/cannot-compile-jsf-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82e40108c0d2600c8644339a5668de0d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lemonpress</media:title>
		</media:content>
	</item>
	</channel>
</rss>
