> It is not parsed: > +++ (From java.c) > char start[]="start"; > char startparams[]="()Z"; > +++
I had seen that and thought that maybe I was missing something. I guess a better question is why are the args not parsed? > You should not try to call the stop method of BootstrapService but instead kill > the father process so that he stops Tomcat using the stop method in his son > process. The Tomcat.sh script shows how to do this. I did see this in the sample init script but it seems odd to me. Why wouldn't you want the application itself to shut down cleanly? Killing the parent process drops some warnings in the logs when doing this with tomcat for example. Also, why is the tomcat shutdown port not allocated using jsvc? Sorry if I'm missing something basic. Thanks, Jason --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
