<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-9854403.post4992527307720217273..comments</id><updated>2008-03-26T08:38:01.134-05:00</updated><category term='Birth'/><category term='Struts'/><category term='ReferenceVault'/><category term='beer'/><category term='javascript'/><category term='Cheese'/><category term='God'/><category term='Espresso'/><category term='home brew'/><category term='Boulder'/><category term='Java'/><category term='Leopard'/><category term='OS X'/><category term='Coffee'/><category term='PHP'/><category term='Tomcat'/><category term='Web Development'/><category term='recipe'/><category term='Nolan'/><category term='food'/><category term='Mac'/><category term='Gideon'/><category term='SSL'/><category term='Apache'/><category term='json'/><category term='stout'/><title type='text'>Comments on lo-fi: Leopard for the Web Developer - Running Tomcat as ...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.lo-fi.net/feeds/4992527307720217273/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default'/><link rel='alternate' type='text/html' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html'/><author><name>Eric</name><uri>http://www.blogger.com/profile/10808654379002826497</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lo-fi.net.s3.amazonaws.com/blog/toys/images/nobeard.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9854403.post-4166561981058940329</id><published>2008-03-26T04:12:00.000-05:00</published><updated>2008-03-26T04:12:00.000-05:00</updated><title type='text'>It works really nice. Thank you very much.</title><content type='html'>It works really nice. Thank you very much.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/4166561981058940329'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/4166561981058940329'/><link rel='alternate' type='text/html' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html?showComment=1206522720000#c4166561981058940329' title=''/><author><name>ignacio cases</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html' ref='tag:blogger.com,1999:blog-9854403.post-4992527307720217273' source='http://www.blogger.com/feeds/9854403/posts/default/4992527307720217273' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2045355637'/></entry><entry><id>tag:blogger.com,1999:blog-9854403.post-6075607026978488852</id><published>2008-03-10T07:09:00.000-05:00</published><updated>2008-03-10T07:09:00.000-05:00</updated><title type='text'>@bugboy&lt;br&gt;&lt;br&gt;It sounds like you might have a per...</title><content type='html'>@bugboy&lt;BR/&gt;&lt;BR/&gt;It sounds like you might have a permissions problem. If you install the plist file in /Library/LaunchDaemons you need to make sure that the file is owned by the root user. Try using the terminal and sudo to make that happen. The following command may help you:&lt;BR/&gt;&lt;BR/&gt;sudo chown root /Library/LaunchDaemons/org.apache.tomcat.tomcat6&lt;BR/&gt;.plist</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/6075607026978488852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/6075607026978488852'/><link rel='alternate' type='text/html' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html?showComment=1205150940000#c6075607026978488852' title=''/><author><name>Eric</name><uri>http://www.blogger.com/profile/10808654379002826497</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lo-fi.net.s3.amazonaws.com/blog/toys/images/nobeard.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html' ref='tag:blogger.com,1999:blog-9854403.post-4992527307720217273' source='http://www.blogger.com/feeds/9854403/posts/default/4992527307720217273' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-230109034'/></entry><entry><id>tag:blogger.com,1999:blog-9854403.post-5247667071065606415</id><published>2008-03-10T07:06:00.000-05:00</published><updated>2008-03-10T07:06:00.000-05:00</updated><title type='text'>Although there's some extra steps involved in gett...</title><content type='html'>Although there's some extra steps involved in getting Apache to connect to Tomcat, one of the first steps involved is getting mod_jk installed. I have an article about doing that here:&lt;BR/&gt;&lt;BR/&gt;&lt;A HREF="http://blog.lo-fi.net/2007/10/leopard-for-web-developer-installing.html" REL="nofollow"&gt;Install  mod_jk on Leopard&lt;/A&gt;&lt;BR/&gt;&lt;BR/&gt;I'll try to find some time to write up the missing steps to connect the two, but this should get you started</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/5247667071065606415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/5247667071065606415'/><link rel='alternate' type='text/html' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html?showComment=1205150760000#c5247667071065606415' title=''/><author><name>Eric</name><uri>http://www.blogger.com/profile/10808654379002826497</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lo-fi.net.s3.amazonaws.com/blog/toys/images/nobeard.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html' ref='tag:blogger.com,1999:blog-9854403.post-4992527307720217273' source='http://www.blogger.com/feeds/9854403/posts/default/4992527307720217273' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-230109034'/></entry><entry><id>tag:blogger.com,1999:blog-9854403.post-4746930271873979647</id><published>2008-03-08T08:38:00.000-06:00</published><updated>2008-03-08T08:38:00.000-06:00</updated><title type='text'>Worked for me too!.  As a follow up, how about a h...</title><content type='html'>Worked for me too!.  As a follow up, how about a howto for fronting tomcat with apache?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/4746930271873979647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/4746930271873979647'/><link rel='alternate' type='text/html' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html?showComment=1204987080000#c4746930271873979647' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html' ref='tag:blogger.com,1999:blog-9854403.post-4992527307720217273' source='http://www.blogger.com/feeds/9854403/posts/default/4992527307720217273' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1918048241'/></entry><entry><id>tag:blogger.com,1999:blog-9854403.post-7818774926249712500</id><published>2008-03-07T20:51:00.000-06:00</published><updated>2008-03-07T20:51:00.000-06:00</updated><title type='text'>Excellent tip, Oliver. Thanks!</title><content type='html'>Excellent tip, Oliver. Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/7818774926249712500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/7818774926249712500'/><link rel='alternate' type='text/html' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html?showComment=1204944660000#c7818774926249712500' title=''/><author><name>Eric</name><uri>http://www.blogger.com/profile/10808654379002826497</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lo-fi.net.s3.amazonaws.com/blog/toys/images/nobeard.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html' ref='tag:blogger.com,1999:blog-9854403.post-4992527307720217273' source='http://www.blogger.com/feeds/9854403/posts/default/4992527307720217273' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-230109034'/></entry><entry><id>tag:blogger.com,1999:blog-9854403.post-5038016787536519804</id><published>2008-03-07T14:22:00.000-06:00</published><updated>2008-03-07T14:22:00.000-06:00</updated><title type='text'>you can start without rebooting your mac with&lt;br&gt;&lt;...</title><content type='html'>you can start without rebooting your mac with&lt;BR/&gt;&lt;BR/&gt;launchctl start org.apache.tomcat.tomcat6&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;then, use&lt;BR/&gt;&lt;BR/&gt;tail /var/log/system.log&lt;BR/&gt;&lt;BR/&gt;for error checking during start</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/5038016787536519804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/5038016787536519804'/><link rel='alternate' type='text/html' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html?showComment=1204921320000#c5038016787536519804' title=''/><author><name>Oliver</name><uri>http://www.blogger.com/profile/04265235868393441494</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='27' src='http://www.oliver-frick.ch/blog/uploaded_images/me-702064.PNG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html' ref='tag:blogger.com,1999:blog-9854403.post-4992527307720217273' source='http://www.blogger.com/feeds/9854403/posts/default/4992527307720217273' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1529181725'/></entry><entry><id>tag:blogger.com,1999:blog-9854403.post-4147177940766346091</id><published>2008-02-27T03:26:00.000-06:00</published><updated>2008-02-27T03:26:00.000-06:00</updated><title type='text'>worked for me beautifully!&lt;br&gt;thanks a bunch</title><content type='html'>worked for me beautifully!&lt;BR/&gt;thanks a bunch</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/4147177940766346091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/4147177940766346091'/><link rel='alternate' type='text/html' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html?showComment=1204104360000#c4147177940766346091' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html' ref='tag:blogger.com,1999:blog-9854403.post-4992527307720217273' source='http://www.blogger.com/feeds/9854403/posts/default/4992527307720217273' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-76317664'/></entry><entry><id>tag:blogger.com,1999:blog-9854403.post-3402226305758562739</id><published>2008-02-20T13:04:00.000-06:00</published><updated>2008-02-20T13:04:00.000-06:00</updated><title type='text'>thanks for the article. i think i followed all you...</title><content type='html'>thanks for the article. i think i followed all your steps. i rebooted and tried to access tomcat to no avail, but if i navigate to the /usr/local/tomact/bin directory and call ./catalina.sh run &lt;BR/&gt;tomcat starts right up</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/3402226305758562739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9854403/4992527307720217273/comments/default/3402226305758562739'/><link rel='alternate' type='text/html' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html?showComment=1203534240000#c3402226305758562739' title=''/><author><name>BugBoy</name><uri>http://www.blogger.com/profile/03248903088232707094</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.lo-fi.net/2008/01/leopard-for-web-developer-running.html' ref='tag:blogger.com,1999:blog-9854403.post-4992527307720217273' source='http://www.blogger.com/feeds/9854403/posts/default/4992527307720217273' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-718814335'/></entry></feed>
