Re: Service C code and security manager problem

2001-09-10 Thread Nick Betteridge
I just tried this and I think that it might be OK (in arguments.c) ... } else if (strstr(argv[x],"-verbose")==argv[x]) { args->opts[args->onum++]=strdup(argv[x]); /*} else if (strcmp(argv[x],"-D")==0) { log_error("Parameter -D must be followed by ="); */

Service C code and security manager problem

2001-09-10 Thread Nick Betteridge
I'm trying to set up catalina as a service running as a daemon and implement the security manager. I've hit a problem which is that arguments.c in {catalina_src)/server/native : a) doesn't provide for more than 1 '=' sign in a -D property (needed for -Djava.security.policy==/../../../conf/catal