<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Here's my supervisor config file if it helps (<a href="http://supervisord.org/" target="_blank">http://supervisord.org/</a>)<div><br></div><div><div>[program:programname]</div><div>command=/usr/local/coglinux/bin/squeak -mmap 256m -vm-sound-null -vm-display-null webapp/imagename.image</div><div>directory=/var/www/programdirectory/</div><div>user=someone</div><div>group=somegroup</div><div><br></div><br><div>&gt; Date: Fri, 2 Aug 2013 07:00:33 -0700<br>&gt; From: lasmiste@gmail.com<br>&gt; To: seaside@lists.squeakfoundation.org<br>&gt; Subject: [Seaside] Starting VM on demand from nginx<br>&gt; <br>&gt; Hi there,<br>&gt; I'd love to start a VM on demand like, as I read, oldie but goldie DabbleDB. <br>&gt; <br>&gt; The scenario is: <br>&gt; <br>&gt; nginx as web server and here's a configuration:<br>&gt; <br>&gt; server {<br>&gt;  listen 80;<br>&gt;   server_name  a_subdomain.my_server.com ; <br>&gt;    location / {<br>&gt;       proxy_pass http://123.456.789.10:8080/;<br>&gt;    }<br>&gt; }<br>&gt; <br>&gt; When user goes to http://a_subdomain.my_server.com, seaside, listening on<br>&gt; 8080, replies.<br>&gt; <br>&gt; My question is: how can I start the seaside VM on demand? Can anyone point<br>&gt; me in the right direction?<br>&gt; <br>&gt; TIA<br>&gt;  Dave<br>&gt; <br>&gt; <br>&gt; <br>&gt; --<br>&gt; View this message in context: http://forum.world.st/Starting-VM-on-demand-from-nginx-tp4701949.html<br>&gt; Sent from the Seaside General mailing list archive at Nabble.com.<br>&gt; _______________________________________________<br>&gt; seaside mailing list<br>&gt; seaside@lists.squeakfoundation.org<br>&gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></div></div>                                               </div></body>
</html>