<?xml version="1.0"?><!-- RSS generated by Radio UserLand v8.0.5 on Sun, 10 Mar 2002 14:17:35 GMT --><rss version="0.92">	<channel>		<title>De choses et d&apos;autres...</title>		<link>http://radio.weblogs.com/0100409/</link>		<description>&lt;b&gt;Categories&lt;/b&gt;: &lt;a href=&quot;/categories/macOsX/&quot;&gt;Mac OS X&lt;/a&gt; - &lt;a href=&quot;/categories/java&quot;&gt;Java&lt;/a&gt;</description>		<language>en</language>		<copyright>Copyright 2002 tmk</copyright>		<lastBuildDate>Sun, 10 Mar 2002 14:17:35 GMT</lastBuildDate>		<docs>http://backend.userland.com/rss092</docs>		<managingEditor>tmk@netelligent.biz</managingEditor>		<webMaster>tmk@netelligent.biz</webMaster>		<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssPleaseNotify" protocol="xml-rpc"/>		<item>			<description>&lt;b&gt;Superman vision...&lt;/b&gt;&lt;i&gt;&quot;Kaya Special Optics, Inc., having specialized in manufacturing special optical devices for the past 30 years, would like to take this opportunity to introduce a newly developed product called the &quot;Infrared See-Through Filter PF&quot;. The PF is a special optical device that helps to visually penetrate an object&apos;s surface in order to view whatever lies below...&quot;&lt;/i&gt;&lt;a href=&quot;http://www.kaya-optics.com/products/experiments.htm&quot;&gt;See for yourself&lt;/a&gt;&lt;br&gt;The most interesting part may be that they provide an explanation of how it &lt;a href=&quot;http://www.kaya-optics.com/products/how_it_works.htm&quot;&gt;works&lt;/a&gt; (I&apos;ve not yet read it in full)</description>			</item>		<item>			<description>&lt;b&gt;More about Tomcat on Mac OS X&lt;/b&gt;When I ran my google search re: the tomcat install, I also found this &lt;a href=&quot;http://softwaredev.earthweb.com/sdtech/article/0,,12065_981431,00.html&quot;&gt;excellent series&lt;/a&gt; of articles about running and using Tomcat on Mac OS X. Today thanks from a pointer from Brent&apos;s excellent &lt;a href=&quot;http://mac.scripting.com/&quot;&gt;mac.scripting.com&lt;/a&gt; I read the second installment of the series and decided that I should point to the series myself.&lt;i&gt;&quot;In this series, we will look at how to use Mac OS X as a killer server-side development environment, or even as a deployment environment, for those who are so inclined. We&apos;ll start by helping you to set up Tomcat, and from there we&apos;ll go on to cover other server-side technologies and how they integrate with OS X.&quot;&lt;/i&gt;The first article of deals with installing and running Tomcat 4.01.In the second installment, the author looks &quot;&lt;i&gt;at how to set up OS X to launch Tomcat automatically on startup and how to run it more securely, by running it with the permissions of an unprivileged user&quot;&lt;/i&gt;.In the third part, Ian McFarland, the author will show &lt;i&gt;&quot;how to set up Apache and Tomcat to work together. This, also, is very easy to do. And in the last installment in this series, we&apos;ll see how to get set up with Project Builder, Apple&apos;s free industrial-strength IDE, to build Web apps&quot;&lt;/i&gt;I found to minor problems with the articles though.In the first one, is that in the first article the author does not mention that one needs to set the JAVA_HOME environment variable.Second, in the second article recommend using the /System/Library/StartupItems folder. IMHO this is not a could idea everything in /System is off-limit and any Mac OS X user should avoid making modification there. One would rather use /Library/StartupItems instead.Nevertheless, the series is highly recommended.</description>			<category>Java</category>			<category>Mac OS X</category>			</item>		<item>			<description>While searching for Mac OS X &quot;Open With...&quot; contextual menu on Google, I found the following helpful list of &lt;a href=&quot;http://www.macfixit.com/library/osxu.shtml&quot;&gt;Tools and Utilities&lt;/a&gt; for Mac OS X on macfixit.com.</description>			<category>Mac OS X</category>			</item>		<item>			<description>&lt;b&gt;Installing Tomcat on Mac OS X continued...&lt;/b&gt;OK. Back to the actual Tomcat install...I ran the following search on Google &quot;installing tomcat on mac os x&quot;. It yielded several interesting pages. The first one turned out to be the most useful (read correct)It&apos;s published in the &lt;a href=&quot;http://developer.apple.com/internet/index.html&quot;&gt;Apple Developper Connection Internet Developer Web site&lt;/a&gt; (great resource btw). It&apos;s titled &lt;a hre=&quot;http://developer.apple.com/internet/macosx/tomcat1.html&quot;&gt;Mac OS X: Java and Tomcat Part I&lt;/a&gt;. It gives the correct value (/usr) for the JAVA_HOME environment variable needed by Tomcat (it&apos;s setting the environment variable which I wanted to do in the ~/Library/init/tcsh/environment.mine file, that got me side-tracked in the first place). Other Web pages suggested using /System/Library/Frameworks/JavaVM.framework as the value for the JAVA_HOME variable, but it yielded an error message OMM.Following the instructions in the ADC article, the actual Installing and running Tomcat took less 2 minutes.</description>			<category>Java</category>			<category>Mac OS X</category>			</item>		<item>			<description>&lt;b&gt;Installing Tomcat on Mac OS X&lt;/b&gt;Decided that it was about time that I install Tomcat OMM. MLW has been pressuring me to finish her Web site and truth be told, I&apos;ve been holding back on doing it for way too long. Since I need to implement some CMS features, I decided that the right route would be some Servlet/JSP based solution (now that WebObjects version 5.1 is out which supports Servlet and JSP).In the process, indeed, I got side-tracked into finally understanding and fixing my tcsh config files (@ ~/Library/init/tcsh) problems.For some unknow reasons, my *.mine files there didn&apos;t seem to get executed. Trying to execute them manually generated error messages which made no sense to me.Today, after spending the whole afternoon on the problem, I eventually found the causes of the problems. As it would turn out it&apos;s unbelievably stupid.1. My shell files were edited using BBEdit which defaulted to saving them using Mac OS 9.x line-ending!!!2. I learned that it would seem that a shell script MUST  end with an empty line to be properly recognized and executed.3. The shell error messages are not always that helpful in understanding what the problem is (in my case I got &quot;command not found&quot; messages re: the line-ending problem).4. When a file is source&apos;d and an error occurs, you don&apos;t necessarily get an error message.In the process I also found an error in O&apos;Reilly  UNIX in a Nutshell p.3-5: the correct syntax for variable assignment is &quot;set var = value&quot;. The syntax in the book is &quot;set var value&quot; what this does is set 2 variables  with null values. </description>			<category>Mac OS X</category>			</item>		<item>			<description>&lt;strong&gt;Let&apos;s blog&lt;/strong&gt;.On Friday, I downloaded &lt;a href=&quot;http://homepage.mac.com/dschimpf/&quot;&gt;MacJournal&lt;/a&gt; to log the process of installing new stuff OMM. The idea was to keep some notes that might prove helpfull at a later time.I also wanted to have some hard facts on how I spend my time while using computers.At first, I thought that I&apos;d used a desktop app even though I knew that at some later time, I would switch to publishing a weblog like anybody else. After using MacJournal for the week-end I decided that I might as well directly keep a blog using Radio.The funny thing is that I&apos;ve been a web developper for 7 years now. And for various reassons, I&apos;ve never published any kind of personnal Web site although I&apos;ve wanted to do so for quite a long time (er like 7 years).One of the primary reasons why I haven&apos;t published a Web site yet has probably to do with the fact that being somewhat of a perfectionnist, I didn&apos;t want to start any kind half-backed Web site experiment. I wanted to be sure that I could and would sustain the effort and build exactly the kind of Web site I had been envisioning for years.Another important reason is that I&apos;m not too sure wether I want to or even can keep a public blog...Now with Mac OS X and Radio, the problem is that it&apos;s sooo &lt;a href=&quot;http://radio.weblogs.com/0100490/categories/softwareReleased/&quot;&gt;easy&lt;/a&gt; (Thank a million bbum!) to publish and maintain a weblog that it seems that I will, at long last, start doing it anyway. Even though this first experiment is not exactly what I had in mind for my first personnal Web site.I just purchased one license and I&apos;ll try to use Radio from now on and see how it goes.</description>			</item>		</channel>	</rss>