Thank you all for your help!<br>I have decided to launch an HttpService on another port that allows access to the directory with all my image files. I have the second server running but I haven&#39;t tested it yet. Since the &#39;Seaside Tutorial&#39; outlines much the same concept using Apache I am optimistic that it will work. <br>
<br>Deech<br><br><div class="gmail_quote">On Wed, Apr 23, 2008 at 11:41 AM, Boris Popov &lt;<a href="mailto:boris@deepcovelabs.com">boris@deepcovelabs.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I like having all resources version-controlled together with the code that uses them. You can then lazily cache them on the front-end server to avoid hitting the Seaside service if you wish, just make sure the URLs have version identifier in them if you intend of running multiple versions of the application at the same time on the same domain.<br>

<br>
-Boris<br>
<br>
--<br>
+1.604.689.0322<br>
DeepCove Labs Ltd.<br>
4th floor 595 Howe Street<br>
Vancouver, Canada V6C 2T5<br>
<a href="http://tinyurl.com/r7uw4" target="_blank">http://tinyurl.com/r7uw4</a><br>
<br>
<a href="mailto:boris@deepcovelabs.com">boris@deepcovelabs.com</a><br>
<br>
CONFIDENTIALITY NOTICE<br>
<br>
This email is intended only for the persons named in the message<br>
header. Unless otherwise indicated, it contains information that is<br>
private and confidential. If you have received it in error, please<br>
notify the sender and delete the entire message including any<br>
attachments.<br>
<br>
Thank you.<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:seaside-bounces@lists.squeakfoundation.org">seaside-bounces@lists.squeakfoundation.org</a> [mailto:<a href="mailto:seaside-">seaside-</a><br>
&gt; <a href="mailto:bounces@lists.squeakfoundation.org">bounces@lists.squeakfoundation.org</a>] On Behalf Of Miguel Cobá<br>
&gt; Sent: Wednesday, April 23, 2008 9:37 AM<br>
&gt; To: Seaside - general discussion<br>
&gt; Subject: Re: [Seaside] Integrating Images on a website. Don&#39;t want to<br>
&gt; useApache or WAFileLibrary.<br>
&gt;<br>
&gt; I think you should mantain all your assets outside the smalltalk image.<br>
&gt; Seaside it is very good with web apps, but it isn&#39;t very good at serving<br>
&gt; static content. The right tool for the right task. I use lighttpd on<br>
&gt; debian to serve all the images (*.jpg, *.gif), css (*.css), javascripts<br>
&gt; (*.js) for my app. It has a very small memory footprint, you can use it as<br>
&gt; a reverse proxy/load balancer to scale up your app (with several images<br>
&gt; running as workers &nbsp;behind lighttpd, and user mod_proxy to serve the<br>
&gt; static content by itself and only delegating to seaside what it is your<br>
&gt; web app.<br>
&gt; My advice is: do not try to have all the things inside the image. It is<br>
&gt; going to revert back when you try to scale it (think of updating an jpg in<br>
&gt; your production app with a lot of smalltalk images working in parallel. A<br>
&gt; lot of pain)<br>
&gt;<br>
&gt; Miguel Cobá<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Apr 23, 2008 at 7:46 AM, aditya siram &lt;<a href="mailto:aditya.siram@gmail.com">aditya.siram@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; I am trying to incorporate images into my website.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; However I would rather not use the methods listed in the &quot;Resources&quot;<br>
&gt; section of &nbsp;the Seaside Tutorial at <a href="http://www.swa.hpi.uni-" target="_blank">http://www.swa.hpi.uni-</a><br>
&gt; <a href="http://potsdam.de/seaside/tutorial" target="_blank">potsdam.de/seaside/tutorial</a>. The CSS method reloads the image everytime,<br>
&gt; and the WAFileLibrary method inflates the Seaside image terribly. Using<br>
&gt; Apache as a proxy is not desirable because I am using Seaside mainly for<br>
&gt; its portability ie. I can stick the entire Seaside image on a flash drive<br>
&gt; and move the web-server from PC to PC with minimal hassle compared to<br>
&gt; other frameworks.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; Is there some way to have the Seaside read the images &nbsp;off some<br>
&gt; directory on the file system?<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; Deech<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp; seaside mailing list<br>
&gt; &nbsp; &nbsp; &nbsp; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; &nbsp; &nbsp; &nbsp; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>