Changeset 861 for branches


Ignore:
Timestamp:
Dec 13, 2017, 1:33:26 PM (6 years ago)
Author:
djay
Message:

Add missing flag. Remove debug messages.

Location:
branches/prototype-v0/zoo-project/zoo-kernel
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/prototype-v0/zoo-project/zoo-kernel/Makefile.in

    r854 r861  
    4545
    4646service_callback.o: service_callback.c
    47         g++ -fPIC ${XML2CFLAGS} ${JSON_CFLAGS} ${CFLAGS} -c service_callback.c
     47        g++ -fPIC ${XML2CFLAGS} ${GDAL_CFLAGS} ${JSON_CFLAGS} ${CFLAGS} -c service_callback.c
    4848
    4949request_parser.o: request_parser.c request_parser.h
  • branches/prototype-v0/zoo-project/zoo-kernel/sql/schema.sql

    r854 r861  
    3131-- Create a dedicated schema to store all tables
    3232-- Uncomment the following 2 lines to activate the schema use
    33 -- CREATE SCHEMA process;
    34 -- SET search_path TO process;
     33-- CREATE SCHEMA processdb;
     34-- SET search_path TO processdb;
    3535--------------------------------------------------------------------------------
    3636-- Services table
  • branches/prototype-v0/zoo-project/zoo-kernel/zoo_loader.c

    r854 r861  
    8686  fflush(stderr);
    8787#endif
    88   fprintf (stderr, "Addr:%s\n", cgiRemoteAddr);
    89   fprintf (stderr, "RequestMethod: (%s) %d %d\n", cgiRequestMethod,strncasecmp(cgiRequestMethod,"post",4),strncmp(cgiContentType,"text/xml",8)==0 || strncasecmp(cgiRequestMethod,"post",4)==0);
    90   fprintf (stderr, "Request: %s\n", cgiQueryString);
    91   fprintf (stderr, "ContentType: %s\n", cgiContentType);
    92   fprintf (stderr, "ContentLength: %d\n", cgiContentLength);
    93   fflush(stderr);
    9488 
    9589  char *strQuery=NULL;
  • branches/prototype-v0/zoo-project/zoo-kernel/zoo_service_loader.c

    r860 r861  
    11941194  };
    11951195  r_inputs = getMap (request_inputs, "Request");
    1196   fprintf(stderr," ** DEBUG %s %d \n",__FILE__,__LINE__);
    1197   fflush(stderr);
    1198   //dumpMap(r_inputs);
    1199   fprintf(stderr," ** DEBUG %s %d \n",__FILE__,__LINE__);
    1200   fflush(stderr);
    12011196  if(r_inputs!=NULL)
    12021197    REQUEST = zStrdup (r_inputs->value);
    1203   fprintf(stderr," ** DEBUG %s %d \n",__FILE__,__LINE__);
    1204   fflush(stderr);
    12051198  int reqId=-1;
    12061199  if (strncasecmp (REQUEST, "GetCapabilities", 15) != 0){
     
    13051298    close(saved_stdout);
    13061299  }
    1307 
    1308   dumpMap(request_inputs);
    13091300
    13101301  if (strncasecmp (REQUEST, "GetCapabilities", 15) == 0)
     
    18961887#ifdef META_DB
    18971888  int metadb_id=_init_sql(m,"metadb");
    1898   fprintf(stderr,"CONNECTING METADB!\n");
    18991889  //FAILED CONNECTING DB
    19001890  if(getMapFromMaps(m,"lenv","dbIssue")!=NULL || metadb_id<0){
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png