Just two little comments:<br><br>1) I think that to start seaside in 8080 in Linux, you have to do it with root access. Can you try with another port ?<br><br>2) What about running netstat or similar to be sure seaside is runing<br>
<br>3) Which adaptor are you using ? Kom ?<br><br>4) When you run the image normally (not headless) IN THE SAME PC it works ok  ?  Sometimes, if you are in a server, there is no UI, so you can try only headess. Here, is a very common problem that your image doesn&#39;t find the .sources file. Be sure that the file is correctly placed.<br>
<br>5) &lt;off-topic&gt;  For a real application, you may want to use a PharoCore in which you load Seaside and your app, instead of using the Dev. As you know, the Dev is to develop. Thus, it has a lot of stuff not needed at runtime. Even more, when deploying a PharoCore image, there are some methods you can use to shrink the image. See for example ScriprtLoader &gt;&gt; cleanUpForProduction.<br>
<br>6) This little link may be of help to you:   <a href="http://code.google.com/p/pharo/wiki/HowToDeployAnApplication">http://code.google.com/p/pharo/wiki/HowToDeployAnApplication</a><br><br>Good luck<br><br>Mariano<br><br>
<div class="gmail_quote">On Sat, Mar 20, 2010 at 11:12 PM, sergio_101 <span dir="ltr">&lt;<a href="mailto:sergiolist@village-buzz.com">sergiolist@village-buzz.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
i am almost ready to launch my first application..<br>
<br>
i have developed the functionality..<br>
i have set it up at squeaksource so i can keep my development and<br>
deployed images in sync..<br>
i have installed the squeak vm on my server (centos 5.2)<br>
<br>
the only thing i am having trouble with is having my VM respond to requests..<br>
<br>
i have it running like so:<br>
<br>
squeak -vm-display-null -vm-sound-null Pharo1.0-10508-rc2dev10.01.4.image<br>
<br>
which gives this:<br>
+ exec /usr/local/lib/squeak/3.11.3-2135/squeakvm -pathenc UTF-8<br>
-encoding UTF-8 -plugins /usr/local/lib/squeak/3.11.3-2135<br>
-vm-display-null -vm-sound-null Pharo1.0-10508-rc2dev10.01.4.image<br>
<br>
in order to bypass having to redirect my requests, i just did one of these:<br>
<br>
http://&lt;mydomain&gt;:8080/seaside<br>
<br>
but this doesn&#39;t work.<br>
<br>
to test from the command line on the machine, i did:<br>
<br>
[root@painless temp]# wget <a href="http://localhost:8080/seaside/%0A--2010-03-20" target="_blank">http://localhost:8080/seaside/<br>
--2010-03-20</a> 18:02:52--  <a href="http://localhost:8080/seaside/" target="_blank">http://localhost:8080/seaside/</a><br>
Resolving localhost... 127.0.0.1<br>
Connecting to localhost|127.0.0.1|:8080... failed: Connection refused.<br>
<br>
anyone have any ideas?<br>
<br>
thanks!<br>
<br>
--<br>
<br>
----<br>
peace,<br>
sergio<br>
photographer, journalist, visionary<br>
<br>
<a href="http://www.coffee-black.com" target="_blank">http://www.coffee-black.com</a><br>
<a href="http://www.painlessfrugality.com" target="_blank">http://www.painlessfrugality.com</a><br>
<a href="http://www.twitter.com/sergio_101" target="_blank">http://www.twitter.com/sergio_101</a><br>
<a href="http://www.facebook.com/sergio101" target="_blank">http://www.facebook.com/sergio101</a><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>
</blockquote></div><br>