CCL Home Page
Up Directory CCL stop_tomcat41180.c
#include 
int main (int argc, char *argv[]) {
  char stopit[]="/usr/local/tomcat-4.1.18/bin/stop_tomcat41180.sh";

  setreuid(41180,41180);
  setregid(41180,41180);

  system(stopit);

  exit(0);

}

Modified: Mon Mar 10 06:41:24 2003 GMT
Page accessed 3601 times since Wed Mar 12 12:46:27 2003 GMT