Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Remy Maucherat
> Remy Maucherat at [EMAIL PROTECTED] wrote: > > > > Guess what, I needed that too for the NT service ;-) > > Boom :) We're game, so... All we need, then, is to extend load() up to the > connectors so that under UNIX we can bind to ports < 1024 (as load() is > called as root :) There's no load()

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: > > Guess what, I needed that too for the NT service ;-) Boom :) We're game, so... All we need, then, is to extend load() up to the connectors so that under UNIX we can bind to ports < 1024 (as load() is called as root :) > So I did it. It's BootstrapS

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Remy Maucherat
Quoting "Pier P. Fumagalli" <[EMAIL PROTECTED]>: > Remy Maucherat at [EMAIL PROTECTED] wrote: > > > > No, I'm bundling a binary of JavaService (a BSD licensed open-source > project) > > until the official JSR 96 (or your interpretation of it) runs on > Windows (is > > it possible to build it no

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: > > No, I'm bundling a binary of JavaService (a BSD licensed open-source project) > until the official JSR 96 (or your interpretation of it) runs on Windows (is > it possible to build it now ? I thought it wasn't). As per our conversation of yesterday

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Remy Maucherat
Quoting "Pier P. Fumagalli" <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > > > - Add an installation taget for a Windows system service (should work > on > > WinNT, Win2k, WinXP). It shouldn't hurt to run that under 9x / Me, > but it > > shouldn't do anything. The s

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-18 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > - Add an installation taget for a Windows system service (should work on > WinNT, Win2k, WinXP). It shouldn't hurt to run that under 9x / Me, but it > shouldn't do anything. The service is based on JavaService, and a binary > is now needed t

Re: cvs commit: jakarta-tomcat-4.0 build.xml tomcat.nsi

2001-07-16 Thread Amy Roh
Thanks Remy! It works great! :-) Amy [EMAIL PROTECTED] wrote: > remm01/07/16 16:07:46 > > Modified:.build.xml tomcat.nsi > Log: > - Display some JRE information about the VM. > - Don't assume that NSIS is in the path. Instead, assume it's in the default > insta