daemon and tomcat

2003-03-10 Thread Jason Corley
I'm not sure whether this is appropriate for tomcat-dev or commons-dev, so I'll post here first and if it's the wrong forum I'll repost on tomcat-dev. I'm trying to run tomcat (4.1.18 to be specific) on Linux using the jsvc executable from jakarta-commons-sandbox/daemon. Right now I'm having

Re: daemon and tomcat

2003-03-10 Thread jean-frederic clere
Jason Corley wrote: I'm not sure whether this is appropriate for tomcat-dev or commons-dev, so I'll post here first and if it's the wrong forum I'll repost on tomcat-dev. I'm trying to run tomcat (4.1.18 to be specific) on Linux using the jsvc executable from jakarta-commons-sandbox/daemon. Right

Re: daemon and tomcat

2003-03-10 Thread Jason Corley
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

Re: daemon and tomcat

2003-03-10 Thread jean-frederic clere
Jason Corley wrote: 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? Because Pier would have needed more time when writting the