<?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/"
	>

<channel>
	<title>Ian Winter &#187; leopard</title>
	<atom:link href="http://ianwinter.co.uk/tag/leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianwinter.co.uk</link>
	<description>Have you found the instructions yet?</description>
	<lastBuildDate>Wed, 14 Sep 2011 22:16:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ColdFusion 64bit and Leopard Beta</title>
		<link>http://ianwinter.co.uk/2007/11/22/coldfusion-64bit-and-leopard-beta/</link>
		<comments>http://ianwinter.co.uk/2007/11/22/coldfusion-64bit-and-leopard-beta/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 09:10:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Slow to the game on this but been busy working! If you want to get in on the 64bit / Leopard beta check out Kristen&#8217;s blog.]]></description>
			<content:encoded><![CDATA[<p>Slow to the game on this but been busy working! If you want to get in on the 64bit / Leopard beta check out <a href="http://www.webbschofield.com/index.cfm/2007/11/19/Interested-in-CF-on-64-bit-or-Leopard">Kristen&#8217;s blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/11/22/coldfusion-64bit-and-leopard-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard Update 10.5.1</title>
		<link>http://ianwinter.co.uk/2007/11/16/leopard-update-1051/</link>
		<comments>http://ianwinter.co.uk/2007/11/16/leopard-update-1051/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 07:12:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Apple has released the first general OS update for Leopard. Full information on their site and available via Software Update.]]></description>
			<content:encoded><![CDATA[<p>Apple has released the first general OS update for Leopard. Full <a href="http://docs.info.apple.com/article.html?artnum=306907">information</a> on their site and available via Software Update.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/11/16/leopard-update-1051/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying CF7 on JRun with CF8 on Leopard, Single IP Error</title>
		<link>http://ianwinter.co.uk/2007/11/10/deploying-cf7-on-jrun-with-cf8-on-leopard-single-ip-error/</link>
		<comments>http://ianwinter.co.uk/2007/11/10/deploying-cf7-on-jrun-with-cf8-on-leopard-single-ip-error/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 14:23:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[jrun]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Having got ColdFusion 8 running in multi-server mode on Leopard I decided to try and deploy CF7 to it as well. Started out going well, following the same process I&#8217;ve always used. I created a new server, removed the default-ear, started the proxy service and stopped the web service then dropped in the cf7 ear [...]]]></description>
			<content:encoded><![CDATA[<p>Having got ColdFusion 8 running in multi-server  mode on Leopard I decided to try and deploy CF7 to it as well. Started out going well, following the same process I&#8217;ve always used. I created a new server, removed the default-ear, started the proxy service and stopped the web service then dropped in the cf7 ear file. Setup all the apache2 config and restarted that OK. For reference I&#8217;ve got a jrun.conf with the module in then a cf702.conf included by default with the jrun.conf in httpd.conf then a cf8.conf I include in vhosts as needed. The server started OK but when I tried browsing the cf7.local vhost I created I was shown the message:</p>
<p><code>500<br />
java.lang.NullPointerException<br />
	at coldfusion.license.LicenseManager._isSingleIP(LicenseManager.java:171)<br />
	at coldfusion.license.LicenseManager.isSingleIP(LicenseManager.java:68)<br />
	at coldfusion.CfmServlet.getFilterChain(CfmServlet.java:66)<br />
	at coldfusion.CfmServlet.service(CfmServlet.java:103)<br />
	at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)<br />
	at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)<br />
	at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)<br />
	at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)<br />
	at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)<br />
	at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)<br />
	at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)<br />
	at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)</code></p>
