On Thu, 14 Mar 2002, Larry Isaacs wrote: > David, > > I believe the J-T-C version of jk_nt_service.c is more out of > sync than just this. This is why I didn't apply your patch > to the J-T-C version when I applied it to jakarta-tomcat. > It is on my to do list to get them back in sync after > Tomcat 3.3.1 is final.
I think I merged all the changes. The only diff is the additional support for cmd_stop ( to stop a process without using a protocol, but by executing a command ), support for 4.0 shutdown protocol, and a bit of cleanup in the validation of properties ( if you have the start_cmd, there's no need for server.xml location, as it's already included ). This makes nt_service a bit less tomcat ( and tc version ) dependent. I added the -n as well, it is orthogonal to the mangling fix ( if the service name has spaces, it'll be mangled, or you can pass a completely separate thing as a display name) Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
