Hi Leo,<br><br><div><span class="gmail_quote">On 8/17/05, <b class="gmail_sendername"><a href="mailto:leo@smalltalking.net">leo@smalltalking.net</a></b> &lt;<a href="mailto:leo@smalltalking.net">leo@smalltalking.net</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Recently I have to run squeak as a sevice in win 2000 server and win 2003<br>server platform and I cant do it. The squeak image have a functional swiki
<br>that I saved with the server running.<br>I try runnig like:<br><br>squeak -service: &quot;ComSwiki&quot;<br><br>later, the service is running but I cant access to the swiki.</blockquote><div><br>
&lt;snip /&gt; <br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Any help would be apreciated!<br><br>Regards, Leo</blockquote><div><br>
I run squeak successfully using srvany.exe and instsrv.exe from the
resource kit. Instrv.exe is a command-line tool that installs any
program executable as a service on the machine. In this case, we use
srvany.exe as the program to install into the service control manager.
Srvany.exe is another command-line tool that will wrap any program
properly as a service. Srvany.exe requires you to setup some registry
parameters that tell it what program it is running. I run squeak with
the standard parameters (e.g. what image file) but I also include the
&quot;-headless&quot; option. That's about all I do and it works every time on
Windows XP, 2000, or 2003. I run probably 10 - 15 squeak instances this
way.<br>
<br>
Let me know if you need more details but all these programs are
available on the net. Below is a sample dump of my registry keys for
one of my Squeak instances:<br>
<br>
<div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Squeak 3.8\Parameters]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&quot;AppDirectory&quot;=&quot;d:\\squeak38&quot;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&quot;Application&quot;=&quot;squeak.exe&quot;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&quot;AppParameters&quot;=&quot;-headless Squeak3.8g-6527.image&quot;</span><br style="font-family: courier new,monospace;">
</div>
<br>
Hope this helps.<br>
<br>
Regards,<br>
<br>
John<br>
&nbsp;</div><br></div>-- <br>It's easy to have a complicated idea. It's very very hard to have a simple idea. -- Carver Mead