<?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: Server Stories</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2009/04/16/server-stories/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2009/04/16/server-stories/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jamie Krug</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/16/server-stories/comment-page-1/#comment-182253</link>
		<dc:creator>Jamie Krug</dc:creator>
		<pubDate>Wed, 17 Jun 2009 18:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=844#comment-182253</guid>
		<description>@GregL: I too am interested in your docs on your Railo setup. I don&#039;t see a URL or e-mail address for you in your comment here, otherwise I&#039;d e-mail you directly. You can contact me directly via jamiekrug.com/blog/contact.cfm --Thanks!</description>
		<content:encoded><![CDATA[<p>@GregL: I too am interested in your docs on your Railo setup. I don't see a URL or e-mail address for you in your comment here, otherwise I'd e-mail you directly. You can contact me directly via jamiekrug.com/blog/contact.cfm &#8211;Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gringa</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/16/server-stories/comment-page-1/#comment-182245</link>
		<dc:creator>Gringa</dc:creator>
		<pubDate>Wed, 17 Jun 2009 17:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=844#comment-182245</guid>
		<description>Correction: The last comment was meant for Greg L.  BarneyB, if you have the documentation, I&#039;m still interested.  :-)

@GregL: I would be interested in the documentation of your Railo setup. Could you post it here or forward?</description>
		<content:encoded><![CDATA[<p>Correction: The last comment was meant for Greg L.  BarneyB, if you have the documentation, I'm still interested.  :-)</p>
<p>@GregL: I would be interested in the documentation of your Railo setup. Could you post it here or forward?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gringa</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/16/server-stories/comment-page-1/#comment-182244</link>
		<dc:creator>Gringa</dc:creator>
		<pubDate>Wed, 17 Jun 2009 17:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=844#comment-182244</guid>
		<description>@barneyb: I would be interested in the documentation of your Railo setup.  Could you post it here or forward?</description>
		<content:encoded><![CDATA[<p>@barneyb: I would be interested in the documentation of your Railo setup.  Could you post it here or forward?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Krug</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/16/server-stories/comment-page-1/#comment-174139</link>
		<dc:creator>Jamie Krug</dc:creator>
		<pubDate>Mon, 20 Apr 2009 14:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=844#comment-174139</guid>
		<description>Hey Barney, good stuff. I&#039;m in the middle of just about the same kind of migration. I&#039;m moving from a Windows/IIS/CF VPS ($189/mo) to a Linux/Apache/Railo VPS ($30/mo) -- nice savings and likely better performance! I was initially looking at running JBoss behind Apache for Railo, just because, but I don&#039;t need it so I&#039;ll likely go with the lighter weight Tomcat as well. I like your mod_proxy_ajp/mod_rewrite ideas, which I caught on Sean Corfield&#039;s blog comments I believe, but it is still tricky to get that nice shared instance JRun style setup. I&#039;m really curious to hear how you solve that one.

I figured out a few tricks to control some directory locations for stuff generated by Railo, as well as sharing a Railo Server Admin, when deploying the Railo JARs on JBoss (or Tomcat), but it&#039;s a bit invasive in that it generates a lot of unwanted files and directories in every other JBoss EAR/WAR directory:
http://jamiekrug.com/blog/index.cfm/2009/4/1/railo-jars-on-jboss-or-tomcat-tips-and-tricks

I&#039;m hoping Tomcat with simplify things slightly. Sean Corfield also mentioned that he would blog about this type of configuration with Tomcat soon. I&#039;ll procrastinate slightly longer, in case one of you guys has something to share :) But I&#039;ll let you know if I get lucky and find a &quot;eureka!&quot; configuration.

Best,
Jamie</description>
		<content:encoded><![CDATA[<p>Hey Barney, good stuff. I'm in the middle of just about the same kind of migration. I'm moving from a Windows/IIS/CF VPS ($189/mo) to a Linux/Apache/Railo VPS ($30/mo) &#8212; nice savings and likely better performance! I was initially looking at running JBoss behind Apache for Railo, just because, but I don't need it so I'll likely go with the lighter weight Tomcat as well. I like your mod_proxy_ajp/mod_rewrite ideas, which I caught on Sean Corfield's blog comments I believe, but it is still tricky to get that nice shared instance JRun style setup. I'm really curious to hear how you solve that one.</p>
<p>I figured out a few tricks to control some directory locations for stuff generated by Railo, as well as sharing a Railo Server Admin, when deploying the Railo JARs on JBoss (or Tomcat), but it's a bit invasive in that it generates a lot of unwanted files and directories in every other JBoss EAR/WAR directory:<br />
<a href="http://jamiekrug.com/blog/index.cfm/2009/4/1/railo-jars-on-jboss-or-tomcat-tips-and-tricks" rel="nofollow">http://jamiekrug.com/blog/index.cfm/2009/4/1/railo-jars-on-jboss-or-tomcat-tips-and-tricks</a></p>
<p>I'm hoping Tomcat with simplify things slightly. Sean Corfield also mentioned that he would blog about this type of configuration with Tomcat soon. I'll procrastinate slightly longer, in case one of you guys has something to share :) But I'll let you know if I get lucky and find a "eureka!" configuration.</p>
<p>Best,<br />
Jamie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg L</title>
		<link>https://www.barneyb.com/barneyblog/2009/04/16/server-stories/comment-page-1/#comment-173671</link>
		<dc:creator>Greg L</dc:creator>
		<pubDate>Sat, 18 Apr 2009 02:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=844#comment-173671</guid>
		<description>barneyb: Setting up multiple sites under one context is actually very easy to do, and no need for mod_proxy_ajp and mod_rewrite. I have documented (but not posted anywhere...not much of a blogger) step-by-step instructions for setting up Apache 2.2.x/Tomat 6.x/Railo 3.1.x in an environment that supports running multiple sites under a single instance of Railo. And you still get the server and application level admin pages. If you&#039;re interested, ping me and I can email them to you (documented in notepad!)

I also keep all of my sites under a c:\websites dir, so they&#039;re not even located under tomcat. It&#039;s sweet!</description>
		<content:encoded><![CDATA[<p>barneyb: Setting up multiple sites under one context is actually very easy to do, and no need for mod_proxy_ajp and mod_rewrite. I have documented (but not posted anywhere&#8230;not much of a blogger) step-by-step instructions for setting up Apache 2.2.x/Tomat 6.x/Railo 3.1.x in an environment that supports running multiple sites under a single instance of Railo. And you still get the server and application level admin pages. If you're interested, ping me and I can email them to you (documented in notepad!)</p>
<p>I also keep all of my sites under a c:\websites dir, so they're not even located under tomcat. It's sweet!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
