Re: [Pharo-users] Windows headless and service

2016-02-07 Thread Ben Coman
Good to hear your success. Thanks for the update. cheers -ben On Mon, Feb 8, 2016 at 12:57 AM, Robert Kuszinger wrote: > Hello Everyone! > > I've tested NSSM successfully with manual service start and reboot/auto > start as well. > > Details: > > Windows Server 2008 R2 64 bit. > > For the log: Ph

Re: [Pharo-users] Windows headless and service

2016-02-07 Thread Robert Kuszinger
Hello Everyone! I've tested NSSM successfully with manual service start and reboot/auto start as well. Details: Windows Server 2008 R2 64 bit. - *For the log: Pharo.exe --headless does nothing. Executed from windows command line in the directory where Pharo is installed (actually, ex

Re: [Pharo-users] Windows headless and service

2016-02-01 Thread Esteban Lorenzano
> On 01 Feb 2016, at 13:19, jan.struz wrote: > > Hi, > try NSSM - https://nssm.cc/usage > > I personally haven't found anything better. looks nice! :) > > > > > - > Save The World! > -- > View this message in context: > http://forum.world.st/Windows-headless-and-service-tp4874988p487

Re: [Pharo-users] Windows headless and service

2016-02-01 Thread jan.struz
Hi, try NSSM - https://nssm.cc/usage I personally haven't found anything better. - Save The World! -- View this message in context: http://forum.world.st/Windows-headless-and-service-tp4874988p4875168.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Windows headless and service

2016-02-01 Thread Esteban Lorenzano
Hi Robert, First, the option to execute pharo headless is “—headless” (two “-“, not just one). Maybe the help is bad :) But that will not solve your problem at all, since headless mode is fake and in case of windows it will open anyway a window (in the systray if you are lucky…). However, I

Re: [Pharo-users] Windows headless and service

2016-02-01 Thread Robert Kuszinger
Wow! Nice workaround but cannot help this case. If I'd have the power for such a thing I'd change the Win server to Linux. There are too many dependencies in the background which are all Windows related. I cannot add - or better, not allowed to add - virtualbox nor qemu or other layer to the syst

Re: [Pharo-users] Windows headless and service

2016-02-01 Thread Ben Coman
On Mon, Feb 1, 2016 at 4:04 PM, Robert Kuszinger wrote: > Who could check if it works at all? Actually I've invested a week in this > small Seaside app, performs beautifully but now it seems that It simply > cannot be installed on Windows? How do people use Seaside/Pharo on Windows. > Is there som

Re: [Pharo-users] Windows headless and service

2016-02-01 Thread Robert Kuszinger
Esteban, thanks, I'll try and keep informed... regards Robert 2016-02-01 11:14 GMT+01:00 Esteban Lorenzano : > Hi Robert, > > First, the option to execute pharo headless is “—headless” (two “-“, not > just one). Maybe the help is bad :) > But that will not solve your problem at all, since h

Re: [Pharo-users] Windows headless and service

2016-02-01 Thread Robert Kuszinger
Hello! No luck by far. Information on forums is not enopugh for me (this is definitely my fault, my limited background in the squek/pharo VM world). I've checked different setups. Even putting CogVM into operation with Pharo is not evident for me. My trivial test was the *-headless* option which

Re: [Pharo-users] Windows headless and service

2016-01-31 Thread Robert Kuszinger
Torsten, thanks. Ok, I'll test it. Idon't mind I need SRVANY or other solution on win to start it. It is not necessary to provide a well formed service. I'm stopped at the headless running at all. I'Ll check the headless CogVM. Once it runs headless I'll be able to launch it at machine start. I'l