how to run the server in backgnd in win95/98
hi, I am using zope for my project. I know how to run the zope server in the background in linux server. ( it is : ./start &) I would like to know how to run the zope server in the background in windows platform. Thanks in advance. K.H.Subrahmanyan.
hi, I am using zope for my project. I know how to run the zope server in the background in linux server. ( it is : ./start &) I would like to know how to run the zope server in the background in windows platform.
Under Windows 2000 and NT4, you can run it as a win32 service. Tane Piper - Lead Designer ZZICT Entertainment http://www.legiongame.nl
Under any Windows version all the way down to win95 first ed, you can enter a registry key to start a program: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Run Add a string called Zope or whatever you want it to be called Modify the value to contain the path and filename of the script or in windoze case the .bat file that will start the Zserver. Keep in mind that this will give you the gratuitous DOS window that will basically stay there until you dont mind Zope dying with it. Removing the -D option, you will probably get a window that you can close without killing zope, but cant say I've ever tried it. If you have a problem with this, then my only suggestion is get a real operating system, and I dont mean windows 2000... IMHO... ; ) Paz -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tane Piper Sent: 22 May 2001 13:27 To: K H Subrahmanyan; zope@zope.org Subject: Re: [Zope] how to run the server in backgnd in win95/98
hi, I am using zope for my project. I know how to run the zope server in the background in linux server. ( it is : ./start &) I would like to know how to run the zope server in the background in windows platform.
Under Windows 2000 and NT4, you can run it as a win32 service. Tane Piper - Lead Designer ZZICT Entertainment http://www.legiongame.nl _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
If you were to put something like : <pythondir>/pythonw.exe <zopedir>/z2.py -other params Then it shouldn't give you a dos window. ----- Original Message ----- From: "Paul Zwarts" <paz@oratrix.com> To: "Zope" <zope@zope.org> Sent: Tuesday, May 22, 2001 2:50 PM Subject: RE: [Zope] how to run the server in backgnd in win95/98
Under any Windows version all the way down to win95 first ed, you can enter a registry key to start a program:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Run
Add a string called Zope or whatever you want it to be called Modify the value to contain the path and filename of the script or in windoze case the .bat file that will start the Zserver.
Keep in mind that this will give you the gratuitous DOS window that will basically stay there until you dont mind Zope dying with it. Removing the -D option, you will probably get a window that you can close without killing zope, but cant say I've ever tried it. If you have a problem with this, then my only suggestion is get a real operating system, and I dont mean windows 2000... IMHO... ; )
Paz
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tane Piper Sent: 22 May 2001 13:27 To: K H Subrahmanyan; zope@zope.org Subject: Re: [Zope] how to run the server in backgnd in win95/98
hi, I am using zope for my project. I know how to run the zope server in the background in linux server. ( it is : ./start &) I would like to know how to run the zope server in the background in windows platform.
Under Windows 2000 and NT4, you can run it as a win32 service.
Tane Piper - Lead Designer ZZICT Entertainment http://www.legiongame.nl
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
If you were to put something like : <pythondir>/pythonw.exe <zopedir>/z2.py -other params Then it shouldn't give you a dos window. ----- Original Message ----- From: "Paul Zwarts" <paz@oratrix.com> To: "Zope" <zope@zope.org> Sent: Tuesday, May 22, 2001 2:50 PM Subject: RE: [Zope] how to run the server in backgnd in win95/98
Under any Windows version all the way down to win95 first ed, you can enter a registry key to start a program:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Run
Add a string called Zope or whatever you want it to be called Modify the value to contain the path and filename of the script or in windoze case the .bat file that will start the Zserver.
Keep in mind that this will give you the gratuitous DOS window that will basically stay there until you dont mind Zope dying with it. Removing the -D option, you will probably get a window that you can close without killing zope, but cant say I've ever tried it. If you have a problem with this, then my only suggestion is get a real operating system, and I dont mean windows 2000... IMHO... ; )
Paz
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tane Piper Sent: 22 May 2001 13:27 To: K H Subrahmanyan; zope@zope.org Subject: Re: [Zope] how to run the server in backgnd in win95/98
hi, I am using zope for my project. I know how to run the zope server in the background in linux server. ( it is : ./start &) I would like to know how to run the zope server in the background in windows platform.
Under Windows 2000 and NT4, you can run it as a win32 service.
Tane Piper - Lead Designer ZZICT Entertainment http://www.legiongame.nl
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
What version of windows is it? ----- Original Message ----- From: "K H Subrahmanyan" <subrahmanyan.kalathur@wipro.com> To: <zope@zope.org> Sent: Tuesday, May 22, 2001 12:10 PM Subject: [Zope] how to run the server in backgnd in win95/98
hi, I am using zope for my project. I know how to run the zope server in the background in linux server. ( it is : ./start &) I would like to know how to run the zope server in the background in windows platform.
Thanks in advance. K.H.Subrahmanyan.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
[K H Subrahmanyan]
I am using zope for my project. I know how to run the zope server in the background in linux server. ( it is : ./start &) I would like to know how to run the zope server in the background in windows platform.
Just run it like any other program, don't wory about it being in the "background" or not. You can minimize the DOS window that comes up when the batch file runs. It will work fine. Tom P
participants (5)
-
K H Subrahmanyan -
Paul Zwarts -
Phil Harris -
Tane Piper -
Thomas B. Passin