<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for The Business of Social Media Beyond Web 2.0</title>
	
	<link>http://webtechman.com/blog</link>
	<description>The future of Social Media, getting back to the basics</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:31:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Comments-For-Tips-On-Enterprise-20-With-Web-20" /><feedburner:info uri="comments-for-tips-on-enterprise-20-with-web-20" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on How to Install Apache Tomcat Web App Server in 10 Minutes by Daniel Hudson</title>
		<link>http://feedproxy.google.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~3/WKivFT2QFLA/</link>
		<dc:creator>Daniel Hudson</dc:creator>
		<pubDate>Fri, 03 Feb 2012 02:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://webtechman.com/blog/?p=1532#comment-7231</guid>
		<description>Maya,

That's great news about the install of Tomcat working for you!

When installing Tomcat Server on Microsoft Windows the standard behavior shows the log feedback in a terminal window when starting Tomcat.

This type of behavior can also be accomplished on unix type of systems by configuration or with a simple command:

#Open an additional terminal window and view the default tomcat log file:
 $ tail tomcat/logs/catalina.out

#Review the last 200 lines of the tomcat log file with this command:
$ tail -200 tomcat/logs/catalina.out

Hope this helps,
Dan</description>
		<content:encoded><![CDATA[<p>Maya,</p>
<p>That&#8217;s great news about the install of Tomcat working for you!</p>
<p>When installing Tomcat Server on Microsoft Windows the standard behavior shows the log feedback in a terminal window when starting Tomcat.</p>
<p>This type of behavior can also be accomplished on unix type of systems by configuration or with a simple command:</p>
<p>#Open an additional terminal window and view the default tomcat log file:<br />
 $ tail tomcat/logs/catalina.out</p>
<p>#Review the last 200 lines of the tomcat log file with this command:<br />
$ tail -200 tomcat/logs/catalina.out</p>
<p>Hope this helps,<br />
Dan</p>
<img src="http://feeds.feedburner.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~4/WKivFT2QFLA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://webtechman.com/blog/2011/03/09/how-to-install-apache-tomcat-web-app-server-in-10-minutes/comment-page-1/#comment-7231</feedburner:origLink></item>
	<item>
		<title>Comment on How to Install Apache Tomcat Web App Server in 10 Minutes by Maya</title>
		<link>http://feedproxy.google.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~3/xfD6iK6f2wI/</link>
		<dc:creator>Maya</dc:creator>
		<pubDate>Thu, 02 Feb 2012 11:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://webtechman.com/blog/?p=1532#comment-7224</guid>
		<description>hey Dan it worked very well, i installed the .tar file and entered perfectly to localhost, but when u run the server shouldn't we have on the terminal tomcat starting in XXX ms or something like that ?

thanks ,</description>
		<content:encoded><![CDATA[<p>hey Dan it worked very well, i installed the .tar file and entered perfectly to localhost, but when u run the server shouldn&#8217;t we have on the terminal tomcat starting in XXX ms or something like that ?</p>
<p>thanks ,</p>
<img src="http://feeds.feedburner.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~4/xfD6iK6f2wI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://webtechman.com/blog/2011/03/09/how-to-install-apache-tomcat-web-app-server-in-10-minutes/comment-page-1/#comment-7224</feedburner:origLink></item>
	<item>
		<title>Comment on How to Install Apache Tomcat Web App Server in 10 Minutes by Daniel Hudson</title>
		<link>http://feedproxy.google.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~3/GYLkCNd0Brw/</link>
		<dc:creator>Daniel Hudson</dc:creator>
		<pubDate>Thu, 02 Feb 2012 03:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://webtechman.com/blog/?p=1532#comment-7223</guid>
		<description>Maya,

Thanks for using this tutorial on How to Install Apache Tomcat!

I have seen this issue before.  The "sh command not found" error can be easily fixed.  This problem can occur when installing Tomcat's .zip package, instead of Tomcat's tar.gz package on Unix-based systems.  The incorrect package will throw these type of errors because of the wrong type of line return in the files.  Reviewing the "startup.sh" file in a vi text editor would reveal strange line return characters that look like this: ^M

&lt;b&gt;How to fix sh errors in Tomcat&lt;/b&gt;
Visit &lt;a target="_blank" href="http://tomcat.apache.org/download-70.cgi" rel="nofollow"&gt;Tomcat&lt;/a&gt; and download a .tar.gz package &lt;a target="_blank" href="http://apache.deathculture.net/tomcat/tomcat-7/v7.0.25/bin/apache-tomcat-7.0.25.tar.gz" rel="nofollow"&gt;http://apache.deathculture.net/tomcat/tomcat-7/v7.0.25/bin/apache-tomcat-7.0.25.tar.gz&lt;/a&gt;, as outlined in the steps above.

&lt;b&gt;Alternative method to fixing sh issues with Tomcat Install&lt;/b&gt;
# Backup your file
$ cp -p startup.sh startup.sh.bak
# Remove carriage returns from your file
$ cat startup.sh | tr -d '\r' &gt; startup.sh.new
# Update real file without bad carriage returns
$ mv startup.sh.new startup.sh
# Start Tomcat
$ sh startup.sh
(You may need to repeat this process for other Tomcat files, which is why the first method is preferred)

Please let me know if this helps you fix your Tomcat Installation.

Thank you,
Dan</description>
		<content:encoded><![CDATA[<p>Maya,</p>
<p>Thanks for using this tutorial on How to Install Apache Tomcat!</p>
<p>I have seen this issue before.  The &#8220;sh command not found&#8221; error can be easily fixed.  This problem can occur when installing Tomcat&#8217;s .zip package, instead of Tomcat&#8217;s tar.gz package on Unix-based systems.  The incorrect package will throw these type of errors because of the wrong type of line return in the files.  Reviewing the &#8220;startup.sh&#8221; file in a vi text editor would reveal strange line return characters that look like this: ^M</p>
<p><b>How to fix sh errors in Tomcat</b><br />
Visit <a target="_blank" href="http://tomcat.apache.org/download-70.cgi" rel="nofollow">Tomcat</a> and download a .tar.gz package <a target="_blank" href="http://apache.deathculture.net/tomcat/tomcat-7/v7.0.25/bin/apache-tomcat-7.0.25.tar.gz" rel="nofollow">http://apache.deathculture.net/tomcat/tomcat-7/v7.0.25/bin/apache-tomcat-7.0.25.tar.gz</a>, as outlined in the steps above.</p>
<p><b>Alternative method to fixing sh issues with Tomcat Install</b><br />
# Backup your file<br />
$ cp -p startup.sh startup.sh.bak<br />
# Remove carriage returns from your file<br />
$ cat startup.sh | tr -d &#8216;\r&#8217; > startup.sh.new<br />
# Update real file without bad carriage returns<br />
$ mv startup.sh.new startup.sh<br />
# Start Tomcat<br />
$ sh startup.sh<br />
(You may need to repeat this process for other Tomcat files, which is why the first method is preferred)</p>
<p>Please let me know if this helps you fix your Tomcat Installation.</p>
<p>Thank you,<br />
Dan</p>
<img src="http://feeds.feedburner.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~4/GYLkCNd0Brw" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://webtechman.com/blog/2011/03/09/how-to-install-apache-tomcat-web-app-server-in-10-minutes/comment-page-1/#comment-7223</feedburner:origLink></item>
	<item>
		<title>Comment on How to Install Apache Tomcat Web App Server in 10 Minutes by Maya</title>
		<link>http://feedproxy.google.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~3/Sm6h3itmie4/</link>
		<dc:creator>Maya</dc:creator>
		<pubDate>Wed, 01 Feb 2012 20:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://webtechman.com/blog/?p=1532#comment-7219</guid>
		<description>i followed the instructions but i am still getting this error after executing the command sh tomcat/bin/startup.sh

: command not foundsh: line 2: 
: command not foundsh: line 17: 
: command not foundsh: line 23: 
'omcat/bin/startup.sh: line 26: syntax error near unexpected token `in
'omcat/bin/startup.sh: line 26: `case "`uname`" in

any help ?</description>
		<content:encoded><![CDATA[<p>i followed the instructions but i am still getting this error after executing the command sh tomcat/bin/startup.sh</p>
<p>: command not foundsh: line 2:<br />
: command not foundsh: line 17:<br />
: command not foundsh: line 23:<br />
&#8216;omcat/bin/startup.sh: line 26: syntax error near unexpected token `in<br />
&#8216;omcat/bin/startup.sh: line 26: `case &#8220;`uname`&#8221; in</p>
<p>any help ?</p>
<img src="http://feeds.feedburner.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~4/Sm6h3itmie4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://webtechman.com/blog/2011/03/09/how-to-install-apache-tomcat-web-app-server-in-10-minutes/comment-page-1/#comment-7219</feedburner:origLink></item>
	<item>
		<title>Comment on The Secret Social Science Sauce of Gamification by The Social Business of Enterprise Gamification | The Business of Social Media Beyond Web 2.0</title>
		<link>http://feedproxy.google.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~3/w7AOMsAj02k/</link>
		<dc:creator>The Social Business of Enterprise Gamification | The Business of Social Media Beyond Web 2.0</dc:creator>
		<pubDate>Wed, 01 Feb 2012 13:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://webtechman.com/blog/?p=1849#comment-7218</guid>
		<description>[...] Enterprise Gamification is the use of game dynamics within organizations to support a collaborative culture that aligns with business objectives.  This creates an agile social business model that can increase chances of success in current competitive markets and future markets.  Applying Enterprise Gamification and implementing game mechanics in enterprise 2.0 platforms plays a very important role in it’s event-driven architecture for capturing the REAL value of enterprise 2.o solutions.  This REAL value is realized by lowering barriers of participation and showing the relationships of people, ideas, and things.  Implementing enterprise gamification strategy should be a part of the complete social business strategy.  Learn more at “The Secret Social Science Sauce of Gamification“. [...]</description>
		<content:encoded><![CDATA[<p>[...] Enterprise Gamification is the use of game dynamics within organizations to support a collaborative culture that aligns with business objectives.  This creates an agile social business model that can increase chances of success in current competitive markets and future markets.  Applying Enterprise Gamification and implementing game mechanics in enterprise 2.0 platforms plays a very important role in it’s event-driven architecture for capturing the REAL value of enterprise 2.o solutions.  This REAL value is realized by lowering barriers of participation and showing the relationships of people, ideas, and things.  Implementing enterprise gamification strategy should be a part of the complete social business strategy.  Learn more at &#8220;The Secret Social Science Sauce of Gamification&#8220;. [...]</p>
<img src="http://feeds.feedburner.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~4/w7AOMsAj02k" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://webtechman.com/blog/2011/06/05/the-secret-social-science-sauce-of-gamification/comment-page-1/#comment-7218</feedburner:origLink></item>
	<item>
		<title>Comment on Collection of Social Business Predictions &amp; Tech Trends for 2012 by Ana</title>
		<link>http://feedproxy.google.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~3/MCDhQa1BdEs/</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Thu, 05 Jan 2012 12:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://webtechman.com/blog/?p=2325#comment-7112</guid>
		<description>Hi Daniel,
I found your site looking for "mind control".
I'm still having problems to believe in the subliminal messages that thee videos are showing.
I know that subliminal messages are possible but some examples sounds a little too much.
Does it affect every state of mind or only when you are "hypnotized" by the TV in a alpha state of mind?
What about ages? What if the person is a graphic designer or works with any kind or visual arts and looks at images always searching for something new?

Dunno. Lot's of questions.

I like your site. Lots of good information.
Thank you.</description>
		<content:encoded><![CDATA[<p>Hi Daniel,<br />
I found your site looking for &#8220;mind control&#8221;.<br />
I&#8217;m still having problems to believe in the subliminal messages that thee videos are showing.<br />
I know that subliminal messages are possible but some examples sounds a little too much.<br />
Does it affect every state of mind or only when you are &#8220;hypnotized&#8221; by the TV in a alpha state of mind?<br />
What about ages? What if the person is a graphic designer or works with any kind or visual arts and looks at images always searching for something new?</p>
<p>Dunno. Lot&#8217;s of questions.</p>
<p>I like your site. Lots of good information.<br />
Thank you.</p>
<img src="http://feeds.feedburner.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~4/MCDhQa1BdEs" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://webtechman.com/blog/2011/12/31/collection-of-social-business-predictions-tech-trends-for-2012/comment-page-1/#comment-7112</feedburner:origLink></item>
	<item>
		<title>Comment on Collection of Social Business Predictions &amp; Tech Trends for 2012 by Collection of Social Business Predictions &amp; Tech Trends for 2012 | The Business of Social Media Beyond Web 2.0 | Futurewaves | Scoop.it</title>
		<link>http://feedproxy.google.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~3/cDUM-5zdbds/</link>
		<dc:creator>Collection of Social Business Predictions &amp; Tech Trends for 2012 | The Business of Social Media Beyond Web 2.0 | Futurewaves | Scoop.it</dc:creator>
		<pubDate>Wed, 04 Jan 2012 08:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://webtechman.com/blog/?p=2325#comment-7097</guid>
		<description>[...] jQuery("#errors*").hide(); window.location= data.themeInternalUrl; } }); }        webtechman.com  - Today, 1:32 [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery(&quot;#errors*&quot;).hide(); window.location= data.themeInternalUrl; } }); }        webtechman.com  &#8211; Today, 1:32 [...]</p>
<img src="http://feeds.feedburner.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~4/cDUM-5zdbds" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://webtechman.com/blog/2011/12/31/collection-of-social-business-predictions-tech-trends-for-2012/comment-page-1/#comment-7097</feedburner:origLink></item>
	<item>
		<title>Comment on Collection of Social Business Predictions &amp; Tech Trends for 2012 by Collection of Social Business Predictions &amp; Tech Trends for 2012 | Entreprise agile, web 2.0 et innovation | Scoop.it</title>
		<link>http://feedproxy.google.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~3/XdMMeL86-64/</link>
		<dc:creator>Collection of Social Business Predictions &amp; Tech Trends for 2012 | Entreprise agile, web 2.0 et innovation | Scoop.it</dc:creator>
		<pubDate>Wed, 04 Jan 2012 08:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://webtechman.com/blog/?p=2325#comment-7096</guid>
		<description>[...] jQuery("#errors*").hide(); window.location= data.themeInternalUrl; } }); }        webtechman.com  - Today, 1:09 [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery(&quot;#errors*&quot;).hide(); window.location= data.themeInternalUrl; } }); }        webtechman.com  &#8211; Today, 1:09 [...]</p>
<img src="http://feeds.feedburner.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~4/XdMMeL86-64" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://webtechman.com/blog/2011/12/31/collection-of-social-business-predictions-tech-trends-for-2012/comment-page-1/#comment-7096</feedburner:origLink></item>
	<item>
		<title>Comment on Collection of Social Business Predictions &amp; Tech Trends for 2012 by Collection of Social Business Predictions &amp; Tech Trends for 2012 | The Business of Social Media Beyond Web 2.0 | Driving change - Conduite du changement | Scoop.it</title>
		<link>http://feedproxy.google.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~3/2k-BRfV2A5Y/</link>
		<dc:creator>Collection of Social Business Predictions &amp; Tech Trends for 2012 | The Business of Social Media Beyond Web 2.0 | Driving change - Conduite du changement | Scoop.it</dc:creator>
		<pubDate>Tue, 03 Jan 2012 17:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://webtechman.com/blog/?p=2325#comment-7094</guid>
		<description>[...] jQuery("#errors*").hide(); window.location= data.themeInternalUrl; } }); }        webtechman.com  (via @aponcier)  - Today, 10:10 [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery(&quot;#errors*&quot;).hide(); window.location= data.themeInternalUrl; } }); }        webtechman.com  (via @aponcier)  &#8211; Today, 10:10 [...]</p>
<img src="http://feeds.feedburner.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~4/2k-BRfV2A5Y" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://webtechman.com/blog/2011/12/31/collection-of-social-business-predictions-tech-trends-for-2012/comment-page-1/#comment-7094</feedburner:origLink></item>
	<item>
		<title>Comment on Collection of Social Business Predictions &amp; Tech Trends for 2012 by Collection of Social Business Predictions &amp; Tech Trends for 2012 | The Business of Social Media Beyond Web 2.0 | Pop organization | Scoop.it</title>
		<link>http://feedproxy.google.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~3/BnQNtrbwd_Q/</link>
		<dc:creator>Collection of Social Business Predictions &amp; Tech Trends for 2012 | The Business of Social Media Beyond Web 2.0 | Pop organization | Scoop.it</dc:creator>
		<pubDate>Tue, 03 Jan 2012 13:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://webtechman.com/blog/?p=2325#comment-7093</guid>
		<description>[...] jQuery("#errors*").hide(); window.location= data.themeInternalUrl; } }); }        webtechman.com  (via @neilcdavey)  - Today, 6:46 [...]</description>
		<content:encoded><![CDATA[<p>[...] jQuery(&quot;#errors*&quot;).hide(); window.location= data.themeInternalUrl; } }); }        webtechman.com  (via @neilcdavey)  &#8211; Today, 6:46 [...]</p>
<img src="http://feeds.feedburner.com/~r/Comments-For-Tips-On-Enterprise-20-With-Web-20/~4/BnQNtrbwd_Q" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://webtechman.com/blog/2011/12/31/collection-of-social-business-predictions-tech-trends-for-2012/comment-page-1/#comment-7093</feedburner:origLink></item>
</channel>
</rss>

