<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on How to install Tomcat on Mac OS X</title>
    <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x</link>
    <description>Neil Ang Comment Feed</description>
    <language>en-us</language>
    <generator>Symphony (build 1701)</generator>
    <item>
      <title>srini commented on How to install Tomcat on Mac OS X</title>
      <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-167</link>
      <pubDate>Mon, 26 Jul 2010 13:30:13 GMT</pubDate>
      <guid>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-167</guid>
      <description>&lt;p&gt;Hey Neil when i am trying to start TOMCAT this is the folllowing error which i am facing&amp;hellip;&lt;/p&gt;
&lt;p&gt;macbook:bin USER$ sh ./startup.sh
Cannot find /Library/Tomcat/Home/bin/setclasspath.sh
This file is needed to run this program&lt;/p&gt;
					     &lt;p&gt;&lt;a title="What are you, chicken?!" href="http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment"&gt;Post a reply&lt;/a&gt; (I dare you!)&lt;/p&gt;
					   </description>
    </item>
    <item>
      <title>srini commented on How to install Tomcat on Mac OS X</title>
      <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-166</link>
      <pubDate>Mon, 26 Jul 2010 13:28:12 GMT</pubDate>
      <guid>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-166</guid>
      <description>&lt;p&gt;hey Neil thanks for posting the blog&amp;hellip;.i am trying to run startup.sh but it is giving me the following error&lt;/p&gt;
&lt;p&gt;
macbook:bin USER$ sh ./setclasspathp.sh
sh: ./setclasspathp.sh: No such file or directory&lt;/p&gt;
					     &lt;p&gt;&lt;a title="What are you, chicken?!" href="http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment"&gt;Post a reply&lt;/a&gt; (I dare you!)&lt;/p&gt;
					   </description>
    </item>
    <item>
      <title>Doug commented on How to install Tomcat on Mac OS X</title>
      <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-165</link>
      <pubDate>Mon, 19 Jul 2010 06:41:10 GMT</pubDate>
      <guid>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-165</guid>
      <description>&lt;p&gt;A follow-up for those having Ben's problem&amp;hellip;.&lt;/p&gt;
&lt;p&gt;Like I believe he was, I was able to start/stop Tomcat directly through the sh files, but the script was not giving any response.&lt;/p&gt;
&lt;p&gt;Tomcat logs showed nothing &amp;ndash; the script commands didn't even seem to be executing.&lt;/p&gt;
&lt;p&gt;I got it working after experimenting with the script file's encoding. The text editor I'm using is Text Wrangler, which defaults to UTF8. Switching to Latin 1 seemed to resolve the problem.&lt;/p&gt;
					     &lt;p&gt;&lt;a title="What are you, chicken?!" href="http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment"&gt;Post a reply&lt;/a&gt; (I dare you!)&lt;/p&gt;
					   </description>
    </item>
    <item>
      <title>Eric C commented on How to install Tomcat on Mac OS X</title>
      <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-164</link>
      <pubDate>Mon, 07 Jun 2010 03:17:45 GMT</pubDate>
      <guid>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-164</guid>
      <description>&lt;p&gt;On Snow Leopard, my steps:&lt;/p&gt;

&lt;p&gt;1) Download and extract Tomcat to any directory&lt;/p&gt;
&lt;p&gt;In a terminal:&lt;/p&gt;
&lt;p&gt;2) Navigate to your tomcat/bin directory&lt;/p&gt;
&lt;p&gt;3) sudo chmod -R 755 *.sh (this turns the shell scripts into executable files)&lt;/p&gt;
&lt;p&gt;4) export JAVA_HOME=/Library/Java/Home (NO trailing slash!)&lt;/p&gt;
&lt;p&gt;5) export CATALINA_HOME=/whatever/diretory/your/tomcat/is/in/apache-tomcat-6.0.26 (NO trailing slash!)&lt;/p&gt;
&lt;p&gt;6) ./startup.sh (to start tomcat)&lt;/p&gt;
&lt;p&gt;7) when you're done&amp;hellip; ./shutdown.sh&lt;/p&gt;
					     &lt;p&gt;&lt;a title="What are you, chicken?!" href="http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment"&gt;Post a reply&lt;/a&gt; (I dare you!)&lt;/p&gt;
					   </description>
    </item>
    <item>
      <title>Eric C commented on How to install Tomcat on Mac OS X</title>
      <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-163</link>
      <pubDate>Sun, 06 Jun 2010 20:46:38 GMT</pubDate>
      <guid>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-163</guid>
      <description>&lt;p&gt;Guido -
