<?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>Rip&#039;s Domain</title>
	<atom:link href="http://rip747.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rip747.wordpress.com</link>
	<description>Jquery, ColdFusion, SQL, CFWheels and just about life in general</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:43:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rip747.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Rip&#039;s Domain</title>
		<link>http://rip747.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rip747.wordpress.com/osd.xml" title="Rip&#039;s Domain" />
	<atom:link rel='hub' href='http://rip747.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Railo on IIS6 installation and configuration errors</title>
		<link>http://rip747.wordpress.com/2011/10/17/railo-on-iis6-installation-and-configuration-errors/</link>
		<comments>http://rip747.wordpress.com/2011/10/17/railo-on-iis6-installation-and-configuration-errors/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 01:28:04 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[CFWheels]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Railo]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=939</guid>
		<description><![CDATA[railo is a great alternative to adobe&#8217;s cfml server, but there lets face it&#8230; it&#8217;s a pain in the ass to get configured on iis6! rather then have you fight through all these errors, i&#8217;ve documented the errors that not only i encountered during the setup, but also was able to create. hopefully this will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=939&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>railo is a great alternative to adobe&#8217;s cfml server, but there lets face it&#8230; it&#8217;s a pain in the ass to get configured on iis6! rather then have you fight through all these errors, i&#8217;ve documented the errors that not only i encountered during the setup, but also was able to create. hopefully this will save you from getting frustrated.</p>
<p>the following errors may happen when installing railo on IIS6 and visiting the site. (note: all paths assume that you installed railo to the c:\railo directory)</p>
<h3>Error: Invalid function</h3>
<p>Cause: This happens when you haven&#8217;t chosen to install the iis connector or something screwed up in the installation of the iis connector. you can see this if you go into the C:\railo\connector\isapi_redirect-1.2.31.properties and you see @@install_dir@@ in the file. those markers were suppose to be replaced with the directory you installed railo.</p>
<p>Fix: don&#8217;t just try to change these markers to the installation directory as they aren&#8217;t just in this file. the best bet is to run the installation again and make sure you check to install the iis connector.</p>
<h3>Error: The system cannot find the path specified.</h3>
<p>Cause: you forgot to configure the jakarta virtual directory for the site in iis.</p>
<p>Fix: go into iis and add a virtual directory called &#8220;jakarta&#8221; to the site experiencing the error. make sure to point it to the c:\railo\connector directory. Make sure to give the virtual directory &#8220;scripts and executables&#8221; permissions.</p>
<h3>Error: You get prompted to download the cfm file</h3>
<p>Cause: you forgot to give the jakarta virtual directory &#8220;scripts and executables&#8221; permissions.</p>
<p>Fix: give the jakarta virtual directory &#8220;scripts and executables&#8221; permissions.</p>
<h3>Error: you get a 404, page not found error (from IIS)</h3>
<p>Cause: you have not allowed unknown cgi and isapi extensions in IIS</p>
<p>Fix: click on the web server extenstions folder in iis admin. allow both unknown cgi extensions and unknown isapi extensions.</p>
<p>Cause: this could also be because the application extension aren&#8217;t configured for *.cfm extensions.</p>
<p>Fix: the railo installation instructions forgets to mention that you need to configure the site with application extensions for *.cfm extensions. go into the properties for the site and click the &#8220;home directory&#8221; tab. next click the &#8220;configuration&#8221; button next to where the execute permissions drop down is. on the next page, click the &#8220;add&#8221; button under the application extensions section. for the executable, browse to the  isapi_redirect dll located in the c:\railo\connector directory. for extension, enter in *.cfm. uncheck the &#8220;verify that file exists&#8221; checkbox. repeat this process for *.cfc if you site uses components.</p>
<p>PROTIP!!!!: if you want you can configure all the sites and future sites with these application extension by right clicking on the &#8220;web sites&#8221; folder and following the instructions above.</p>
<h3>Error: you get a railo missinginclude error</h3>
<p>Cause: you have configured the host section of server.xml wrong</p>
<p>Fix: most likely the cause is when you have misspelled an alias. make sure that all the aliases are spelled correctly and that the host section is configured properly.</p>
<h3>Error: Unspecified error</h3>
<p>Cause: you don&#8217;t have the isapi filter configured for your website.</p>
<p>Fix: the installation instructions for railo forget to mention that you need to configure an isapi filter for the website in order for railo to work. go into the properties of the site and click on the ispai filter tab. add a filter called &#8220;railo&#8221; and for the executable, point it to the isapi_redirect-X.dll located in the connector directory. so for 3.3.1 the path would be c:\railo\connector\isapi_redirect-1.2.31.dll.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rip747.wordpress.com/939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rip747.wordpress.com/939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rip747.wordpress.com/939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rip747.wordpress.com/939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/939/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=939&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2011/10/17/railo-on-iis6-installation-and-configuration-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Crystal Reports XIR2 not displaying PDF reports on Windows 2008 and IIS 7.x</title>
		<link>http://rip747.wordpress.com/2011/09/09/crystal-reports-xir2-not-displaying-pdf-reports-on-windows-2008-and-iis-7-x/</link>
		<comments>http://rip747.wordpress.com/2011/09/09/crystal-reports-xir2-not-displaying-pdf-reports-on-windows-2008-and-iis-7-x/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 13:13:15 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[TechSupport]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=911</guid>
		<description><![CDATA[UPDATE: I&#8217;ve tightened up the permissions that the Windows\Temp directory needs. Seems that IIS_IUSRS requires Modify permission. I&#8217;ve been tackling this problem for a few weeks now. We are in the process of consolidating servers at my work and moving them all to a Windows 2008 (32-bit) server running IIS 7. There is one app [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=911&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE:</strong> I&#8217;ve tightened up the permissions that the Windows\Temp directory needs. Seems that IIS_IUSRS requires Modify permission.</p>
<p>I&#8217;ve been tackling this problem for a few weeks now. We are in the process of consolidating servers at my work and moving them all to a Windows 2008 (32-bit) server running IIS 7. There is one app in particular that was giving us problems that was using Crystal Reports XIR2.</p>
<p>What was happening was that when Crystal was generating a report to PDF and pushing it to the browser, the browser would just keep working and nothing was getting displayed. This resulted in the dreaded &#8220;Load Report Failed&#8221; error in the application event log. Also if you looked in the Widows\Temp directory, you would see the *.rpt file would never get deleted. Seems that something was blocking not only the Crystal from generating the PDF, but also from deleting the *.rpt file that was generated.</p>
<p>After weeks of trying everything I could think of under the sun and even contacting Microsoft about this, I couldn&#8217;t get a solution. Needless to say I had to figure this out myself, which is exactly the type of problems I like since it brings me back to my administrator roots <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In order to finally get this working, I had started from scratch. I first reinstalled all the software that the old server had on it:</p>
<p>Crystal Reports XI Release 2 .Net 2005 Server</p>
<p>I tried pulling up the report again and total fail. Looking at the dates of the dlls in the &#8220;C:\Program Files\Business Objects\Common\3.5\bin&#8221; directory on both servers, I noticed that the dates of the files were different. The ones on the old server were from 2008 while the ones on the new one were from 2006. Looking at the list of installed programs on the old server, I could only see that &#8220;Crystal Reports XI release 2 .Net 2005 Server&#8221; was the only things installed, very strange.</p>
<p>I asked a co-worker of mine if we had the full version of Crystal Reports XI Release 2 laying around anywhere and it turned out we did. I figured that maybe by installing the full version along with all the service packs for it, the dlls on the new server would get updated. I next installed the following:</p>
<p>Crystal Reports XI Release 2<br />
Crystal Reports XI R2 Service Pack 2<br />
Crystal Reports XI R2 Service Pack 3<br />
Crystal Reports XI R2 Service Pack 4</p>
<p>and for good measure:</p>
<p>BusinessObjects Enterprise XI Release 2 Service Pack 1</p>
<p>After installing the software, I checked the dlls and they were at the 2008 date! Awesome! Tried the app again and&#8230; Nothing <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>At this point I figured that it had to be a permission issue since 95% of the problems you encounter with Windows 2008 are permission issues. I downloaded and ran <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645" target="_blank">ProcessMonitor</a> on the server, filtering by &#8220;Process Name&#8221; and selecting &#8220;w3wp.exe&#8221; as the process. I cleared the events and started the capture.</p>
<p>After hitting the site and replicating the error again, I looked in the events that ProcessMonitor captured. I noticed that at the end, I was getting an &#8220;Access Denied&#8221; on the Windows\Temp folder. I remembered that sometimes you will need to give the &#8220;Network Service&#8221; user modify access to Windows\Temp folder if web applications are using it. After configuring the security on the Windows\Temp folder I tried again. I still got the same &#8220;Access Denied&#8221; error <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>At this point I was stumped, until I realized that the site was configured to also use &#8220;ASP.Net Impersonation&#8221;. Maybe it wasn&#8217;t using the &#8220;Network Service&#8221; account but the credentials of the person hitting the site? For the heck of it, I gave &#8220;Everyone&#8221; full control on the Window\Temp directory. Tried the site again and&#8230; Success! The app worked.</p>
<p>Now that I&#8217;ve gotten through the problem, I&#8217;m going to dive more into it since I&#8217;m not liking the fact of having &#8220;Everyone&#8221; full control on the Windows\Temp directory, but at least everything is working.</p>
<p>So in summary, in order get through this issue, you will need to install the following software:</p>
<p>Crystal Reports XI Release 2 .Net 2005 Server<br />
Crystal Reports XI Release 2<br />
Crystal Reports XI R2 Service Pack 2<br />
Crystal Reports XI R2 Service Pack 3<br />
Crystal Reports XI R2 Service Pack 4<br />
BusinessObjects Enterprise XI Release 2 Service Pack 1</p>
<p>and give the following permissions on the Windows\Temp directory:</p>
<p>IIS_IUSRS &#8211; Modify <del>&#8220;Everyone&#8221; full control</del></p>
<p>If anyone else has had this problem and gotten through it, please tell me what you did to resolve this.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rip747.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rip747.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rip747.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rip747.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/911/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/911/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/911/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=911&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2011/09/09/crystal-reports-xir2-not-displaying-pdf-reports-on-windows-2008-and-iis-7-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Syncing mobile devices with Exchange errors with: The certificate chain did not end in a trusted root</title>
		<link>http://rip747.wordpress.com/2011/07/20/syncing-mobile-devices-with-exchange-errors-with-the-certificate-chain-did-not-end-in-a-trusted-root/</link>
		<comments>http://rip747.wordpress.com/2011/07/20/syncing-mobile-devices-with-exchange-errors-with-the-certificate-chain-did-not-end-in-a-trusted-root/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 15:21:46 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[TechSupport]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=897</guid>
		<description><![CDATA[When trying to sync a mobile device or testing your Exchange configuration using testexchangeconnectivity.com you receive the following error: &#8220;The certificate chain did not end in a trusted root. Root = OU=VeriSign Trust Network, OU=&#8221;(c) 1998 VeriSign, Inc. &#8211; For authorized use only&#8221;, OU=Class 3 Public Primary Certification Authority &#8211; G2, O=&#8221;VeriSign, Inc.&#8221;, C=US&#8221; The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=897&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When trying to sync a mobile device or testing your Exchange configuration using <a href="http://www.testexchangeconnectivity.com/">testexchangeconnectivity.com</a> you receive the following error:</p>
<p><em>&#8220;The certificate chain did not end in a trusted root. Root = OU=VeriSign Trust Network, OU=&#8221;(c) 1998 VeriSign, Inc. &#8211; For authorized use only&#8221;, OU=Class 3 Public Primary Certification Authority &#8211; G2, O=&#8221;VeriSign, Inc.&#8221;, C=US&#8221;</em></p>
<p>The problem is that a certificate in your certificate chain is untrusted. If you look at the <strong>OU</strong> it tells you what certificate is untrusted. Go to the certificate authority&#8217;s website to download and install the appropriate certificate.</p>
<p><strong>NOTE:</strong> for the issue that I had with my Verisign certificate, I ran around in circles looking for the right cert to download. It is quite apparent that Verisign&#8217;s knowledge base search sucks. Only after calling their support department was I able to get the right information. That said article <a href="https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&amp;id=SO13347">SO13347</a> in Verisign&#8217;s <a href="http://www.verisign.com/support/">knowledgebase</a> had the correct certificate to resolve this problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rip747.wordpress.com/897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rip747.wordpress.com/897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rip747.wordpress.com/897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rip747.wordpress.com/897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/897/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=897&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2011/07/20/syncing-mobile-devices-with-exchange-errors-with-the-certificate-chain-did-not-end-in-a-trusted-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>android.process.media force close</title>
		<link>http://rip747.wordpress.com/2011/07/19/android-process-media-force-close/</link>
		<comments>http://rip747.wordpress.com/2011/07/19/android-process-media-force-close/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 04:07:36 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=891</guid>
		<description><![CDATA[I&#8217;ve seen this all over the web and I&#8217;m a victim of it as well. What happened was I rooted my new LG Optimus S that I got when I switched over to MetroPCS. While uninstalling some of the bloatware that came with it, I removed the MetroWeb browser. I figured that since I installed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=891&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen this all over the web and I&#8217;m a victim of it as well. What happened was I rooted my new LG Optimus S that I got when I switched over to MetroPCS. While uninstalling some of the bloatware that came with it, I removed the MetroWeb browser. I figured that since I installed Opera Mobile I didn&#8217;t need it. <strong>BIG mistake!</strong> Apparently the MetroWeb browser is so tied to the system that I couldn&#8217;t get the Android Market to install anything. Any attempt at downloading and installing an app would cause the dreaded andriod.process.media error.</p>
<p>Anyway, this is how I finally got around it. <strong>NOTE:</strong> this fix requires that you have root explorer 2.16 installed on your phone. If you don&#8217;t have it installed, you can download it from <a href="http://www.apktop.com/root-explorer-2-16.html" target="_blank">here</a>.</p>
<p>First thing to do is you need a copy of the Browser.apk and Browser.odex from a working phone or download them from my box.net widget on this blog.</p>
<p>Next, hook up your android to your computer via a USB cable so you can access your sdcard and copy the two files to your sdcard.</p>
<p>Next, open root explorer and copy the Browser.apk and Browser.odex files from your sdcard to your /system/app directory on your phone. (be sure to toggle the Mount R/W button so your can copy the files).</p>
<p><strong>NOW THE IMPORTANT PART!</strong> What you will need to do is to change the <strong>permissions</strong> and the <strong>owner</strong> for these two files.</p>
<p>Long hold on the Browser.apk file and select Permissions. Give <strong>Read, Write and Execute</strong> permissions to <strong>Owner, Group and Others</strong>. Basically you&#8217;re checking all 9 boxes. You don&#8217;t need to check any of the Special Permissions. Click <em>&#8220;OK&#8221;</em> when done.</p>
<p>Long hold again on the Browser.apk file and select <em>&#8220;Change Owner&#8221;</em>. Change the owner to <em>&#8220;0 &#8211; root&#8221;</em> for both Owner and Group. Click <em>&#8220;OK&#8221;</em> when done.</p>
<p>Toggle the <em>&#8220;Mount R/O&#8221;</em> button.</p>
<p>Power down your phone and then power it back up. If all goes well, you should see the MetroWeb app in your app listing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rip747.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rip747.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rip747.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rip747.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/891/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/891/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/891/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=891&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2011/07/19/android-process-media-force-close/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA with Linked Server</title>
		<link>http://rip747.wordpress.com/2011/07/18/ora-12504-tnslistener-was-not-given-the-service_name-in-connect_data-with-linked-server/</link>
		<comments>http://rip747.wordpress.com/2011/07/18/ora-12504-tnslistener-was-not-given-the-service_name-in-connect_data-with-linked-server/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 19:45:01 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[TechSupport]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=889</guid>
		<description><![CDATA[most likely this is and issue with the look up for your alias. a quick workaround for is to set the Data Source and Provider Strings to the following: &#60;FQ hosting name&#62;:&#60;port&#62;/&#60;alias&#62; oracleserver.mycompany.com:1521/db thanks to bkgroups&#60;AT&#62;yahoo&#60;DOT&#62;com for the post all the way back in 2007 on sqlmonster.com for the answer.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=889&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>most likely this is and issue with the look up for your alias. a quick workaround for is to set the Data Source and Provider Strings to the following:</p>
<p>&lt;FQ hosting name&gt;:&lt;port&gt;/&lt;alias&gt;</p>
<p>oracleserver.mycompany.com:1521/db</p>
<p>thanks to bkgroups&lt;AT&gt;yahoo&lt;DOT&gt;com <a href="http://www.sqlmonster.com/Uwe/Forum.aspx/sql-server-programming/59251/Creating-Linked-Server-to-Oracle-9i-HELP">for the post</a> all the way back in 2007 on sqlmonster.com for the answer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rip747.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rip747.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rip747.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rip747.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/889/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/889/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/889/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=889&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2011/07/18/ora-12504-tnslistener-was-not-given-the-service_name-in-connect_data-with-linked-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Toshiba 40G300U1 &#8211; updating firmware</title>
		<link>http://rip747.wordpress.com/2011/07/10/toshiba-40g300u1-updating-firmware/</link>
		<comments>http://rip747.wordpress.com/2011/07/10/toshiba-40g300u1-updating-firmware/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 22:36:16 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[TechSupport]]></category>
		<category><![CDATA[40G300U1]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[toshiba]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=886</guid>
		<description><![CDATA[Steps to update the firmware for a Toshiba 40G300U1 since the instructions that Toshiba supplies in their manual are wrong. 1) Format the USB stick as FAT32. Make sure that you DO NOT perform a quick format. 2) copy the firmware update to the USB drive. NOTE that it must be the only file on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=886&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Steps to update the firmware for a Toshiba 40G300U1 since the instructions that Toshiba supplies in their manual are wrong.</p>
<p>1) Format the USB stick as FAT32. Make sure that you <strong>DO NOT</strong> perform a quick format.</p>
<p>2) copy the firmware update to the USB drive. <strong>NOTE</strong> that it must be the only file on the drive.</p>
<p>3) Turn the TV <strong>OFF</strong> (Toshiba saids you can let it on)</p>
<p>4) Insert the USB stick into the USB slot.</p>
<p>5) Turn the TV <strong>ON</strong>.</p>
<p>At this point the TV will detect the firmware update and start going. <strong>DO NOT</strong> power off the TV unless you want a really expensive and crappy mirror hanging on your wall.</p>
<p>After the update is complete (it will say so). Turn the TV <strong>OFF</strong> and <strong>THEN</strong> remove the USB drive.</p>
<p>Congrats you&#8217;re at the least version.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rip747.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rip747.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rip747.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rip747.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/886/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=886&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2011/07/10/toshiba-40g300u1-updating-firmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>ORA-04098: trigger is invalid and failed re-validation</title>
		<link>http://rip747.wordpress.com/2011/03/27/ora-04098-trigger-trigger-name-is-invalid-and-failed-re-validation/</link>
		<comments>http://rip747.wordpress.com/2011/03/27/ora-04098-trigger-trigger-name-is-invalid-and-failed-re-validation/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 15:29:41 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[CFWheels]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Railo]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=864</guid>
		<description><![CDATA[when running the cfwheels test suite under oracle you encounter the following with Railo (maybe also with ACF) Problem: ORA-04098: trigger &#8216;WHEELSTESTDB.BI_USERS&#8217; is invalid and failed re-validation Solution: no whitespace can be in the cfquery tag. This will cause the error: &#60;cfquery name=&#8221;loc.query&#8221; datasource=&#8221;#application.wheels.dataSourceName#&#8221;&#62; CREATE TRIGGER bi_#loc.i# BEFORE INSERT ON #loc.i# FOR EACH ROW BEGIN [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=864&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>when running the cfwheels test suite under oracle you encounter the following with Railo (maybe also with ACF)</p>
<p>Problem: ORA-04098: trigger &#8216;WHEELSTESTDB.BI_USERS&#8217; is invalid and failed re-validation</p>
<p>Solution: no whitespace can be in the cfquery tag.</p>
<p>This will cause the error:</p>
<p>&lt;cfquery name=&#8221;loc.query&#8221; datasource=&#8221;#application.wheels.dataSourceName#&#8221;&gt;<br />
CREATE TRIGGER bi_#loc.i# BEFORE INSERT ON #loc.i# FOR EACH ROW BEGIN SELECT #loc.seq#.nextval INTO :NEW.&lt;cfif loc.i IS &#8220;photogalleries&#8221;&gt;photogalleryid&lt;cfelseif loc.i IS &#8220;photogalleryphotos&#8221;&gt;photogalleryphotoid&lt;cfelse&gt;id&lt;/cfif&gt; FROM dual; END;<br />
&lt;/cfquery&gt;</p>
<p>change the cfquery to this:</p>
<p>&lt;cfquery name=&#8221;loc.query&#8221; datasource=&#8221;#application.wheels.dataSourceName#&#8221;&gt;CREATE TRIGGER bi_#loc.i# BEFORE INSERT ON #loc.i# FOR EACH ROW BEGIN SELECT #loc.seq#.nextval INTO :NEW.&lt;cfif loc.i IS &#8220;photogalleries&#8221;&gt;photogalleryid&lt;cfelseif loc.i IS &#8220;photogalleryphotos&#8221;&gt;photogalleryphotoid&lt;cfelse&gt;id&lt;/cfif&gt; FROM dual; END;&lt;/cfquery&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rip747.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rip747.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rip747.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rip747.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/864/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/864/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=864&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2011/03/27/ora-04098-trigger-trigger-name-is-invalid-and-failed-re-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting a proxy for coldfusion</title>
		<link>http://rip747.wordpress.com/2011/03/09/setting-a-proxy-for-coldfusion/</link>
		<comments>http://rip747.wordpress.com/2011/03/09/setting-a-proxy-for-coldfusion/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 22:26:17 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=856</guid>
		<description><![CDATA[add the following arguments to the "Server Settings &#62; Java and JVM" in the Administrator -Dhttp.proxyHost=proxyhostURL -Dhttp.proxyPort=proxyPortNumber -Dhttp.proxyUser=someUserName -Dhttp.proxyPassword=somePassword<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=856&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>add the following arguments to the "Server Settings &gt; Java and JVM" in the Administrator

-Dhttp.proxyHost=proxyhostURL
-Dhttp.proxyPort=proxyPortNumber
-Dhttp.proxyUser=someUserName
-Dhttp.proxyPassword=somePassword</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rip747.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rip747.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rip747.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rip747.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/856/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=856&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2011/03/09/setting-a-proxy-for-coldfusion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>My CFWheels git workflow</title>
		<link>http://rip747.wordpress.com/2011/01/29/my-cfwheels-git-workflow/</link>
		<comments>http://rip747.wordpress.com/2011/01/29/my-cfwheels-git-workflow/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 16:42:42 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[CFWheels]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=844</guid>
		<description><![CDATA[the other day i was asked whether we should clone the official repo or fork it to our own repo for doing development. i suggested that we use a fork for development and not the official repo. the big reason i say this is so that you have your own repo to experiment with and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=844&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>the other day i was asked whether we should clone the official repo or fork it to our own repo for doing development. i suggested that we use a fork for development and not the official repo.</p>
<p>the big reason i say this is so that you have your own repo to experiment with and commit to. this becomes instrumental when working on new features or fixing bugs as you can do them in separate branches<br />
and then only commit back to the official repo when they are completed and tested.</p>
<p>the issue though comes when you want to commit your changes to the official repo and getting setup in order to do so. this is a quick write up on how i&#8217;m doing it currently, <strong>feedback is welcomed</strong>. i&#8217;ll go from start to finish in this walk through. from forking and setting up a local repo to work off of, to finally pushing your changes to both your forked repo and the official repo.</p>
<p><strong>again, comments and suggestions are more then welcomed.</strong></p>
<p>======================================================</p>
<p>first login to your github account<br />
go to the official repo at cfwheels/cfwheels<br />
click the &#8220;fork&#8221; button at the top to create your fork</p>
<p>======================================================</p>
<p>now we need to clone our fork to our local machine. i&#8217;m on windows but it&#8217;s the same on the mac through the command line. we&#8217;ll be cloning the repo into a &#8220;cfwheels&#8221; directory.</p>
<p>// clone your fork. substitute &#8220;rip747&#8243; for your username<br />
git clone git@github.com:rip747/cfwheels.git cfwheels</p>
<p>// change directory into the newly created one<br />
cd cfwheels</p>
<p>// list all the branches to make sure everything went cool<br />
// you should see master, 1.0, 1.1, HEAD (this is at the time of this writing)<br />
// the current checked out branch will be master<br />
git branch -a</p>
<p>* master<br />
origin/1.0<br />
origin/1.1<br />
origin/HEAD<br />
origin/master</p>
<p>// now link the official repo as another remote<br />
git remote add wheels git@github.com:cfwheels/cfwheels.git</p>
<p>// fetch the list of branches from the newly created wheels remote<br />
git fetch wheels</p>
<p>From git@github.com:cfwheels/cfwheels<br />
* [new branch]      1.0        -&gt; wheels/1.0<br />
* [new branch]      1.1        -&gt; wheels/1.1<br />
* [new branch]      master     -&gt; wheels/master</p>
<p>// listing all the branches again you will see your fork branches and the wheels one<br />
git branch -a</p>
<p>* master<br />
origin/1.0<br />
origin/1.1<br />
origin/HEAD<br />
origin/master<br />
wheels/1.0<br />
wheels/1.1<br />
wheels/master</p>
<p>==============================================</p>
<p>so at this point you&#8217;ve got your repo to work off of and a connection to the official wheels repo to push your finished changes to. so let&#8217;s go through an example of creating a new branch to work off of, making changes, merging those changes and finally push them up to both our fork and the official wheels repo</p>
<p>// let&#8217;s start by making sure we checkout the master branch<br />
git checkout master</p>
<p>// let&#8217;s create a new branch from master to work off of<br />
git checkout -b my_new_feature</p>
<p>// let&#8217;s just touch a new file and commit it<br />
touch README</p>
<p>// add the new file<br />
git add README</p>
<p>// commit the new file<br />
git commit -m &#8220;adding README&#8221;</p>
<p>// now we&#8217;ll checkout master and merge out changes<br />
git checkout master</p>
<p>// merge our changes in<br />
git merge my_new_feature</p>
<p>// now we can push our changes to OUR fork<br />
git push origin master</p>
<p>===========================================</p>
<p>at this point our changes have been pushed to our fork. now let&#8217;s merge our changes into the official repo</p>
<p>// checkout the corresponding branch (in this case master) from our wheels remote<br />
// i have a habit of naming them &lt;remote&gt;-&lt;branch&gt;<br />
git checkout &#8211;track -b wheels-master wheels/master</p>
<p>// merge the changes we made in our master branch<br />
git merge master</p>
<p>// push the change to the official repo<br />
git push wheels wheels-master</p>
<p>// switch back to out master branch<br />
git checkout master</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rip747.wordpress.com/844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rip747.wordpress.com/844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rip747.wordpress.com/844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rip747.wordpress.com/844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/844/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/844/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/844/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=844&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2011/01/29/my-cfwheels-git-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
		<item>
		<title>Railo Express (jetty) change webroot</title>
		<link>http://rip747.wordpress.com/2011/01/25/railo-express-jetty-change-webroot/</link>
		<comments>http://rip747.wordpress.com/2011/01/25/railo-express-jetty-change-webroot/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 06:08:47 +0000</pubDate>
		<dc:creator>rip747</dc:creator>
				<category><![CDATA[Railo]]></category>

		<guid isPermaLink="false">http://rip747.wordpress.com/?p=835</guid>
		<description><![CDATA[open up &#60;railo-directory&#62;\contexts\railo.xml edit the following line: &#60;Set name=&#8221;resourceBase&#8221;&#62;&#60;SystemProperty name=&#8221;jetty.home&#8221; default=&#8221;.&#8221;/&#62;/webroot/&#60;/Set&#62; and change /webroot/ to the directory of your choice. remember to use forward slashes! for instance, i have cfwheels on my y: \cfwheels &#60;Set name=&#8221;resourceBase&#8221;&#62;&#60;SystemProperty name=&#8221;jetty.home&#8221; default=&#8221;.&#8221;/&#62;/y:/cfwheels/&#60;/Set&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=835&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>open up &lt;railo-directory&gt;\contexts\railo.xml</p>
<p>edit the following line:</p>
<p>&lt;Set name=&#8221;resourceBase&#8221;&gt;&lt;SystemProperty name=&#8221;jetty.home&#8221; default=&#8221;.&#8221;/&gt;/webroot/&lt;/Set&gt;</p>
<p>and change /webroot/ to the directory of your choice. remember to use forward slashes!</p>
<p>for instance, i have cfwheels on my y: \cfwheels</p>
<p>&lt;Set name=&#8221;resourceBase&#8221;&gt;&lt;SystemProperty name=&#8221;jetty.home&#8221; default=&#8221;.&#8221;/&gt;/y:/cfwheels/&lt;/Set&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rip747.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rip747.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rip747.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rip747.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rip747.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rip747.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rip747.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rip747.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rip747.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rip747.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rip747.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rip747.wordpress.com/835/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rip747.wordpress.com/835/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rip747.wordpress.com/835/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rip747.wordpress.com&amp;blog=295460&amp;post=835&amp;subd=rip747&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rip747.wordpress.com/2011/01/25/railo-express-jetty-change-webroot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f09f0a0d45c19276540a9899d0e6b667?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">rip747</media:title>
		</media:content>
	</item>
	</channel>
</rss>
