deelan wrote:
now the question: i was wondering how can i deploy multiple "ThreadedAppServerService" on a win2000 machine since from the documentantion is not clear how can i install a webkit service
for every webkit application i have. i need to tell to each webkit service something like: "look in the D:\WK\deelan-com for the app settings".

I haven't tried this, but I imagine the following would work:


For each appdir, edit NTService.py and customize appWorkPath,
webwarePath, serviceName and serviceDisplayName as appropriate.

Then register a service for each app with

c:\appdir_1>python NTService.py --startup auto install
c:\appdir_2>python NTService.py --startup auto install
...
c:\appdir_n>python NTService.py --startup auto install

Nick





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to