catalina.sh probably doesn't have execute permission.
sudo chmod -R 755 catalina.sh
should do the trick.&lt;/p&gt;
					     &lt;p&gt;&lt;a title="What are you, chicken?!" href="http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment"&gt;Post a reply&lt;/a&gt; (I dare you!)&lt;/p&gt;
					   </description>
    </item>
    <item>
      <title>Sam Lucas commented on How to install Tomcat on Mac OS X</title>
      <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-160</link>
      <pubDate>Thu, 08 Apr 2010 16:34:42 GMT</pubDate>
      <guid>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-160</guid>
      <description>&lt;p&gt;Any idea how I can permission a Standard user to start and stop the tomcat service?&lt;/p&gt;
					     &lt;p&gt;&lt;a title="What are you, chicken?!" href="http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment"&gt;Post a reply&lt;/a&gt; (I dare you!)&lt;/p&gt;
					   </description>
    </item>
    <item>
      <title>Kevin White commented on How to install Tomcat on Mac OS X</title>
      <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-158</link>
      <pubDate>Sun, 28 Mar 2010 16:28:49 GMT</pubDate>
      <guid>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-158</guid>
      <description>&lt;p&gt;Hello Neil,&lt;/p&gt;
&lt;p&gt;I kind of new to the make platform and I have probably have a question that is way below you guys but I am wanting to setup Sakai on my system and they talk about running Tomcat and they have given me a zip file with the following instructions.  &lt;a href="http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Demo+Install" rel="nofollow"&gt;http://confluence.sakaiproject.org/display/DOC/Install+Guide+-+Demo+Install&lt;/a&gt;+(2.6)&lt;/p&gt;
&lt;p&gt;When I try to start Tomcat it gives me the following error in Terminal&lt;/p&gt;
&lt;p&gt;kevin-whites-macbook-pro-2:~ kevinwhite$ start-sakai.sh
-bash: start-sakai.sh: command not found
 
Well I'm not used to terminal so I'm not really sure what to do here if you could direct me to some instruction, I would appreciate that. &lt;/p&gt;
&lt;p&gt;Thanks Kevin&lt;/p&gt;
					     &lt;p&gt;&lt;a title="What are you, chicken?!" href="http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment"&gt;Post a reply&lt;/a&gt; (I dare you!)&lt;/p&gt;
					   </description>
    </item>
    <item>
      <title>Guido commented on How to install Tomcat on Mac OS X</title>
      <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-153</link>
      <pubDate>Fri, 19 Mar 2010 21:02:19 GMT</pubDate>
      <guid>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-153</guid>
      <description>&lt;p&gt;Hi Neil,&lt;/p&gt;
&lt;p&gt;I'm trying to set up Tomcat on my Mac Leopard, but when i try the &amp;quot;sh startup.sh&amp;quot; i get the next responce in my terminal.&lt;/p&gt;
&lt;p&gt;sh startup.sh
Cannot find ./catalina.sh
This file is needed to run this program&lt;/p&gt;
&lt;p&gt;Any idea what is happening here?&lt;/p&gt;
					     &lt;p&gt;&lt;a title="What are you, chicken?!" href="http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment"&gt;Post a reply&lt;/a&gt; (I dare you!)&lt;/p&gt;
					   </description>
    </item>
    <item>
      <title>Jeffrey Schmitz commented on How to install Tomcat on Mac OS X</title>
      <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-150</link>
      <pubDate>Fri, 05 Feb 2010 16:10:13 GMT</pubDate>
      <guid>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-150</guid>
      <description>&lt;p&gt;Holy cow that was easy. I almost started doing this one:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.malisphoto.com/tips/tomcatonosx.html" rel="nofollow"&gt;http://www.malisphoto.com/tips/tomcatonosx.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;WTH is all that?  They should at least warn people there is a MUCH simpler method.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
					     &lt;p&gt;&lt;a title="What are you, chicken?!" href="http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment"&gt;Post a reply&lt;/a&gt; (I dare you!)&lt;/p&gt;
					   </description>
    </item>
    <item>
      <title>vincent commented on How to install Tomcat on Mac OS X</title>
      <link>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-141</link>
      <pubDate>Sat, 10 Oct 2009 12:20:25 GMT</pubDate>
      <guid>http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment-141</guid>
      <description>&lt;p&gt;Thanks for this tip! Probably saved me hours of my life!&lt;/p&gt;
					     &lt;p&gt;&lt;a title="What are you, chicken?!" href="http://neilang.com/entries/how-to-install-tomcat-on-mac-os-x/#comment"&gt;Post a reply&lt;/a&gt; (I dare you!)&lt;/p&gt;
					   </description>
    </item>
  </channel>
</rss>
