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 287 times since Tue Mar 15 09:55:18 2005 GMT