<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: acts_as_solr for development and production in one Tomcat instance</title>
	<atom:link href="http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/</link>
	<description>Late nights eventually pay off</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:05:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Midnight Oil &#187; Blog Archive &#187; Hacking the Ultrasphinx plugin to work with paginating_find</title>
		<link>http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/#comment-2200</link>
		<dc:creator>Midnight Oil &#187; Blog Archive &#187; Hacking the Ultrasphinx plugin to work with paginating_find</dc:creator>
		<pubDate>Sat, 19 Apr 2008 22:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/#comment-2200</guid>
		<description>[...] started with acts_as_solr acts_as_solr for development and production in one Tomcat instance Optimizing Solr and Rails - Index in the [...]</description>
		<content:encoded><![CDATA[<p>[...] started with acts_as_solr acts_as_solr for development and production in one Tomcat instance Optimizing Solr and Rails &#8211; Index in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah</title>
		<link>http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/#comment-17</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Fri, 20 Apr 2007 21:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/#comment-17</guid>
		<description>@Anjan:

The main issue is that acts_as_solr 0.7 differentiates the environment (development or production) based on the hostname and port.  So, we need 2 different host/port configurations in order to have 2 separate environments.

Your idea to have Tomcat listen to 2 ports might work, as long as Tomcat knows that when a Solr request comes in on port X, send it off to Solr servlet A, and when the same request comes in on port Y, send it off to Solr servlet B.  I imagine there is probably a way to set that up, but I&#039;m no Tomcat expert, so I wouldn&#039;t even attempt it.

Thanks for the Tomcat tip, though.</description>
		<content:encoded><![CDATA[<p>@Anjan:</p>
<p>The main issue is that acts_as_solr 0.7 differentiates the environment (development or production) based on the hostname and port.  So, we need 2 different host/port configurations in order to have 2 separate environments.</p>
<p>Your idea to have Tomcat listen to 2 ports might work, as long as Tomcat knows that when a Solr request comes in on port X, send it off to Solr servlet A, and when the same request comes in on port Y, send it off to Solr servlet B.  I imagine there is probably a way to set that up, but I&#8217;m no Tomcat expert, so I wouldn&#8217;t even attempt it.</p>
<p>Thanks for the Tomcat tip, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anjan Bacchu</title>
		<link>http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/#comment-16</link>
		<dc:creator>Anjan Bacchu</dc:creator>
		<pubDate>Fri, 20 Apr 2007 21:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/#comment-16</guid>
		<description>hi there,

  After posting the comment, I realised that you can setup tomcat to listen to 2 different ports at the same time! Will that work for you ?

BR,
~A</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p>  After posting the comment, I realised that you can setup tomcat to listen to 2 different ports at the same time! Will that work for you ?</p>
<p>BR,<br />
~A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anjan Bacchu</title>
		<link>http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/#comment-15</link>
		<dc:creator>Anjan Bacchu</dc:creator>
		<pubDate>Fri, 20 Apr 2007 21:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/#comment-15</guid>
		<description>hi there,

 &quot;, and a single servlet container is always going to be at a single host/port.&quot;

  you can get tomcat to run at different ports using a different CATALINA_BASE value. That is how Netbeans uses its embedded tomcat.

  All the same, I get your point and understand that with a minimum of fuss, you&#039;d like to have 2 identical apps (servlets) running on your container :-)

BR,
~A</description>
		<content:encoded><![CDATA[<p>hi there,</p>
<p> &#8220;, and a single servlet container is always going to be at a single host/port.&#8221;</p>
<p>  you can get tomcat to run at different ports using a different CATALINA_BASE value. That is how Netbeans uses its embedded tomcat.</p>
<p>  All the same, I get your point and understand that with a minimum of fuss, you&#8217;d like to have 2 identical apps (servlets) running on your container <img src='http://blog.aisleten.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>BR,<br />
~A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Midnight Oil &#187; Blog Archive &#187; Getting started with acts_as_solr</title>
		<link>http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/#comment-13</link>
		<dc:creator>Midnight Oil &#187; Blog Archive &#187; Getting started with acts_as_solr</dc:creator>
		<pubDate>Sun, 15 Apr 2007 13:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aisleten.com/2007/04/15/acts_as_solr-for-development-and-production-in-one-tomcat-instance/#comment-13</guid>
		<description>[...] make the Web a friendlier place for Dungeons &amp; Dragons.      &#171; D&amp;D Meetup in Decatur, GA acts_as_solr for development and production in one Tomcat instance [...]</description>
		<content:encoded><![CDATA[<p>[...] make the Web a friendlier place for Dungeons &#38; Dragons.      &laquo; D&#38;D Meetup in Decatur, GA acts_as_solr for development and production in one Tomcat instance [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
