costin      02/04/29 12:14:25

  Modified:    jk/native2/include jk_uriMap.h
  Log:
  Added 2 maps to better support vhost mappings ( code merged from the
  original IIS connector ) and to support the new autoconf.
  
  Revision  Changes    Path
  1.11      +11 -1     jakarta-tomcat-connectors/jk/native2/include/jk_uriMap.h
  
  Index: jk_uriMap.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_uriMap.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jk_uriMap.h       18 Mar 2002 17:56:40 -0000      1.10
  +++ jk_uriMap.h       29 Apr 2002 19:14:25 -0000      1.11
  @@ -105,7 +105,17 @@
       int capacity;
       struct jk_workerEnv *workerEnv;
       int debug;
  -    
  +
  +    /* Virtual host map. For each host and alias there is one
  +     * entry, the value is a uriEnv that corresponds to the vhost top
  +     * level.
  +     */
  +    struct jk_map *vhosts;
  +
  +    /** Managed webapps. Key is VHOST/CONTEXT, value is the
  +     *  uriEnv that corresponds to the top level of the webapp.
  +     */
  +    struct jk_map *webapps;
       /* ---------- Methods ---------- */
   
       /** Initialize the map. This should be called after all workers
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to