[EMAIL PROTECTED] wrote:
#ifdefs No...-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: 17. veljača 2003 11:28
To: Tomcat Developers List
Subject: Re: [5.0] Procrun problems / New loader
[EMAIL PROTECTED] wrote:
Those can be used only if you redirect onother process. Try with "-Java java".Ok, it's the magic parameter indeed :) Rereading the readme.txt, it looks like it's supposed to be equivalent to "auto".
Another question: Can I use procrun on 9x ?
There's a duplication of functionality between procrun and the laucher. Should procrun call the laucher, which then calls the launcher ? It seems like a waste of resources, so maybe procrun should go directly to Tomcat ;-)
It could, need some API cheching. There is no CreateRemoteThread API, and Services alltogether. The simplest would be using some #ifdefs and and another build. If the nsis installer can distinguish the host OS, than we can make something like procrun9x.
I remember doing this in instmain.c (jakarta-commons-sandbox/daemon/src/native/nt/service). Should I copy/adapte this code to procrun?
MT. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]