<p>Interesting as it&#8217;s the same box, both configured on 127.0.0.1. A reload didn&#8217;t cure it, so off to google. I found a couple of posts relating to flash remoting. The first one was over on &lt;a href=&#8221;http://www.talkingtree.com/blog/index.cfm/2004/9/15/flashgateway&#8221;&gt;Steven Erat&#8217;s&lt;/a&gt; blog from way back in 2004 related to something with flash remoting. I found a few other posts saying I&#8217;d need to remove the flash remoting ear file, which, I didn&#8217;t have showing in the JMC. </p>
<p>I decided to take a look in the JRun4 directory to see what flash related files there were:</p>
<p><code>macmini:JRun4 ianwinter$ find . -name "*flash*"<br />
./docs/jmchelp/gs-flash-jrun.htm<br />
./servers/cf702/SERVER-INF/temp/cfusion.war-1439562941/CFIDE/administrator/images/flashmenu.swf<br />
./servers/cf702/SERVER-INF/temp/cfusion.war-1439562941/WEB-INF/cfform/flash-unicode-table.xml<br />
./servers/cf702/SERVER-INF/temp/cfusion.war-1439562941/WEB-INF/cfusion/lib/flashgateway.jar<br />
./servers/cf702/SERVER-INF/temp/cfusion.war-1439562941/WEB-INF/cfusion/lib/flashremoting_update.jar<br />
./servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfform/flash-unicode-table.xml<br />
./servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/flashgateway.jar<br />
./servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/preso/loadflash.js<br />
./servers/samples/flashsamples-ear<br />
./servers/samples/flashsamples-ear/ejbs/flashgateway<br />
./servers/samples/SERVER-INF/classes/flashgateway</code></p>
<p>Some of these obviously can stay but as I don&#8217;t use flash remoting I decided to remove the flashgateway.jar and flashremoting-update.jar files. I backed up the servers directory as well first and have at this point stopped the servers.</p>
<p><code>macmini:JRun4 ianwinter$ sudo rm<br />
./servers/cf702/SERVER-INF/temp/cfusion.war-1439562941/WEB-INF/cfusion/lib/flashgateway.jar<br />
./servers/cf702/SERVER-INF/temp/cfusion.war-1439562941/WEB-INF/cfusion/lib/flashremoting_update.jar<br />
./servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/flashgateway.jar</code></p>
<p>Restart all the JRun servers and browse back to cf7.local and voila it works. Bit of a faf and no good if you want flash remoting but it works. I don&#8217;t know if you remove just one of the flash remoting jar&#8217;s, like just from the cf7 server if it&#8217;d work, or, perhaps you can change mappings somewhere, solves my problem so I&#8217;m happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/11/10/deploying-cf7-on-jrun-with-cf8-on-leopard-single-ip-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Seeds 10.5.1</title>
		<link>http://ianwinter.co.uk/2007/11/08/apple-seeds-1051/</link>
		<comments>http://ianwinter.co.uk/2007/11/08/apple-seeds-1051/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 08:39:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Taken via macrumours Apple have begun seeding OSX 10.5.1 to developers for testing. Seems like there&#8217;s a quite a few issues been looked into for the release.]]></description>
			<content:encoded><![CDATA[<p>Taken <a href="http://www.macrumors.com/2007/11/07/apple-seeds-mac-os-x-10-5-1-9b13/">via macrumours</a> Apple have begun seeding OSX 10.5.1 to developers for testing. Seems like there&#8217;s a quite a few issues been looked into for the release.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/11/08/apple-seeds-1051/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion Leopard &amp; 64 bit hints</title>
		<link>http://ianwinter.co.uk/2007/11/08/coldfusion-leopard-64-bit-hints/</link>
		<comments>http://ianwinter.co.uk/2007/11/08/coldfusion-leopard-64-bit-hints/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 08:37:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Looks like Adobe could be announcing support for ColdFusion on Leopard and 64bit (other than Solaris) soon (hopefully). [via forta.com]]]></description>
			<content:encoded><![CDATA[<p>Looks like Adobe could be announcing support for ColdFusion on Leopard and 64bit (other than Solaris) soon (hopefully). [<a href="http://www.forta.com/blog/index.cfm/2007/11/7/ColdFusion-On-OSX-Leopard-And-64bit">via forta.com</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/11/08/coldfusion-leopard-64-bit-hints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion 8 on Leopard part 2</title>
		<link>http://ianwinter.co.uk/2007/10/31/coldfusion-8-on-leopard-part-2/</link>
		<comments>http://ianwinter.co.uk/2007/10/31/coldfusion-8-on-leopard-part-2/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 23:13:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[So, just got ColdFusion 8 working on my Mac Mini running an upgraded version of Leopard (from Tiger). Below are the steps I took. As I said before it&#8217;s basically Geoff&#8217;s guide with a couple more reboots! 1. Install Apple XCode Tools from Leopard DVD&#60;br&#62; 2. Restart&#60;br&#62; 3. Install ColdFusion 8&#60;br&#62; Multi-server, developer edition ColdFusion [...]]]></description>
			<content:encoded><![CDATA[<p>So, just got ColdFusion 8 working on my Mac Mini running an upgraded version of Leopard (from Tiger). Below are the steps I took. As I said before it&#8217;s basically Geoff&#8217;s guide with a couple more reboots!</p>
<p>1. Install Apple XCode Tools from Leopard DVD&lt;br&gt;<br />
2. Restart&lt;br&gt;<br />
3. Install ColdFusion 8&lt;br&gt;</p>
<p>	Multi-server, developer edition<br />
	ColdFusion 8 Document and Start ColdFusion on system init both checked<br />
	Installed to /Applications/JRun4<br />
	Web Servers<br />
	- Apache<br />
	- Configuration Directory: /etc/apache2<br />
	- Server Binary: /usr/sbin/httpd<br />
	- Server Control Script: /usr/sbin/apachectl<br />
	CFIDE installed to default documents folder which is /Library/Webserver/Documents</p>
<p>4. Complete wizard ignoring web server startup and connector failure messages<br />
5. Restart<br />
6. Compile the new connector</p>
<p><code>cd /Applications/JRun4/lib<br />
	unzip -d src wsconfig.jar<br />
	cd src/connectors/src<br />
	apxs -c -Wc,-arch -Wc,x86_64 -Wl,-arch -Wl,x86_64 -n jrun22 mod_jrun22.c jrun_maptable_impl.c jrun_property.c jrun_session.c platform.c jrun_mutex.c jrun_proxy.c jrun_utils.c<br />
	apxs -i -n jrun22 -S LIBEXECDIR=/Applications/JRun4/lib/src/connectors/src/ mod_jrun22.la<br />
	strip mod_jrun22.so</code></p>
<p>7. Check the connector with wsconfig</p>
<p><code>cd /Applications/JRun4/lib/<br />
	sudo java -jar wsconfig.jar</code></p>
<p>8. Delete the current connector and put your fresh shiny new one in</p>
<p><code>rm /Applications/JRun4/lib/wsconfig/1/mod_jrun22.so<br />
cp /Applications/JRun4/lib/src/connectors/src/mod_jrun22.so /Application/JRun4/lib/wsconfig/1/mod_jrun22.so</code><br />
9. Restart&lt;br&gt;<br />
10. Start CF&lt;br&gt;</p>
<p><code>sudo /Applications/JRun4/bin/jrun -start cfusion</code></p>
<p>11. Kick apache</p>
<p><code>sudo apachectl restart</code></p>
<p>12. Browse to localhost/CFIDE/administrator/index.cfm (unless you&#8217;ve already added index.cfm as a default doc)&lt;br&gt;<br />
13. Go to bed feeling happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/10/31/coldfusion-8-on-leopard-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ColdFusion 8 install on Leopard</title>
		<link>http://ianwinter.co.uk/2007/10/31/coldfusion-8-install-on-leopard/</link>
		<comments>http://ianwinter.co.uk/2007/10/31/coldfusion-8-install-on-leopard/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 13:28:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Having read many articles and endured much swearing this morning I finally got CF8 running with apache 2.2.6 on Leopard with my Macbook. For information it&#8217;s a Intel Core 2 Macbook which had a completely clean, erase and install version of Leopard on. I&#8217;ve writing a guide to the steps I took for reference but [...]]]></description>
			<content:encoded><![CDATA[<p>Having read many articles and endured much swearing this morning I finally got CF8 running with apache 2.2.6 on Leopard with my Macbook.</p>
<p>For information it&#8217;s a Intel Core 2 Macbook which had a completely clean, erase and install version of Leopard on.</p>
<p>I&#8217;ve writing a guide to the steps I took for reference but I was following <a href="http://blog.daemon.com.au/go/blog-post/how-to-install-coldfusion-8-on-leopard-osx">this guide</a> by Geoff Bowers (thanks!) and also reading comments on <a href="http://www.markdrew.co.uk/blog/index.cfm/2007/10/27/Running-ColdFusion-8-on-Leopard">Mark  Drew&#8217;s</a> post. Going to try on my Mac Mini tonight which is an upgraded version of Leopard from Tiger.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/10/31/coldfusion-8-install-on-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard Screen Sharing and VNC</title>
		<link>http://ianwinter.co.uk/2007/10/30/leopard-screen-sharing-and-vnc/</link>
		<comments>http://ianwinter.co.uk/2007/10/30/leopard-screen-sharing-and-vnc/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 21:23:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you&#8217;re trying access Leopard via RealVNC on a Windows box make sure in before you try and connect you go into Options > Misc and check the &#8220;Only use protocol version 3.3&#8243; box otherwise you won&#8217;t actually be able to connect.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying access Leopard via RealVNC on a Windows box make sure in before you try and connect you go into Options > Misc and check the &#8220;Only use protocol version 3.3&#8243; box otherwise you won&#8217;t actually be able to connect.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/10/30/leopard-screen-sharing-and-vnc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard</title>
		<link>http://ianwinter.co.uk/2007/10/29/leopard/</link>
		<comments>http://ianwinter.co.uk/2007/10/29/leopard/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 22:41:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Finished installing, well upgrading my new Mac Mini from Tiger to Leopard. Took about an hour an was painless. One issue with the last.fm player not working but after a quick scoot over to the forums Robert&#8217;s your Mother&#8217;s brother and there&#8217;s a fixed version. I have to say inital impressions, awesome! It looks great. [...]]]></description>
			<content:encoded><![CDATA[<p>Finished installing, well upgrading my new Mac Mini from Tiger to Leopard. Took about an hour an was painless.</p>
<p>One issue with the last.fm player not working but after a quick scoot over to the forums Robert&#8217;s your Mother&#8217;s brother and there&#8217;s a <a href="http://www.last.fm/forum/34905/_/328298">fixed version</a>.</p>
<p>I have to say inital impressions, awesome! It looks great. I could very much be becoming a full MAC convert.</p>
<p>All hail the shiny white hardware gods!</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2007/10/29/leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

